Skip to content

fix dotnet publish

fix dotnet publish #10

Triggered via push October 27, 2024 19:16
Status Success
Total duration 1m 4s
Artifacts

dotnet-ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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.