[WIP] Website theme and connection example #33
Annotations
10 warnings
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/MsDataScanModelsController.cs#L173
Dereference of a possibly null reference.
|
Build:
MetaPAL/Controllers/SpectrumMatchesController.cs#L320
Possible null reference argument for parameter 'source' in 'SpectrumMatch? Queryable.SingleOrDefault<SpectrumMatch>(IQueryable<SpectrumMatch> source)'.
|
Build:
MetaPAL/Controllers/SpectrumMatchesController.cs#L318
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#L396
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#L568
Possible null reference argument for parameter 'source' in 'int Queryable.Count<SpectrumMatch>(IQueryable<SpectrumMatch> source)'.
|
The logs for this run have expired and are no longer available.
Loading