Remove obsolete Error()
in DMParser
#3960
Annotations
24 warnings
build (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, space-wizards/[email protected], actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, space-wizards/[email protected], actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (ubuntu-latest):
RobustToolbox/Robust.Analyzers/AccessAnalyzer.cs#L13
'Robust.Analyzers.AccessAnalyzer': A project containing analyzers or source generators should specify the property '<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>'
|
build (ubuntu-latest):
RobustToolbox/Robust.Analyzers/ExplicitVirtualAnalyzer.cs#L12
'Robust.Analyzers.ExplicitVirtualAnalyzer': A project containing analyzers or source generators should specify the property '<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>'
|
build (ubuntu-latest):
RobustToolbox/Robust.Analyzers/MeansImplicitAssigmentSuppressor.cs#L9
'Robust.Analyzers.MeansImplicitAssigmentSuppressor': A project containing analyzers or source generators should specify the property '<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>'
|
build (ubuntu-latest):
RobustToolbox/Robust.Analyzers/NotNullableFlagAnalyzer.cs#L10
'Robust.Analyzers.NotNullableFlagAnalyzer': A project containing analyzers or source generators should specify the property '<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>'
|
build (ubuntu-latest):
RobustToolbox/Robust.Analyzers/NotNullableFlagAnalyzer.cs#L15
Enable analyzer release tracking for the analyzer project containing rule 'RA0008' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
build (ubuntu-latest):
RobustToolbox/Robust.Analyzers/NotNullableFlagAnalyzer.cs#L24
Enable analyzer release tracking for the analyzer project containing rule 'RA0009' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
build (ubuntu-latest):
RobustToolbox/Robust.Analyzers/NotNullableFlagAnalyzer.cs#L34
The diagnostic title should not contain a period, nor any line return character, nor any leading or trailing whitespaces
|
build (ubuntu-latest):
RobustToolbox/Robust.Analyzers/NotNullableFlagAnalyzer.cs#L33
Enable analyzer release tracking for the analyzer project containing rule 'RA0010' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
build (ubuntu-latest):
RobustToolbox/Robust.Analyzers/NotNullableFlagAnalyzer.cs#L44
The diagnostic message should not contain any line return character nor any leading or trailing whitespaces and should either be a single sentence without a trailing period or a multi-sentences with a trailing period
|
build (ubuntu-latest):
RobustToolbox/Robust.Analyzers/NotNullableFlagAnalyzer.cs#L42
Enable analyzer release tracking for the analyzer project containing rule 'RA0011' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
build (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, space-wizards/[email protected], actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (windows-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, space-wizards/[email protected], actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (windows-latest):
DMCompiler/Compiler/CompilerError.cs#L132
'CompileErrorException' is obsolete: 'This is not a desirable way for the compiler to emit an error. Use CompileAbortException or ForceError() if it needs to be fatal, or an DMCompiler.Emit() otherwise.'
|
build (windows-latest):
DMCompiler/Compiler/CompilerError.cs#L143
'CompileErrorException' is obsolete: 'This is not a desirable way for the compiler to emit an error. Use CompileAbortException or ForceError() if it needs to be fatal, or an DMCompiler.Emit() otherwise.'
|
build (windows-latest):
DMCompiler/Program.cs#L103
Dereference of a possibly null reference.
|
build (windows-latest):
DMCompiler/Json/DreamProcJson.cs#L32
Non-nullable property 'Add' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (windows-latest):
DMCompiler/Json/DreamProcJson.cs#L25
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (windows-latest):
DMCompiler/Json/DreamProcJson.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (windows-latest):
DMCompiler/Json/DreamProcJson.cs#L12
Non-nullable property 'Locals' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (windows-latest):
DMCompiler/Json/DreamProcJson.cs#L14
Non-nullable property 'SourceInfo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (windows-latest):
DMCompiler/Json/DreamObjectJson.cs#L28
Non-nullable property 'Names' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (windows-latest):
DMCompiler/Json/DreamObjectJson.cs#L29
Non-nullable property 'Globals' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|