Skip to content

Build for macOS

Build for macOS #2

Manually triggered April 16, 2024 12:48
Status Success
Total duration 35s
Billable time 1m
Artifacts

build-macos.yml

on: workflow_dispatch
Build-for-macOS
25s
Build-for-macOS
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build-for-macOS: 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-macOS: amanda/MGFParser.cs#L68
Converting null literal or possible null value to non-nullable type.
Build-for-macOS: amanda/MGFParser.cs#L231
Converting null literal or possible null value to non-nullable type.
Build-for-macOS: amanda/FASTAParser.cs#L848
Possible null reference return.
Build-for-macOS: amanda/FASTAParser.cs#L850
Possible null reference return.
Build-for-macOS: amanda/FASTAParser.cs#L464
Possible null reference return.
Build-for-macOS: amanda/IonCalculator.cs#L44
Cannot convert null literal to non-nullable reference type.
Build-for-macOS: amanda/IonCalculator.cs#L45
Cannot convert null literal to non-nullable reference type.
Build-for-macOS: amanda/IonCalculator.cs#L77
Converting null literal or possible null value to non-nullable type.
Build-for-macOS: 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)'.