Skip to content

Organism

Organism #46

Triggered via pull request January 5, 2024 21:27
Status Success
Total duration 52s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/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#L38
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/Controllers/SpectrumMatchesController.cs#L70
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#L96
Non-nullable property 'Accession' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MetaPAL/Models/SpectrumMatch.cs#L96
Non-nullable property 'BaseSequence' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MetaPAL/Models/SpectrumMatch.cs#L96
Non-nullable property 'FullSequence' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MetaPAL/Models/SpectrumMatch.cs#L96
Non-nullable property 'FileNameWithoutExtension' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.