Skip to content

Added support for Canada, India and Goverment dashboards #889

Added support for Canada, India and Goverment dashboards

Added support for Canada, India and Goverment dashboards #889

Triggered via push October 3, 2024 22:40
Status Success
Total duration 4m 35s
Artifacts
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
Analyze (csharp)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Analyze (csharp)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, github/codeql-action/init@v2, actions/setup-dotnet@v1, 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/
Analyze (csharp): RefitClassSourceGeneratorApp/Program.cs#L57
Method 'void Program.Main()' passes a literal string as parameter 'value' of a call to 'void Console.WriteLine(string? value)'. Retrieve the following string(s) from a resource table instead: "Diagnostics:". (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1303)
Analyze (csharp): RefitClassSourceGeneratorApp/Program.cs#L64
Method 'void Program.Main()' passes a literal string as parameter 'value' of a call to 'void Console.WriteLine(string? value)'. Retrieve the following string(s) from a resource table instead: "Output:". (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1303)
Analyze (csharp): Meraki.Api/Data/Network.cs#L64
'Network.Url' hides inherited member 'NetworkOrConfigurationTemplate.Url'. Use the new keyword if hiding was intended.
Analyze (csharp): Meraki.Api/obj/Release/netstandard2.0/generated/RefitClassSourceGenerator/RefitClassSourceGenerator.RefitClassGenerator/OrganizationsSection_Organizations.g.cs#L24
'IOrganizations.ClaimIntoOrganizationAsync(string, OrganizationClaimRequest, CancellationToken)' is obsolete: 'Use ClaimIntoOrganizationInventoryAsync'
Analyze (csharp): Meraki.Api/Attributes/MerakiApiDomainAttribute.cs#L5
Type 'MerakiApiDomainAttribute' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
Analyze (csharp): Meraki.Api.Test/Organizations/Devices/Tests.cs#L22
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): RefitClassSourceGeneratorApp/Program.cs#L57
Method 'void Program.Main()' passes a literal string as parameter 'value' of a call to 'void Console.WriteLine(string? value)'. Retrieve the following string(s) from a resource table instead: "Diagnostics:". (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1303)
Analyze (csharp): RefitClassSourceGeneratorApp/Program.cs#L64
Method 'void Program.Main()' passes a literal string as parameter 'value' of a call to 'void Console.WriteLine(string? value)'. Retrieve the following string(s) from a resource table instead: "Output:". (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1303)
Analyze (csharp): Meraki.Api/Data/Network.cs#L64
'Network.Url' hides inherited member 'NetworkOrConfigurationTemplate.Url'. Use the new keyword if hiding was intended.
Analyze (csharp): Meraki.Api/obj/Release/netstandard2.0/generated/RefitClassSourceGenerator/RefitClassSourceGenerator.RefitClassGenerator/OrganizationsSection_Organizations.g.cs#L24
'IOrganizations.ClaimIntoOrganizationAsync(string, OrganizationClaimRequest, CancellationToken)' is obsolete: 'Use ClaimIntoOrganizationInventoryAsync'
Analyze (csharp)
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/