Skip to content

[WIP] Website theme and connection example #25

[WIP] Website theme and connection example

[WIP] Website theme and connection example #25

Triggered via pull request January 4, 2024 00:24
@elaboyelaboy
synchronize #11
elaboy:DEV-DEMO
Status Failure
Total duration 54s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
build: MetaPAL/Views/SpectrumMatches/Details.cshtml#L43
Found a malformed 'body' tag helper. Tag helpers must have a start and end tag or be self closing.
build: MetaPAL/Views/SpectrumMatches/Details.cshtml#L43
Found a malformed 'body' tag helper. Tag helpers must have a start and end tag or be self closing.
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#L37
Possible null reference argument for parameter 'source' in 'SpectrumMatch? Queryable.SingleOrDefault<SpectrumMatch>(IQueryable<SpectrumMatch> source)'.
build: MetaPAL/Controllers/SpectrumMatchesController.cs#L35
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#L67
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#L239
Possible null reference argument for parameter 'source' in 'int Queryable.Count<SpectrumMatch>(IQueryable<SpectrumMatch> source)'.
build: MetaPAL/Controllers/SpectrumMatchesController.cs#L254
Possible null reference argument for parameter 'source' in 'int Queryable.Count<SpectrumMatch>(IQueryable<SpectrumMatch> source)'.