Build for Ubuntu 22.04 #1
Annotations
10 warnings
Build CandidateSearch:
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 CandidateSearch:
amanda/ChemicalUtils.cs#L89
Possible null reference return.
|
Build CandidateSearch:
amanda/FASTAParser.cs#L848
Possible null reference return.
|
Build CandidateSearch:
amanda/FASTAParser.cs#L850
Possible null reference return.
|
Build CandidateSearch:
amanda/MGFParser.cs#L68
Converting null literal or possible null value to non-nullable type.
|
Build CandidateSearch:
amanda/MGFParser.cs#L231
Converting null literal or possible null value to non-nullable type.
|
Build CandidateSearch:
amanda/FASTAParser.cs#L464
Possible null reference return.
|
Build CandidateSearch:
amanda/MGFParser.cs#L49
Non-nullable property 'FragmentsPeaks' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build CandidateSearch:
amanda/MGFParser.cs#L49
Non-nullable property 'ImmunePeaks' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build CandidateSearch:
amanda/MGFParser.cs#L49
Non-nullable property 'ImmuneMasses' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading