Create Github Release #68
Annotations
11 warnings
The following actions uses Node.js version which is deprecated 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/
|
tools/code/common/ApiPolicy.cs#L86
Do not nest type ApiPolicyContract. Alternatively, change its accessibility so that it is not externally visible. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1034)
|
tools/code/common/ApiOperationPolicy.cs#L87
Do not nest type ApiOperationPolicyContract. Alternatively, change its accessibility so that it is not externally visible. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1034)
|
tools/code/common/Gateway.cs#L126
Do not nest type GatewayContract. Alternatively, change its accessibility so that it is not externally visible. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1034)
|
tools/code/common/WorkspaceDiagnostic.cs#L120
Do not nest type DiagnosticContract. Alternatively, change its accessibility so that it is not externally visible. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1034)
|
tools/code/common/Gateway.cs#L137
Do not nest type ResourceLocationDataContract. Alternatively, change its accessibility so that it is not externally visible. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1034)
|
tools/code/common/WorkspaceDiagnostic.cs#L163
Do not nest type PipelineDiagnosticSettings. Alternatively, change its accessibility so that it is not externally visible. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1034)
|
tools/code/common/WorkspaceDiagnostic.cs#L174
Do not nest type HttpMessageDiagnostic. Alternatively, change its accessibility so that it is not externally visible. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1034)
|
tools/code/common/WorkspaceDiagnostic.cs#L189
Do not nest type BodyDiagnosticSettings. Alternatively, change its accessibility so that it is not externally visible. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1034)
|
tools/code/common/WorkspaceDiagnostic.cs#L196
Do not nest type DataMasking. Alternatively, change its accessibility so that it is not externally visible. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1034)
|
tools/code/common/ApiSpecification.cs#L55
Do not nest type Json. Alternatively, change its accessibility so that it is not externally visible. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1034)
|
This job succeeded
Loading