Merge pull request #113 from topdownproteomics/MikeH/TopicToProForma #100
Annotations
11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build:
tests/TopDownProteomics.Tests/UnimodCompositionTests.cs#L17
Cannot convert null literal to non-nullable reference type.
|
build:
tests/TopDownProteomics.Tests/InMemoryElementProviderTest.cs#L14
Cannot convert null literal to non-nullable reference type.
|
build:
tests/TopDownProteomics.Tests/InMemoryElementProviderTest.cs#L15
Cannot convert null literal to non-nullable reference type.
|
build:
tests/TopDownProteomics.Tests/InMemoryElementProviderTest.cs#L31
Cannot convert null literal to non-nullable reference type.
|
build:
tests/TopDownProteomics.Tests/InMemoryElementProviderTest.cs#L32
Cannot convert null literal to non-nullable reference type.
|
build:
tests/TopDownProteomics.Tests/ProteoformHash/ChemicalProteoformHashTests.cs#L21
Non-nullable field '_elementProvider' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
tests/TopDownProteomics.Tests/ProteoformHash/ChemicalProteoformHashTests.cs#L22
Non-nullable field '_residueProvider' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
tests/TopDownProteomics.Tests/ProteoformHash/ChemicalProteoformHashTests.cs#L23
Non-nullable field '_lookup' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
tests/TopDownProteomics.Tests/ProteoformHash/ChemicalProteoformHashTests.cs#L24
Non-nullable field '_chemicalProteoformHashGenerator' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
tests/TopDownProteomics.Tests/Chemistry/ChemicalFormulaTest.cs#L517
Converting null literal or possible null value to non-nullable type.
|