Feature/api v152 #991
Annotations
1 error and 11 warnings
Analyze (csharp)
CodeQL Action major versions v1 and v2 have been deprecated. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2025-01-10-code-scanning-codeql-action-v2-is-now-deprecated/
|
Analyze (csharp)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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/Data/FloorPlanAutoLocateJobsResponseJobCompleted.cs#L16
Consecutive braces must not have blank line between them (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide2002)
|
Analyze (csharp):
Meraki.Api/Data/FloorPlanBatchDevicesUpdateResponse.cs#L16
Consecutive braces must not have blank line between them (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide2002)
|
Analyze (csharp):
Meraki.Api/Data/FloorPlansAutoLocateStatusCountsDevices.cs#L16
Consecutive braces must not have blank line between them (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide2002)
|
Analyze (csharp):
Meraki.Api/Extensions/IDeviceSensorCommandsExtensions.cs#L19
Remove unused parameter 'endingBefore' if it is not part of a shipped public API (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0060)
|
Analyze (csharp):
Meraki.Api.Test/Organizations/Devices/Tests.cs#L22
Cannot convert null literal to non-nullable reference type.
|
Analyze (csharp):
Meraki.Api.Test/RateLimitingTests.cs#L48
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
|