Create Github Release #74
Annotations
7 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. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Generate executable:
tools/code/common/WorkspaceApi.cs#L91
'directory' is never 'null'. Remove or refactor the condition(s) to avoid dead code. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1508)
|
Generate executable:
tools/code/common/Workspace.cs#L91
'directory' is never 'null'. Remove or refactor the condition(s) to avoid dead code. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1508)
|
Generate executable:
tools/code/common/Common.cs#L30
Do not declare static members on generic types (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1000)
|
Generate executable:
tools/code/common/ApiSpecification.cs#L56
The type name Yaml conflicts in whole or in part with the namespace name 'NetEscapades.Configuration.Yaml'. Change either name to eliminate the conflict. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1724)
|
Generate executable:
tools/code/common/ApiSpecification.cs#L55
The type name Json conflicts in whole or in part with the namespace name 'Microsoft.AspNetCore.Http.Json'. Change either name to eliminate the conflict. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1724)
|
Generate executable:
tools/code/common/ApiSpecification.cs#L17
The type name OpenApi conflicts in whole or in part with the namespace name 'Microsoft.OpenApi'. Change either name to eliminate the conflict. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1724)
|
Loading