Initital construct #47
Annotations
5 errors and 11 warnings
build:
Test/UnitTest1.cs#L41
'Experiment' does not contain a definition for 'SpectrumMatches'
|
build:
Test/UnitTest1.cs#L69
'Experiment' does not contain a definition for 'SpectrumMatches' and no accessible extension method 'SpectrumMatches' accepting a first argument of type 'Experiment' could be found (are you missing a using directive or an assembly reference?)
|
build:
Test/UnitTest1.cs#L41
'Experiment' does not contain a definition for 'SpectrumMatches'
|
build:
Test/UnitTest1.cs#L69
'Experiment' does not contain a definition for 'SpectrumMatches' and no accessible extension method 'SpectrumMatches' accepting a first argument of type 'Experiment' could be found (are you missing a using directive or an assembly reference?)
|
build
Process completed with exit code 1.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build:
MetaPAL/Models/DataFile.cs#L27
Cannot convert null literal to non-nullable reference type.
|
build:
MetaPAL/Models/DataFile.cs#L41
Cannot convert null literal to non-nullable reference type.
|
build:
MetaPAL/Controllers/SpectrumMatchesController.cs#L43
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
MetaPAL/Resources/SdrfFile.cs#L39
Dereference of a possibly null reference.
|
build:
MetaPAL/Resources/SdrfFile.cs#L55
Dereference of a possibly null reference.
|
build:
MetaPAL/Controllers/SpectrumMatchesController.cs#L75
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
MetaPAL/Models/SpectrumMatch.cs#L137
Non-nullable property 'Accession' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MetaPAL/Models/SpectrumMatch.cs#L137
Non-nullable property 'BaseSequence' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MetaPAL/Models/SpectrumMatch.cs#L137
Non-nullable property 'FullSequence' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MetaPAL/Models/SpectrumMatch.cs#L137
Non-nullable property 'FileNameWithoutExtension' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|