Accessibility #42
Open
Accessibility #42
Annotations
21 warnings
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Pack
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Platform.Maui.MacOS
|
|
Pack
File 'D:\a\MauiDevFlow\MauiDevFlow\README.md' is not added because the package already contains file '\README.md'
|
|
Pack
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Microsoft.Extensions.Logging.Abstractions
|
|
Pack
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Microsoft.Extensions.Http
|
|
Pack
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Platform.Maui.MacOS
|
|
Pack
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Microsoft.Extensions.Http
|
|
Pack
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Microsoft.Extensions.Http
|
|
Pack
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Microsoft.Extensions.Http
|
|
Pack
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Microsoft.Extensions.Http
|
|
Pack
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Microsoft.Extensions.Http
|
|
Build:
tests/MauiDevFlow.Tests/AgentIntegrationTests.cs#L195
Dereference of a possibly null reference.
|
|
Build:
tests/MauiDevFlow.Tests/AgentIntegrationTests.cs#L194
Possible null reference argument for parameter 'collection' in 'ElementInfo Assert.Single<ElementInfo>(IEnumerable<ElementInfo> collection)'.
|
|
Build:
src/MauiDevFlow.Agent/DevFlowAgentService.cs#L538
This call site is reachable on: 'MacCatalyst' 26.0 and later. 'UIApplication.KeyWindow' is obsoleted on: 'maccatalyst' 13.0 and later (Should not be used for applications that support multiple scenes because it returns a key window across all connected scenes.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
|
|
Build:
src/MauiDevFlow.Agent.Core/DevFlowAgentService.cs#L3900
Argument of type 'Dictionary<string, string>' cannot be used for parameter 'dictionary' of type 'IReadOnlyDictionary<string, string?>' in 'string? CollectionExtensions.GetValueOrDefault<string, string?>(IReadOnlyDictionary<string, string?> dictionary, string key, string? defaultValue)' due to differences in the nullability of reference types.
|
|
Build:
src/MauiDevFlow.Agent.Core/DevFlowAgentService.cs#L1011
'SKBitmap.Resize(SKImageInfo, SKFilterQuality)' is obsolete: 'Use Resize(SKImageInfo info, SKSamplingOptions sampling) instead.'
|
|
Build:
src/MauiDevFlow.Agent.Core/DevFlowAgentService.cs#L1011
'SKFilterQuality' is obsolete: 'Use SKSamplingOptions instead.'
|
|
Build:
src/MauiDevFlow.CLI/NetworkMonitorTui.cs#L142
Argument of type 'State<string>' cannot be used for parameter 'text' of type 'Binding<string?>' in 'TextBlock.TextBlock(Binding<string?> text)' due to differences in the nullability of reference types.
|
|
Build:
src/MauiDevFlow.CLI/NetworkMonitorTui.cs#L137
Argument of type 'State<string>' cannot be used for parameter 'text' of type 'Binding<string?>' in 'TextBlock.TextBlock(Binding<string?> text)' due to differences in the nullability of reference types.
|
|
Build:
src/MauiDevFlow.CLI/NetworkMonitorTui.cs#L132
Argument of type 'State<string>' cannot be used for parameter 'text' of type 'Binding<string?>' in 'TextArea.TextArea(Binding<string?> text)' due to differences in the nullability of reference types.
|
|
Build:
src/MauiDevFlow.Blazor/BlazorWebViewDebugService.Windows.cs#L87
Possible null reference argument for parameter 'coreWebView' in 'Task CaptureWebView(CoreWebView2 coreWebView)'.
|
Loading