Skip to content

Updated for Meraki API 1.54 #1016

Updated for Meraki API 1.54

Updated for Meraki API 1.54 #1016

Triggered via push January 28, 2025 14:14
Status Success
Total duration 3m 59s
Artifacts
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 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): 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/obj/Release/netstandard2.0/generated/RefitClassSourceGenerator/RefitClassSourceGenerator.RefitClassGenerator/DevicesSection_Devices.g.cs#L14
'IDevices.BlinkDeviceLedsAsync(string, BlinkLeds, CancellationToken)' is obsolete: 'Deprecated in Meraki API v1.53 in favour of General.LiveTools.CreateDeviceLiveToolsLedsBlink'
Analyze (csharp): Meraki.Api.Test/Switch/Ports/Tests.cs#L33
Possible null reference argument for parameter 'portId' in 'Task<SwitchPort> ISwitchPorts.UpdateDeviceSwitchPortAsync(string serial, string portId, SwitchPort deviceSwitchPort, CancellationToken cancellationToken = default(CancellationToken))'.
Analyze (csharp): Meraki.Api.Test/Config/TestConfig.cs#L8
'TestConfig' is an internal class that is apparently never instantiated. If so, remove the code from the assembly. If this class is intended to contain only static members, make it 'static' (Module in Visual Basic). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1812)
Analyze (csharp): Meraki.Api.Test/RateLimitingTests.cs#L48
Type 'QueryResult' 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/Config/TestConfig.cs#L8
Type 'TestConfig' 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/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/obj/Release/netstandard2.0/generated/RefitClassSourceGenerator/RefitClassSourceGenerator.RefitClassGenerator/DevicesSection_Devices.g.cs#L14
'IDevices.BlinkDeviceLedsAsync(string, BlinkLeds, CancellationToken)' is obsolete: 'Deprecated in Meraki API v1.53 in favour of General.LiveTools.CreateDeviceLiveToolsLedsBlink'
Analyze (csharp): Meraki.Api.Test/Switch/Ports/Tests.cs#L33
Possible null reference argument for parameter 'portId' in 'Task<SwitchPort> ISwitchPorts.UpdateDeviceSwitchPortAsync(string serial, string portId, SwitchPort deviceSwitchPort, CancellationToken cancellationToken = default(CancellationToken))'.
Analyze (csharp): Meraki.Api.Test/Config/TestConfig.cs#L8
'TestConfig' is an internal class that is apparently never instantiated. If so, remove the code from the assembly. If this class is intended to contain only static members, make it 'static' (Module in Visual Basic). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1812)