Create Github Release #76
Annotations
6 warnings
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/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/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)
|
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#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)
|
Loading