Build for Ubuntu 22.04 #3
build-ubuntu.yml
on: workflow_dispatch
Build-for-Ubuntu
34s
Annotations
10 warnings
Build-for-Ubuntu:
amanda/ChemicalUtils.cs#L119
Nullability of reference types in type of parameter 'other' of 'bool Permutations.Equals(Permutations other)' doesn't match implicitly implemented member 'bool IEquatable<Permutations>.Equals(Permutations? other)' (possibly because of nullability attributes).
|
Build-for-Ubuntu:
amanda/ChemicalUtils.cs#L89
Possible null reference return.
|
Build-for-Ubuntu:
amanda/FASTAParser.cs#L848
Possible null reference return.
|
Build-for-Ubuntu:
amanda/FASTAParser.cs#L850
Possible null reference return.
|
Build-for-Ubuntu:
amanda/FASTAParser.cs#L464
Possible null reference return.
|
Build-for-Ubuntu:
amanda/FASTAParser.cs#L511
Possible null reference return.
|
Build-for-Ubuntu:
amanda/IonCalculator.cs#L44
Cannot convert null literal to non-nullable reference type.
|
Build-for-Ubuntu:
amanda/IonCalculator.cs#L45
Cannot convert null literal to non-nullable reference type.
|
Build-for-Ubuntu:
amanda/IonCalculator.cs#L77
Converting null literal or possible null value to non-nullable type.
|
Build-for-Ubuntu:
amanda/IonCalculator.cs#L284
Possible null reference argument for parameter 'ionsWithNL' in 'void IonCalculator.CalculateIon(int charge, List<double> ionsNoNL, List<IonWithNL> ionsWithNL, int possibleAmoniaLosses, int possibleWaterLosses, double massO, double massH, double massC, double massN, double massProton, List<double> losses, InstrumentSetting setting, double ion, double lowerBound, double upperBound, string maxAllowedChargeState)'.
|