Skip to content

Merge pull request #7 from nbollis/PsmBulkAddition #3

Merge pull request #7 from nbollis/PsmBulkAddition

Merge pull request #7 from nbollis/PsmBulkAddition #3

Triggered via push December 5, 2023 18:58
Status Success
Total duration 37s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
build: MetaPAL/Models/SpectrumMatch.cs#L9
Non-nullable property 'MatchedFragmentIons' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MetaPAL/Controllers/SpectrumMatchesController.cs#L37
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#L68
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#L9
Non-nullable property 'MatchedFragmentIons' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MetaPAL/Controllers/SpectrumMatchesController.cs#L37
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#L68
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.