Skip to content

stop trying to dotnet build the mssql database project #4

stop trying to dotnet build the mssql database project

stop trying to dotnet build the mssql database project #4

Triggered via push October 27, 2024 18:37
Status Failure
Total duration 2m 43s
Artifacts

dotnet-cd.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: RubberduckServices/IndenterService.cs#L23
Dereference of a possibly null reference.
build: RubberduckServices/IndenterViewModel.cs#L33
Non-nullable property 'IndenterVersion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: RubberduckServices/IndenterViewModel.cs#L38
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: RubberduckServices/IndenterViewModel.cs#L40
Non-nullable property 'IndentedCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: RubberduckServices/Parsing/IndenterSettingsAdapter.cs#L7
Dereference of a possibly null reference.
build: RubberduckServices/SyntaxHighlighterService.cs#L122
The given expression is never of the provided ('NewLineListener') type
build: rubberduckvba.Server/ContentSynchronization/Pipeline/Abstract/PipelineBase.cs#L60
Cannot convert null literal to non-nullable reference type.
build: rubberduckvba.Server/ContentSynchronization/Pipeline/Abstract/PipelineBase.cs#L65
Cannot convert null literal to non-nullable reference type.
build: rubberduckvba.Server/ContentSynchronization/XmlDoc/XmlDocAnnotation.cs#L177
Cannot convert null literal to non-nullable reference type.
build: rubberduckvba.Server/Api/Tags/TagViewModel.cs#L21
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.