[DO NOT MERGE] Base Implementation of Transcriptomics Project #536
Annotations
21 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, codecov/codecov-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
mzLib/MassSpectrometry/BaseClasses/IProduct.cs#L21
'IProduct.MonoisotopicMass' hides inherited member 'IHasMass.MonoisotopicMass'. Use the new keyword if hiding was intended.
|
mzLib/MassSpectrometry/MzSpectra/MzSpectrum.cs#L758
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
mzLib/MassSpectrometry/MzSpectra/MzSpectrum.cs#L765
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
mzLib/Transcriptomics/Fragmentation/RnaProduct.cs#L58
Nullability of reference types in type of parameter 'other' of 'bool RnaProduct.Equals(IProduct other)' doesn't match implicitly implemented member 'bool IEquatable<IProduct>.Equals(IProduct? other)' (possibly because of nullability attributes).
|
mzLib/Transcriptomics/Classes/NucleicAcid.cs#L52
Non-nullable field '_5PrimeTerminus' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
mzLib/Transcriptomics/Classes/NucleicAcid.cs#L52
Non-nullable field '_3PrimeTerminus' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
mzLib/Transcriptomics/Classes/NucleicAcid.cs#L52
Non-nullable field '_modifications' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
mzLib/Transcriptomics/Classes/NucleicAcid.cs#L52
Non-nullable field '_sequenceWithMods' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
mzLib/Transcriptomics/Classes/NucleicAcid.cs#L52
Non-nullable field '_sequence' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
mzLib/Transcriptomics/Classes/NucleicAcid.cs#L52
Non-nullable property 'Modifications' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
mzLib/MassSpectrometry/BaseClasses/IProduct.cs#L21
'IProduct.MonoisotopicMass' hides inherited member 'IHasMass.MonoisotopicMass'. Use the new keyword if hiding was intended.
|
mzLib/MassSpectrometry/MzSpectra/MzSpectrum.cs#L758
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
mzLib/MassSpectrometry/MzSpectra/MzSpectrum.cs#L765
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
mzLib/Readers/ExternalResults/ResultFiles/MsDataFileToResultFileAdapter.cs#L15
Cannot convert null literal to non-nullable reference type.
|
mzLib/Readers/ExternalResults/ResultFiles/MsDataFileToResultFileAdapter.cs#L20
Cannot convert null literal to non-nullable reference type.
|
mzLib/Readers/GenericMsDataFile.cs#L7
Cannot convert null literal to non-nullable reference type.
|
mzLib/Readers/GenericMsDataFile.cs#L16
Cannot convert null literal to non-nullable reference type.
|
mzLib/Readers/Mgf/Mgf.cs#L26
Cannot convert null literal to non-nullable reference type.
|
mzLib/Readers/Mgf/Mgf.cs#L117
Cannot convert null literal to non-nullable reference type.
|
mzLib/Readers/Mgf/Mgf.cs#L69
Cannot convert null literal to non-nullable reference type.
|
The logs for this run have expired and are no longer available.
Loading