Skip to content

Allow []= list typecasting in proc arg definition (#1486) #3885

Allow []= list typecasting in proc arg definition (#1486)

Allow []= list typecasting in proc arg definition (#1486) #3885

Triggered via push February 4, 2024 02:50
Status Success
Total duration 5m 17s
Artifacts 2

build-test.yml

on: push
Matrix: build
release
8s
release
Fit to window
Zoom out
Zoom in

Annotations

48 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, actions/upload-artifact@v3. 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.Serialization.Generator/Generator.cs#L13
'Robust.Serialization.Generator.Generator': A project containing analyzers or source generators should specify the property '<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>'
build (ubuntu-latest): RobustToolbox/cefglue/CefGlue/Structs/CefPdfPrintSettings.cs#L86
XML comment has badly formed XML -- 'A string literal was expected, but no opening quotation mark was found.'
build (ubuntu-latest): RobustToolbox/cefglue/CefGlue/Structs/CefPdfPrintSettings.cs#L86
XML comment has badly formed XML -- 'Required white space was missing.'
build (ubuntu-latest): RobustToolbox/cefglue/CefGlue/Structs/CefPdfPrintSettings.cs#L86
XML comment has badly formed XML -- 'Missing equals sign between attribute and attribute value.'
build (ubuntu-latest): RobustToolbox/cefglue/CefGlue/Interop/libcef.win.cs#L16
The type name 'libcef' only contains lower-cased ascii characters. Such names may become reserved for the language.
build (ubuntu-latest): RobustToolbox/cefglue/CefGlue/Interop/libcef.cs#L10
The type name 'libcef' only contains lower-cased ascii characters. Such names may become reserved for the language.
build (ubuntu-latest): RobustToolbox/cefglue/CefGlue/Interop/libcef.string_list.cs#L10
The type name 'libcef' only contains lower-cased ascii characters. Such names may become reserved for the language.
build (ubuntu-latest): RobustToolbox/cefglue/CefGlue/Interop/libcef.string_map.cs#L10
The type name 'libcef' only contains lower-cased ascii characters. Such names may become reserved for the language.
build (ubuntu-latest): RobustToolbox/cefglue/CefGlue/Interop/libcef.string_multimap.cs#L10
The type name 'libcef' only contains lower-cased ascii characters. Such names may become reserved for the language.
build (ubuntu-latest): RobustToolbox/cefglue/CefGlue/Interop/libcef.string.cs#L20
The type name 'libcef' only contains lower-cased ascii characters. Such names may become reserved for the language.
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/ByRefEventAnalyzer.cs#L12
'Robust.Analyzers.ByRefEventAnalyzer': A project containing analyzers or source generators should specify the property '<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>'
build (ubuntu-latest): RobustToolbox/Robust.Analyzers/ByRefEventAnalyzer.cs#L39
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/DataDefinitionAnalyzer.cs#L12
'Robust.Analyzers.DataDefinitionAnalyzer': A project containing analyzers or source generators should specify the property '<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>'
build (ubuntu-latest): RobustToolbox/Robust.Analyzers/ByRefEventAnalyzer.cs#L19
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/ByRefEventAnalyzer.cs#L29
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/DataDefinitionAnalyzer.cs#L31
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 (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, actions/upload-artifact@v3. 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#L130
'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#L141
'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/DMPreprocessor/DMMacro.cs#L142
Nullability of type of parameter 'parameters' doesn't match overridden member (possibly because of nullability attributes).
build (windows-latest): DMCompiler/Compiler/DMPreprocessor/DMMacro.cs#L153
Nullability of type of parameter 'parameters' doesn't match overridden member (possibly because of nullability attributes).
build (windows-latest): DMCompiler/Compiler/DMPreprocessor/DMMacro.cs#L167
Nullability of type of parameter 'parameters' doesn't match overridden member (possibly because of nullability attributes).
build (windows-latest): DMCompiler/Compiler/DMPreprocessor/DMMacro.cs#L179
Nullability of type of parameter 'parameters' doesn't match overridden member (possibly because of nullability attributes).
build (windows-latest): DMCompiler/DM/Expressions/Procs.cs#L146
'ProcCall.DoCompiletimeLinting(DMObject?, DMProc?)': new protected member declared in sealed type
build (windows-latest): DMCompiler/Compiler/Parser.cs#L103
'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/Bytecode/DreamProcOpcode.cs#L418
Converting null literal or possible null value to non-nullable type.
build (windows-latest): DMCompiler/DMCompiler.cs#L53
Possible null reference argument for parameter 'files' in 'DMPreprocessor? DMCompiler.Preprocess(List<string> files, Dictionary<string, string>? macroDefines)'.
build (windows-latest): RobustToolbox/Robust.Serialization.Generator/Generator.cs#L13
'Robust.Serialization.Generator.Generator': A project containing analyzers or source generators should specify the property '<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>'
build (windows-latest): RobustToolbox/cefglue/CefGlue/Structs/CefPdfPrintSettings.cs#L86
XML comment has badly formed XML -- 'A string literal was expected, but no opening quotation mark was found.'
build (windows-latest): RobustToolbox/cefglue/CefGlue/Structs/CefPdfPrintSettings.cs#L86
XML comment has badly formed XML -- 'Required white space was missing.'
build (windows-latest): RobustToolbox/cefglue/CefGlue/Structs/CefPdfPrintSettings.cs#L86
XML comment has badly formed XML -- 'Missing equals sign between attribute and attribute value.'
build (windows-latest): RobustToolbox/cefglue/CefGlue/Interop/libcef.win.cs#L16
The type name 'libcef' only contains lower-cased ascii characters. Such names may become reserved for the language.
build (windows-latest): RobustToolbox/cefglue/CefGlue/Interop/libcef.cs#L10
The type name 'libcef' only contains lower-cased ascii characters. Such names may become reserved for the language.
build (windows-latest): RobustToolbox/cefglue/CefGlue/Interop/libcef.string_list.cs#L10
The type name 'libcef' only contains lower-cased ascii characters. Such names may become reserved for the language.
build (windows-latest): RobustToolbox/cefglue/CefGlue/Interop/libcef.string_map.cs#L10
The type name 'libcef' only contains lower-cased ascii characters. Such names may become reserved for the language.
build (windows-latest): RobustToolbox/cefglue/CefGlue/Interop/libcef.string_multimap.cs#L10
The type name 'libcef' only contains lower-cased ascii characters. Such names may become reserved for the language.
build (windows-latest): RobustToolbox/cefglue/CefGlue/Interop/libcef.string.cs#L20
The type name 'libcef' only contains lower-cased ascii characters. Such names may become reserved for the language.
release
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3, marvinpinto/action-automatic-releases@latest. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
release
The following actions uses node12 which is deprecated and will be forced to run on node16: marvinpinto/action-automatic-releases@latest. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
release
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
release
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Artifacts

Produced during runtime
Name Size
build-ubuntu-latest Expired
15.4 MB
build-windows-latest Expired
16.3 MB