Build for Ubuntu 22.04 #2
build-ubuntu.yml
on: workflow_dispatch
Build-for-Ubuntu
31s
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/MGFParser.cs#L68
Converting null literal or possible null value to non-nullable type.
|
Build-for-Ubuntu:
amanda/MGFParser.cs#L231
Converting null literal or possible null value to non-nullable type.
|
Build-for-Ubuntu:
amanda/MGFParser.cs#L49
Non-nullable property 'FragmentsPeaks' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build-for-Ubuntu:
amanda/MGFParser.cs#L49
Non-nullable property 'ImmunePeaks' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|