[WIP] Website theme and connection example #34
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/SpectrumMatchesController.cs#L47
Possible null reference argument for parameter 'source' in 'IQueryable<SpectrumMatch> EntityFrameworkQueryableExtensions.AsNoTracking<SpectrumMatch>(IQueryable<SpectrumMatch> source)'.
|
build:
MetaPAL/Controllers/SpectrumMatchesController.cs#L53
Possible null reference argument for parameter 'source' in 'IOrderedQueryable<SpectrumMatch> Queryable.OrderBy<SpectrumMatch, string?>(IQueryable<SpectrumMatch> source, Expression<Func<SpectrumMatch, string?>> keySelector)'.
|
build:
MetaPAL/Controllers/SpectrumMatchesController.cs#L59
Possible null reference argument for parameter 'source' in 'IOrderedQueryable<SpectrumMatch> Queryable.OrderByDescending<SpectrumMatch, string?>(IQueryable<SpectrumMatch> source, Expression<Func<SpectrumMatch, string?>> keySelector)'.
|
build:
MetaPAL/Controllers/SpectrumMatchesController.cs#L65
Possible null reference argument for parameter 'source' in 'IOrderedQueryable<SpectrumMatch> Queryable.OrderBy<SpectrumMatch, double?>(IQueryable<SpectrumMatch> source, Expression<Func<SpectrumMatch, double?>> keySelector)'.
|
build:
MetaPAL/Controllers/SpectrumMatchesController.cs#L71
Possible null reference argument for parameter 'source' in 'IOrderedQueryable<SpectrumMatch> Queryable.OrderByDescending<SpectrumMatch, double?>(IQueryable<SpectrumMatch> source, Expression<Func<SpectrumMatch, double?>> keySelector)'.
|