fix dotnet publish #8
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/Services/ContentCacheService.cs#L67
Possible null reference assignment.
|
Loading