Accessibility #160
Annotations
5 errors and 32 warnings
|
build-and-test (windows-latest)
Process completed with exit code 1.
|
|
build-and-test (windows-latest):
src/MauiDevFlow.Agent/VisualTreeWalker.cs#L1300
'AutomationPeer.IsContentElementCore()' is inaccessible due to its protection level
|
|
build-and-test (windows-latest):
src/MauiDevFlow.Agent/VisualTreeWalker.cs#L165
'FrameworkElement' does not contain a definition for 'Background' and no accessible extension method 'Background' accepting a first argument of type 'FrameworkElement' could be found (are you missing a using directive or an assembly reference?)
|
|
build-and-test (windows-latest):
src/MauiDevFlow.Agent/VisualTreeWalker.cs#L1300
'AutomationPeer.IsContentElementCore()' is inaccessible due to its protection level
|
|
build-and-test (windows-latest):
src/MauiDevFlow.Agent/VisualTreeWalker.cs#L165
'FrameworkElement' does not contain a definition for 'Background' and no accessible extension method 'Background' accepting a first argument of type 'FrameworkElement' could be found (are you missing a using directive or an assembly reference?)
|
|
build-and-test (macos-latest)
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 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/
|
|
build-and-test (macos-latest)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Platform.Maui.MacOS.BlazorWebView
|
|
build-and-test (macos-latest)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Platform.Maui.MacOS
|
|
build-and-test (macos-latest)
File '/Users/runner/work/MauiDevFlow/MauiDevFlow/README.md' is not added because the package already contains file '/README.md'
|
|
build-and-test (macos-latest)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Platform.Maui.MacOS
|
|
build-and-test (macos-latest)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Microsoft.Extensions.Http
|
|
build-and-test (macos-latest)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Microsoft.Extensions.Http
|
|
build-and-test (macos-latest)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Microsoft.Extensions.Http
|
|
build-and-test (macos-latest)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Microsoft.Extensions.Http
|
|
build-and-test (macos-latest)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Microsoft.Extensions.Http
|
|
build-and-test (macos-latest)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Microsoft.Extensions.Logging.Abstractions
|
|
build-and-test (macos-latest):
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-and-test (macos-latest):
src/MauiDevFlow.Blazor/BlazorWebViewDebugService.Android.cs#L21
This call site is reachable on: 'Android' 21.0 and later. 'BlazorWebViewHandler.BlazorWebViewMapper' is only supported on: 'android' 23.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
build-and-test (macos-latest):
src/MauiDevFlow.Blazor/BlazorWebViewDebugService.Android.cs#L21
This call site is reachable on: 'Android' 21.0 and later. 'BlazorWebViewHandler' is only supported on: 'android' 23.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
build-and-test (macos-latest):
src/MauiDevFlow.Agent/DevFlowAgentService.cs#L538
This call site is reachable on: 'iOS' 26.0 and later, 'maccatalyst' 26.0 and later. 'UIApplication.KeyWindow' is obsoleted on: 'ios' 13.0 and later (Should not be used for applications that support multiple scenes because it returns a key window across all connected scenes.), '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-and-test (macos-latest):
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-and-test (macos-latest):
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-and-test (macos-latest):
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-and-test (macos-latest):
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-and-test (macos-latest):
src/MauiDevFlow.Agent.Core/DevFlowAgentService.cs#L1011
'SKBitmap.Resize(SKImageInfo, SKFilterQuality)' is obsolete: 'Use Resize(SKImageInfo info, SKSamplingOptions sampling) instead.'
|
|
build-and-test (macos-latest):
src/MauiDevFlow.Agent.Core/DevFlowAgentService.cs#L1011
'SKFilterQuality' is obsolete: 'Use SKSamplingOptions instead.'
|
|
build-and-test (windows-latest)
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 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/
|
|
build-and-test (windows-latest):
src/MauiDevFlow.Agent/DevFlowAgentService.cs#L310
Cannot convert null literal to non-nullable reference type.
|
|
build-and-test (windows-latest):
src/MauiDevFlow.Agent/DevFlowAgentService.cs#L310
Possible null reference argument for parameter 'left' in 'bool Selector.operator !=(Selector left, Selector right)'.
|
|
build-and-test (windows-latest):
src/MauiDevFlow.Agent/DevFlowAgentService.cs#L307
Cannot convert null literal to non-nullable reference type.
|
|
build-and-test (windows-latest):
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-and-test (windows-latest):
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-and-test (windows-latest):
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-and-test (windows-latest):
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-and-test (windows-latest):
src/MauiDevFlow.Agent.Core/DevFlowAgentService.cs#L1011
'SKBitmap.Resize(SKImageInfo, SKFilterQuality)' is obsolete: 'Use Resize(SKImageInfo info, SKSamplingOptions sampling) instead.'
|
|
build-and-test (windows-latest):
src/MauiDevFlow.Agent.Core/DevFlowAgentService.cs#L1011
'SKFilterQuality' is obsolete: 'Use SKSamplingOptions instead.'
|
|
build-and-test (windows-latest):
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.
|