Psm bulk addition #2
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.
|