try to use invoking .net runtime instead of looking it up from path #917
Annotations
12 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/
|
Build:
src/Sdk/Utils/DotNetMuxer.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
src/Sdk/Utils/DotNetMuxer.cs#L42
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1203
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1204
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1207
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
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?'
|
Build:
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?'
|
Build:
src/Sdk/Utils/DotNetMuxer.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "nupkg".
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