MsDataScanModel class #19
Annotations
3 errors and 10 warnings
build:
MetaPAL/Models/MsDataScanModel.cs#L243
'MsDataScanModel' does not contain a definition for 'NativeID'
|
build:
MetaPAL/Models/MsDataScanModel.cs#L243
'MsDataScanModel' does not contain a definition for 'NativeID'
|
build
Process completed with exit code 1.
|
build:
MetaPAL/Models/SpectrumMatch.cs#L97
Non-nullable property 'Accession' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MetaPAL/Models/SpectrumMatch.cs#L97
Non-nullable property 'BaseSequence' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MetaPAL/Models/SpectrumMatch.cs#L97
Non-nullable property 'FullSequence' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MetaPAL/Models/SpectrumMatch.cs#L97
Non-nullable property 'FileNameWithoutExtension' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MetaPAL/Models/SpectrumMatch.cs#L97
Non-nullable property 'MatchedFragmentIons' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
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#L97
Non-nullable property 'Accession' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MetaPAL/Models/SpectrumMatch.cs#L97
Non-nullable property 'BaseSequence' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MetaPAL/Models/SpectrumMatch.cs#L97
Non-nullable property 'FullSequence' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|