Fix native extension build type #1036
Annotations
9 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, github/codeql-action/init@v2, github/codeql-action/analyze@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Initialize CodeQL
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
|
Manual build:
src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Manual build:
src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Manual 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.
|
Manual 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.
|
Manual 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.
|
Manual 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?'
|
Manual 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?'
|
Loading