Skip to content

[WIP] Website theme and connection example #34

[WIP] Website theme and connection example

[WIP] Website theme and connection example #34

Triggered via pull request January 4, 2024 18:56
@elaboyelaboy
synchronize #11
elaboy:DEV-DEMO
Status Success
Total duration 46s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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)'.