Skip to content

IDE0055 Fix formatting #943

IDE0055 Fix formatting

IDE0055 Fix formatting #943

Triggered via push November 18, 2024 12:39
Status Success
Total duration 5m 10s
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/Interfaces/General/Devices/IDevices.cs#L1
Namespace "Meraki.Api.Interfaces" does not match folder structure, expected "Meraki.Api.Interfaces.General.Devices" (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0130)
Analyze (csharp): Meraki.Api/Interfaces/General/Organizations/IOrganizationsApiRequests.cs#L1
Namespace "Meraki.Api.Interfaces" does not match folder structure, expected "Meraki.Api.Interfaces.General.Organizations" (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0130)
Analyze (csharp): Meraki.Api/Interfaces/General/Organizations/IOrganizationsConfigurationChanges.cs#L1
Namespace "Meraki.Api.Interfaces" does not match folder structure, expected "Meraki.Api.Interfaces.General.Organizations" (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0130)
Analyze (csharp): Meraki.Api/Interfaces/General/Organizations/IOrganizationsWebhooksAlertTypes.cs#L1
Namespace "Meraki.Api.Interfaces" does not match folder structure, expected "Meraki.Api.Interfaces.General.Organizations" (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0130)
Analyze (csharp): Meraki.Api/Attributes/ApiAccessAttribute.cs#L1
Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055)
Analyze (csharp): Meraki.Api/Attributes/ApiAccessAttribute.cs#L3
Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055)
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/