Sync actions/runner #700
Annotations
2 errors and 11 warnings
|
|
Run dotnet publish src/Runner.Client --sc -c Release -p:BUILD_OS=Linux -r linux-musl-x64 -p:Version=3.0.0 -o output:
src/Sdk/Utils/DotNetMuxer.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Run dotnet publish src/Runner.Client --sc -c Release -p:BUILD_OS=Linux -r linux-musl-x64 -p:Version=3.0.0 -o output:
src/Sdk/Utils/DotNetMuxer.cs#L42
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Run dotnet publish src/Runner.Client --sc -c Release -p:BUILD_OS=Linux -r linux-musl-x64 -p:Version=3.0.0 -o output:
src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Run dotnet publish src/Runner.Client --sc -c Release -p:BUILD_OS=Linux -r linux-musl-x64 -p:Version=3.0.0 -o output:
src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Run dotnet publish src/Runner.Client --sc -c Release -p:BUILD_OS=Linux -r linux-musl-x64 -p:Version=3.0.0 -o output:
src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1165
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Run dotnet publish src/Runner.Client --sc -c Release -p:BUILD_OS=Linux -r linux-musl-x64 -p:Version=3.0.0 -o output:
src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1166
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Run dotnet publish src/Runner.Client --sc -c Release -p:BUILD_OS=Linux -r linux-musl-x64 -p:Version=3.0.0 -o output:
src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1169
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Run dotnet publish src/Runner.Client --sc -c Release -p:BUILD_OS=Linux -r linux-musl-x64 -p:Version=3.0.0 -o output:
src/Runner.Server/Controllers/MessageController.cs#L4927
The type name 'shared' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Run dotnet publish src/Runner.Client --sc -c Release -p:BUILD_OS=Linux -r linux-musl-x64 -p:Version=3.0.0 -o output:
src/Runner.Server/Controllers/MessageController.cs#L6825
'HMAC.Create(string)' is obsolete: 'Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0045)
|
Run dotnet publish src/Runner.Client --sc -c Release -p:BUILD_OS=Linux -r linux-musl-x64 -p:Version=3.0.0 -o output:
src/Runner.Server/Controllers/ArtifactController.cs#L210
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "runner.server-linux-arm", "runner.server-linux-arm64", "runner.server-linux-arm64-fxdependent", "runner.server-linux-arm-fxdependent", "runner.server-linux-musl-arm", "runner.server-linux-musl-arm64", "runner.server-linux-musl-arm64-fxdependent", "runner.server-linux-musl-arm-fxdependent".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading