try to use invoking .net runtime instead of looking it up from path (… #665
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run dotnet publish src/Runner.Client --sc -c Release -p:BUILD_OS=Linux -r alpine-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 alpine-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 alpine-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 alpine-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 alpine-x64 -p:Version=3.0.0 -o output:
src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1203
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 alpine-x64 -p:Version=3.0.0 -o output:
src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1204
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 alpine-x64 -p:Version=3.0.0 -o output:
src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1207
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 alpine-x64 -p:Version=3.0.0 -o output:
src/Runner.Server/Controllers/TimelineController.cs#L142
The result of the expression is always 'true' since a value of type 'int' is never equal to 'null' of type 'int?'
|
Run dotnet publish src/Runner.Client --sc -c Release -p:BUILD_OS=Linux -r alpine-x64 -p:Version=3.0.0 -o output:
src/Runner.Server/Controllers/TimelineController.cs#L147
The result of the expression is always 'true' since a value of type 'int' is never equal to 'null' of type 'int?'
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "runner.server-alpine-arm", "runner.server-alpine-arm64", "runner.server-alpine-arm64-fxdependent", "runner.server-alpine-arm-fxdependent", "runner.server-alpine-x64", "runner.server-alpine-x64-fxdependent", "runner.server-linux-arm", "runner.server-linux-arm64", "runner.server-linux-arm64-fxdependent", "runner.server-linux-arm-fxdependent", "runner.server-linux-x64", "runner.server-linux-x64-fxdependent", "runner.server-osx-arm64", "runner.server-osx-arm64-fxdependent", "runner.server-osx-x64", "runner.server-osx-x64-fxdependent", "runner.server-win-arm64", "runner.server-win-arm64-fxdependent", "runner.server-win-x64", "runner.server-win-x64-fxdependent", "runner.server-win-x86", "runner.server-win-x86-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