Skip to content

Add support to make AndroidForegroundService optional to MediaElement #1841

Add support to make AndroidForegroundService optional to MediaElement

Add support to make AndroidForegroundService optional to MediaElement #1841

Triggered via pull request January 21, 2026 19:47
Status Failure
Total duration 23m 42s
Artifacts 2

dotnet-build.yml

on: pull_request
Matrix: Build Library
Matrix: Build Sample App using Latest .NET SDK
release-main
0s
release-main
release-nuget
0s
release-nuget
Fit to window
Zoom out
Zoom in

Annotations

1 error and 117 warnings
Build Library (macos-26)
Process completed with exit code 7.
Workflow syntax warning: .github/workflows/dotnet-build.yml#L247
.github/workflows/dotnet-build.yml (Line: 247, Col: 21): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
Build Library (macos-26): src/CommunityToolkit.Maui.UnitTests/Behaviors/MaxLengthReachedBehaviorTests.cs#L174
'VisualElement.FocusChangeRequested' is obsolete: 'This is now handled through VisualElement.MapFocus, this event handler will be removed in the future.'
Build Library (macos-26): src/CommunityToolkit.Maui.UnitTests/Behaviors/SetFocusOnEntryCompletedTests.cs#L47
'VisualElement.FocusChangeRequested' is obsolete: 'This is now handled through VisualElement.MapFocus, this event handler will be removed in the future.'
Build Library (macos-26): src/CommunityToolkit.Maui.UnitTests/Converters/ItemTappedEventArgsConverterTests.cs#L54
'ItemTappedEventArgsConverter' is obsolete: 'ListView is deprecated. Please use CollectionView instead.''
Build Library (macos-26): src/CommunityToolkit.Maui.UnitTests/Converters/ItemTappedEventArgsConverterTests.cs#L53
'ItemTappedEventArgsConverter' is obsolete: 'ListView is deprecated. Please use CollectionView instead.''
Build Library (macos-26): src/CommunityToolkit.Maui.UnitTests/Converters/ItemTappedEventArgsConverterTests.cs#L45
'ItemTappedEventArgsConverter' is obsolete: 'ListView is deprecated. Please use CollectionView instead.''
Build Library (macos-26): src/CommunityToolkit.Maui.UnitTests/Converters/ItemTappedEventArgsConverterTests.cs#L29
'ItemTappedEventArgsConverter' is obsolete: 'ListView is deprecated. Please use CollectionView instead.''
Build Library (macos-26): src/CommunityToolkit.Maui.UnitTests/Views/RatingView/RatingViewTests.cs#L862
'RatingView.FillWhenTapped' is obsolete: 'Use FillOption instead'
Build Library (macos-26): src/CommunityToolkit.Maui.UnitTests/Behaviors/UserStoppedTypingBehaviorTests.cs#L270
'VisualElement.FocusChangeRequested' is obsolete: 'This is now handled through VisualElement.MapFocus, this event handler will be removed in the future.'
Build Library (macos-26): src/CommunityToolkit.Maui.UnitTests/Views/RatingView/RatingViewTests.cs#L96
'RatingView.FillWhenTapped' is obsolete: 'Use FillOption instead'
Build Library (macos-26): src/CommunityToolkit.Maui.UnitTests/Converters/ItemTappedEventArgsConverterTests.cs#L7
'ItemTappedEventArgsConverter' is obsolete: 'ListView is deprecated. Please use CollectionView instead.''
Build Library (macos-26): src/CommunityToolkit.Maui/Views/Expander/Expander.shared.cs#L200
'ListView' is obsolete: 'ListView is deprecated. Please use CollectionView instead.'
Build Library (macos-26): src/CommunityToolkit.Maui/Behaviors/PlatformBehaviors/StatusBar/StatusBarBehavior.shared.cs#L100
'Page.GetUseSafeArea(BindableObject)' is obsolete: 'Use SafeAreaEdges attached property instead for per-edge safe area control.'
Build Library (macos-26): src/CommunityToolkit.Maui/Behaviors/PlatformBehaviors/StatusBar/StatusBarBehavior.shared.cs#L66
'Page.GetUseSafeArea(BindableObject)' is obsolete: 'Use SafeAreaEdges attached property instead for per-edge safe area control.'
Build Library (macos-26): src/CommunityToolkit.Maui/Views/Expander/Expander.shared.cs#L200
'ListView' is obsolete: 'ListView is deprecated. Please use CollectionView instead.'
Build Library (macos-26): src/CommunityToolkit.Maui/PlatformConfiguration/AndroidSpecific/NavigationBar.android.cs#L100
This call site is reachable on: 'Android' 23.0 and later. 'Window.SetNavigationBarColor(Color)' is obsoleted on: 'Android' 35.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
Build Library (macos-26): src/CommunityToolkit.Maui/AppBuilderExtensions.shared.cs#L44
This call site is reachable on: 'Android' 21.0 and later, 'iOS' 15.0 and later, 'maccatalyst' 15.0 and later, 'Tizen' 6.5 and later, 'Windows' 10.0.17763 and later. 'NavigationBar.RemapForControls()' is only supported on: 'Android' 23.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build Library (macos-26): src/CommunityToolkit.Maui/Views/Expander/Expander.shared.cs#L200
'ListView' is obsolete: 'ListView is deprecated. Please use CollectionView instead.'
Build Library (macos-26): src/CommunityToolkit.Maui/Behaviors/PlatformBehaviors/StatusBar/StatusBarBehavior.shared.cs#L100
'Page.GetUseSafeArea(BindableObject)' is obsolete: 'Use SafeAreaEdges attached property instead for per-edge safe area control.'
Build Library (macos-26): src/CommunityToolkit.Maui/Behaviors/PlatformBehaviors/StatusBar/StatusBarBehavior.shared.cs#L66
'Page.GetUseSafeArea(BindableObject)' is obsolete: 'Use SafeAreaEdges attached property instead for per-edge safe area control.'
Build Library (macos-26): src/CommunityToolkit.Maui/Views/Expander/Expander.shared.cs#L200
'ListView' is obsolete: 'ListView is deprecated. Please use CollectionView instead.'
Build Library (macos-26): src/CommunityToolkit.Maui.Core/Views/DrawingView/Service/DrawingViewService.macios.cs#L107
This call site is reachable on: 'MacCatalyst' 15.0 and later. 'UIGraphics.BeginImageContextWithOptions(CGSize, bool, NFloat)' is unsupported on: 'maccatalyst' 17.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build Library (macos-26): src/CommunityToolkit.Maui.Core/Views/DrawingView/Service/DrawingViewService.macios.cs#L118
This call site is reachable on: 'MacCatalyst' 15.0 and later. 'UIGraphics.EndImageContext()' is unsupported on: 'maccatalyst' 17.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build Library (macos-26): src/CommunityToolkit.Maui.Core/Views/PaddedButton.macios.cs#L48
This call site is reachable on: 'MacCatalyst' 15.0 and later. 'UIButton.ContentEdgeInsets' is obsoleted on: 'maccatalyst' 15.0 and later (Ignored when 'UIButtonConfiguration' is used.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
Build Library (macos-26): src/CommunityToolkit.Maui.Core/Views/DrawingView/Service/DrawingViewService.macios.cs#L149
This call site is reachable on: 'iOS' 15.0 and later, 'maccatalyst' 15.0 and later. 'UIGraphics.EndImageContext()' is unsupported on: 'ios' 17.0 and later, 'maccatalyst' 17.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build Library (macos-26): src/CommunityToolkit.Maui.Core/Views/DrawingView/Service/DrawingViewService.macios.cs#L148
This call site is reachable on: 'iOS' 15.0 and later, 'maccatalyst' 15.0 and later. 'UIGraphics.GetImageFromCurrentImageContext()' is unsupported on: 'ios' 17.0 and later, 'maccatalyst' 17.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build Library (macos-26): src/CommunityToolkit.Maui.Core/Views/DrawingView/Service/DrawingViewService.macios.cs#L145
This call site is reachable on: 'iOS' 15.0 and later, 'maccatalyst' 15.0 and later. 'UIGraphics.BeginImageContext(CGSize)' is unsupported on: 'ios' 17.0 and later, 'maccatalyst' 17.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build Library (macos-26): src/CommunityToolkit.Maui.Core/Views/DrawingView/Service/DrawingViewService.macios.cs#L117
This call site is reachable on: 'iOS' 15.0 and later, 'maccatalyst' 15.0 and later. 'UIGraphics.GetImageFromCurrentImageContext()' is unsupported on: 'ios' 17.0 and later, 'maccatalyst' 17.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build Library (macos-26): src/CommunityToolkit.Maui.Core/Views/DrawingView/Service/DrawingViewService.macios.cs#L118
This call site is reachable on: 'iOS' 15.0 and later, 'maccatalyst' 15.0 and later. 'UIGraphics.EndImageContext()' is unsupported on: 'ios' 17.0 and later, 'maccatalyst' 17.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build Library (macos-26): src/CommunityToolkit.Maui.Core/Views/DrawingView/Service/DrawingViewService.macios.cs#L107
This call site is reachable on: 'iOS' 15.0 and later, 'maccatalyst' 15.0 and later. 'UIGraphics.BeginImageContextWithOptions(CGSize, bool, NFloat)' is unsupported on: 'ios' 17.0 and later, 'maccatalyst' 17.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build Library (macos-26): src/CommunityToolkit.Maui.Core/Views/PaddedButton.macios.cs#L48
This call site is reachable on: 'iOS' 15.0 and later, 'maccatalyst' 15.0 and later. 'UIButton.ContentEdgeInsets' is obsoleted on: 'ios' 15.0 and later (Ignored when 'UIButtonConfiguration' is used.), 'maccatalyst' 15.0 and later (Ignored when 'UIButtonConfiguration' is used.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
Build Library (macos-26): src/CommunityToolkit.Maui.Maps/Handler/Map/SerializerContext.shared.cs#L12
There are multiple types named 'Object'. Source was generated for the first one detected. Use 'JsonSerializableAttribute.TypeInfoPropertyName' to resolve this collision. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1031)
Build Library (macos-26): src/CommunityToolkit.Maui.Maps/Handler/Map/SerializerContext.shared.cs#L12
There are multiple types named 'Object'. Source was generated for the first one detected. Use 'JsonSerializableAttribute.TypeInfoPropertyName' to resolve this collision. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1031)
Build Library (macos-26): src/CommunityToolkit.Maui.MediaElement/AppBuilderExtensions.shared.cs#L45
This call site is reachable on: 'Android' 26.0 and later, 'iOS' 15.0 and later, 'maccatalyst' 15.0 and later, 'Tizen' 6.5 and later, 'Windows' 10.0.17763 and later. 'MediaControlsService' is only supported on: 'Android' 26.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build Library (macos-26): src/CommunityToolkit.Maui.MediaElement/AppBuilderExtensions.shared.cs#L45
This call site is reachable on: 'Android' 26.0 and later, 'iOS' 15.0 and later, 'maccatalyst' 15.0 and later, 'Tizen' 6.5 and later, 'Windows' 10.0.17763 and later. 'MediaControlsService' is only supported on: 'Android' 26.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build Library (macos-26): src/CommunityToolkit.Maui.Camera/CameraManager.macios.cs#L521
This call site is reachable on: 'MacCatalyst' 15.0 and later. 'AVCaptureConnection.VideoOrientation' is obsoleted on: 'maccatalyst' 17.0 and later (Use VideoRotationAngle instead.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
Build Library (macos-26): src/CommunityToolkit.Maui.Camera/CameraManager.macios.cs#L426
This call site is reachable on: 'MacCatalyst' 26.0 and later. 'UIApplication.StatusBarOrientation' is obsoleted on: 'maccatalyst' 9.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
Build Library (macos-26): src/CommunityToolkit.Maui.Camera/CameraManager.macios.cs#L420
This call site is reachable on: 'MacCatalyst' 15.0 and later. 'UIApplication.StatusBarOrientation' is obsoleted on: 'maccatalyst' 9.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
Build Library (macos-26): src/CommunityToolkit.Maui.Camera/CameraManager.macios.cs#L521
This call site is reachable on: 'iOS' 15.0 and later, 'maccatalyst' 15.0 and later. 'AVCaptureConnection.VideoOrientation' is obsoleted on: 'ios' 17.0 and later (Use VideoRotationAngle instead.), 'maccatalyst' 17.0 and later (Use VideoRotationAngle instead.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
Build Library (macos-26): src/CommunityToolkit.Maui.Camera/CameraManager.macios.cs#L426
This call site is reachable on: 'iOS' 26.0 and later, 'maccatalyst' 15.0 and later. 'UIApplication.StatusBarOrientation' is obsoleted on: 'ios' 9.0 and later, 'maccatalyst' 9.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
Build Library (macos-26): src/CommunityToolkit.Maui.Camera/CameraManager.macios.cs#L420
This call site is reachable on: 'iOS' 15.0 and later, 'maccatalyst' 15.0 and later. 'UIApplication.StatusBarOrientation' is obsoleted on: 'ios' 9.0 and later, 'maccatalyst' 9.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
Build Library (macos-26): src/CommunityToolkit.Maui.Camera/CameraManager.macios.cs#L368
This call site is reachable on: 'iOS' 15.0 and later, 'maccatalyst' 15.0 and later. 'AVCaptureConnection.VideoOrientation' is obsoleted on: 'ios' 17.0 and later (Use VideoRotationAngle instead.), 'maccatalyst' 17.0 and later (Use VideoRotationAngle instead.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
Build Library (macos-26)
The 'dotnet-quality' input can be used only with .NET SDK version in A.B, A.B.x, A, A.x and A.B.Cxx formats where the major tag is higher than 5. You specified: 10.0.100. 'dotnet-quality' input is ignored.
Build Library (windows-latest): src/CommunityToolkit.Maui/AppBuilderExtensions.shared.cs#L44
This call site is reachable on: 'Android' 21.0 and later, 'iOS' 15.0 and later, 'maccatalyst' 15.0 and later, 'Tizen' 6.5 and later, 'Windows' 10.0.17763 and later. 'NavigationBar.RemapForControls()' is only supported on: 'Android' 23.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build Library (windows-latest): src/CommunityToolkit.Maui/PlatformConfiguration/AndroidSpecific/NavigationBar.android.cs#L100
This call site is reachable on: 'Android' 23.0 and later. 'Window.SetNavigationBarColor(Color)' is obsoleted on: 'Android' 35.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
Build Library (windows-latest): src/CommunityToolkit.Maui/Behaviors/PlatformBehaviors/StatusBar/StatusBarBehavior.shared.cs#L66
'Page.GetUseSafeArea(BindableObject)' is obsolete: 'Use SafeAreaEdges attached property instead for per-edge safe area control.'
Build Library (windows-latest): src/CommunityToolkit.Maui/Views/Expander/Expander.shared.cs#L200
'ListView' is obsolete: 'ListView is deprecated. Please use CollectionView instead.'
Build Library (windows-latest): src/CommunityToolkit.Maui.UnitTests/Behaviors/EventToCommandBehaviorGenericTests.cs#L14
'ListView' is obsolete: 'ListView is deprecated. Please use CollectionView instead.'
Build Library (windows-latest): src/CommunityToolkit.Maui.UnitTests/Behaviors/SetFocusOnEntryCompletedTests.cs#L47
'VisualElement.FocusChangeRequested' is obsolete: 'This is now handled through VisualElement.MapFocus, this event handler will be removed in the future.'
Build Library (windows-latest): src/CommunityToolkit.Maui.UnitTests/Converters/ItemTappedEventArgsConverterTests.cs#L54
'ItemTappedEventArgsConverter' is obsolete: 'ListView is deprecated. Please use CollectionView instead.''
Build Library (windows-latest): src/CommunityToolkit.Maui.UnitTests/Converters/ItemTappedEventArgsConverterTests.cs#L53
'ItemTappedEventArgsConverter' is obsolete: 'ListView is deprecated. Please use CollectionView instead.''
Build Library (windows-latest): src/CommunityToolkit.Maui.UnitTests/Converters/ItemTappedEventArgsConverterTests.cs#L45
'ItemTappedEventArgsConverter' is obsolete: 'ListView is deprecated. Please use CollectionView instead.''
Build Library (windows-latest): src/CommunityToolkit.Maui.UnitTests/Converters/ItemTappedEventArgsConverterTests.cs#L29
'ItemTappedEventArgsConverter' is obsolete: 'ListView is deprecated. Please use CollectionView instead.''
Build Library (windows-latest): src/CommunityToolkit.Maui.UnitTests/Views/RatingView/RatingViewTests.cs#L862
'RatingView.FillWhenTapped' is obsolete: 'Use FillOption instead'
Build Library (windows-latest): src/CommunityToolkit.Maui.UnitTests/Behaviors/UserStoppedTypingBehaviorTests.cs#L270
'VisualElement.FocusChangeRequested' is obsolete: 'This is now handled through VisualElement.MapFocus, this event handler will be removed in the future.'
Build Library (windows-latest): src/CommunityToolkit.Maui.UnitTests/Views/RatingView/RatingViewTests.cs#L96
'RatingView.FillWhenTapped' is obsolete: 'Use FillOption instead'
Build Library (windows-latest): src/CommunityToolkit.Maui.UnitTests/Converters/ItemTappedEventArgsConverterTests.cs#L7
'ItemTappedEventArgsConverter' is obsolete: 'ListView is deprecated. Please use CollectionView instead.''
Build Library (windows-latest): src/CommunityToolkit.Maui/Behaviors/PlatformBehaviors/StatusBar/StatusBarBehavior.shared.cs#L100
'Page.GetUseSafeArea(BindableObject)' is obsolete: 'Use SafeAreaEdges attached property instead for per-edge safe area control.'
Build Library (windows-latest): src/CommunityToolkit.Maui/Behaviors/PlatformBehaviors/StatusBar/StatusBarBehavior.shared.cs#L66
'Page.GetUseSafeArea(BindableObject)' is obsolete: 'Use SafeAreaEdges attached property instead for per-edge safe area control.'
Build Library (windows-latest): src/CommunityToolkit.Maui/Views/Expander/Expander.shared.cs#L200
'ListView' is obsolete: 'ListView is deprecated. Please use CollectionView instead.'
Build Library (windows-latest): src/CommunityToolkit.Maui/PlatformConfiguration/AndroidSpecific/NavigationBar.android.cs#L100
This call site is reachable on: 'Android' 23.0 and later. 'Window.SetNavigationBarColor(Color)' is obsoleted on: 'Android' 35.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
Build Library (windows-latest): src/CommunityToolkit.Maui/AppBuilderExtensions.shared.cs#L44
This call site is reachable on: 'Android' 21.0 and later, 'iOS' 15.0 and later, 'maccatalyst' 15.0 and later, 'Tizen' 6.5 and later, 'Windows' 10.0.17763 and later. 'NavigationBar.RemapForControls()' is only supported on: 'Android' 23.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build Library (windows-latest): src/CommunityToolkit.Maui/Views/Expander/Expander.shared.cs#L207
'ListView' is obsolete: 'ListView is deprecated. Please use CollectionView instead.'
Build Library (windows-latest): src/CommunityToolkit.Maui/Views/Expander/Expander.shared.cs#L200
'ListView' is obsolete: 'ListView is deprecated. Please use CollectionView instead.'
Build Library (windows-latest): src/CommunityToolkit.Maui/Behaviors/PlatformBehaviors/StatusBar/StatusBarBehavior.shared.cs#L100
'Page.GetUseSafeArea(BindableObject)' is obsolete: 'Use SafeAreaEdges attached property instead for per-edge safe area control.'
Build Library (windows-latest): src/CommunityToolkit.Maui/Behaviors/PlatformBehaviors/StatusBar/StatusBarBehavior.shared.cs#L66
'Page.GetUseSafeArea(BindableObject)' is obsolete: 'Use SafeAreaEdges attached property instead for per-edge safe area control.'
Build Library (windows-latest): src/CommunityToolkit.Maui/Views/Expander/Expander.shared.cs#L200
'ListView' is obsolete: 'ListView is deprecated. Please use CollectionView instead.'
Build Library (windows-latest): src/CommunityToolkit.Maui.Core/Views/DrawingView/Service/DrawingViewService.macios.cs#L107
This call site is reachable on: 'MacCatalyst' 15.0 and later. 'UIGraphics.BeginImageContextWithOptions(CGSize, bool, NFloat)' is unsupported on: 'maccatalyst' 17.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build Library (windows-latest): src/CommunityToolkit.Maui.Core/Views/DrawingView/Service/DrawingViewService.macios.cs#L118
This call site is reachable on: 'MacCatalyst' 15.0 and later. 'UIGraphics.EndImageContext()' is unsupported on: 'maccatalyst' 17.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build Library (windows-latest): src/CommunityToolkit.Maui.Core/Views/PaddedButton.macios.cs#L48
This call site is reachable on: 'MacCatalyst' 15.0 and later. 'UIButton.ContentEdgeInsets' is obsoleted on: 'maccatalyst' 15.0 and later (Ignored when 'UIButtonConfiguration' is used.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
Build Library (windows-latest): src/CommunityToolkit.Maui.Core/Views/DrawingView/Service/DrawingViewService.macios.cs#L149
This call site is reachable on: 'iOS' 15.0 and later, 'maccatalyst' 15.0 and later. 'UIGraphics.EndImageContext()' is unsupported on: 'ios' 17.0 and later, 'maccatalyst' 17.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build Library (windows-latest): src/CommunityToolkit.Maui.Core/Views/DrawingView/Service/DrawingViewService.macios.cs#L145
This call site is reachable on: 'iOS' 15.0 and later, 'maccatalyst' 15.0 and later. 'UIGraphics.BeginImageContext(CGSize)' is unsupported on: 'ios' 17.0 and later, 'maccatalyst' 17.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build Library (windows-latest): src/CommunityToolkit.Maui.Core/Views/DrawingView/Service/DrawingViewService.macios.cs#L148
This call site is reachable on: 'iOS' 15.0 and later, 'maccatalyst' 15.0 and later. 'UIGraphics.GetImageFromCurrentImageContext()' is unsupported on: 'ios' 17.0 and later, 'maccatalyst' 17.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build Library (windows-latest): src/CommunityToolkit.Maui.Core/Views/DrawingView/Service/DrawingViewService.macios.cs#L117
This call site is reachable on: 'iOS' 15.0 and later, 'maccatalyst' 15.0 and later. 'UIGraphics.GetImageFromCurrentImageContext()' is unsupported on: 'ios' 17.0 and later, 'maccatalyst' 17.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build Library (windows-latest): src/CommunityToolkit.Maui.Core/Views/DrawingView/Service/DrawingViewService.macios.cs#L118
This call site is reachable on: 'iOS' 15.0 and later, 'maccatalyst' 15.0 and later. 'UIGraphics.EndImageContext()' is unsupported on: 'ios' 17.0 and later, 'maccatalyst' 17.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build Library (windows-latest): src/CommunityToolkit.Maui.Core/Views/DrawingView/Service/DrawingViewService.macios.cs#L107
This call site is reachable on: 'iOS' 15.0 and later, 'maccatalyst' 15.0 and later. 'UIGraphics.BeginImageContextWithOptions(CGSize, bool, NFloat)' is unsupported on: 'ios' 17.0 and later, 'maccatalyst' 17.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build Library (windows-latest): src/CommunityToolkit.Maui.Core/Views/PaddedButton.macios.cs#L48
This call site is reachable on: 'iOS' 15.0 and later, 'maccatalyst' 15.0 and later. 'UIButton.ContentEdgeInsets' is obsoleted on: 'ios' 15.0 and later (Ignored when 'UIButtonConfiguration' is used.), 'maccatalyst' 15.0 and later (Ignored when 'UIButtonConfiguration' is used.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
Build Library (windows-latest): src/CommunityToolkit.Maui.Maps/Handler/Map/SerializerContext.shared.cs#L12
There are multiple types named 'Object'. Source was generated for the first one detected. Use 'JsonSerializableAttribute.TypeInfoPropertyName' to resolve this collision. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1031)
Build Library (windows-latest): src/CommunityToolkit.Maui.Maps/Handler/Map/SerializerContext.shared.cs#L12
There are multiple types named 'Object'. Source was generated for the first one detected. Use 'JsonSerializableAttribute.TypeInfoPropertyName' to resolve this collision. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1031)
Build Library (windows-latest): src/CommunityToolkit.Maui.MediaElement/AppBuilderExtensions.shared.cs#L45
This call site is reachable on: 'Android' 26.0 and later, 'iOS' 15.0 and later, 'maccatalyst' 15.0 and later, 'Tizen' 6.5 and later, 'Windows' 10.0.17763 and later. 'MediaControlsService' is only supported on: 'Android' 26.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build Library (windows-latest): src/CommunityToolkit.Maui.MediaElement/AppBuilderExtensions.shared.cs#L45
This call site is reachable on: 'Android' 26.0 and later, 'iOS' 15.0 and later, 'maccatalyst' 15.0 and later, 'Tizen' 6.5 and later, 'Windows' 10.0.17763 and later. 'MediaControlsService' is only supported on: 'Android' 26.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build Library (windows-latest): src/CommunityToolkit.Maui.Camera/CameraManager.macios.cs#L521
This call site is reachable on: 'iOS' 15.0 and later, 'maccatalyst' 15.0 and later. 'AVCaptureConnection.VideoOrientation' is obsoleted on: 'ios' 17.0 and later (Use VideoRotationAngle instead.), 'maccatalyst' 17.0 and later (Use VideoRotationAngle instead.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
Build Library (windows-latest): src/CommunityToolkit.Maui.Camera/CameraManager.macios.cs#L368
This call site is reachable on: 'MacCatalyst' 15.0 and later. 'AVCaptureConnection.VideoOrientation' is obsoleted on: 'maccatalyst' 17.0 and later (Use VideoRotationAngle instead.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
Build Library (windows-latest): src/CommunityToolkit.Maui.Camera/CameraManager.macios.cs#L368
This call site is reachable on: 'iOS' 15.0 and later, 'maccatalyst' 15.0 and later. 'AVCaptureConnection.VideoOrientation' is obsoleted on: 'ios' 17.0 and later (Use VideoRotationAngle instead.), 'maccatalyst' 17.0 and later (Use VideoRotationAngle instead.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
Build Library (windows-latest): src/CommunityToolkit.Maui.Camera/CameraManager.macios.cs#L420
This call site is reachable on: 'MacCatalyst' 15.0 and later. 'UIApplication.StatusBarOrientation' is obsoleted on: 'maccatalyst' 9.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
Build Library (windows-latest): src/CommunityToolkit.Maui.Camera/CameraManager.macios.cs#L426
This call site is reachable on: 'iOS' 15.0 and later, 'maccatalyst' 26.0 and later. 'UIApplication.StatusBarOrientation' is obsoleted on: 'ios' 9.0 and later, 'maccatalyst' 9.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
Build Library (windows-latest): src/CommunityToolkit.Maui.Camera/CameraManager.macios.cs#L426
This call site is reachable on: 'MacCatalyst' 26.0 and later. 'UIApplication.StatusBarOrientation' is obsoleted on: 'maccatalyst' 9.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
Build Library (windows-latest): src/CommunityToolkit.Maui.Camera/CameraManager.macios.cs#L420
This call site is reachable on: 'iOS' 15.0 and later, 'maccatalyst' 15.0 and later. 'UIApplication.StatusBarOrientation' is obsoleted on: 'ios' 9.0 and later, 'maccatalyst' 9.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
Build Library (windows-latest)
The 'dotnet-quality' input can be used only with .NET SDK version in A.B, A.B.x, A, A.x and A.B.Cxx formats where the major tag is higher than 5. You specified: 10.0.100. 'dotnet-quality' input is ignored.
Build Sample App using Latest .NET SDK (windows-latest): src/CommunityToolkit.Maui.Core/Views/DrawingView/Service/DrawingViewService.macios.cs#L148
This call site is reachable on: 'iOS' 15.0 and later, 'maccatalyst' 15.0 and later. 'UIGraphics.GetImageFromCurrentImageContext()' is unsupported on: 'ios' 17.0 and later, 'maccatalyst' 17.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build Sample App using Latest .NET SDK (windows-latest): src/CommunityToolkit.Maui.Core/Views/DrawingView/Service/DrawingViewService.macios.cs#L117
This call site is reachable on: 'iOS' 15.0 and later, 'maccatalyst' 15.0 and later. 'UIGraphics.GetImageFromCurrentImageContext()' is unsupported on: 'ios' 17.0 and later, 'maccatalyst' 17.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build Sample App using Latest .NET SDK (windows-latest): src/CommunityToolkit.Maui.Core/Views/DrawingView/Service/DrawingViewService.macios.cs#L118
This call site is reachable on: 'iOS' 15.0 and later, 'maccatalyst' 15.0 and later. 'UIGraphics.EndImageContext()' is unsupported on: 'ios' 17.0 and later, 'maccatalyst' 17.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build Sample App using Latest .NET SDK (windows-latest): src/CommunityToolkit.Maui.Core/Views/DrawingView/Service/DrawingViewService.macios.cs#L107
This call site is reachable on: 'iOS' 15.0 and later, 'maccatalyst' 15.0 and later. 'UIGraphics.BeginImageContextWithOptions(CGSize, bool, NFloat)' is unsupported on: 'ios' 17.0 and later, 'maccatalyst' 17.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build Sample App using Latest .NET SDK (windows-latest): src/CommunityToolkit.Maui.Core/Views/PaddedButton.macios.cs#L48
This call site is reachable on: 'iOS' 15.0 and later, 'maccatalyst' 15.0 and later. 'UIButton.ContentEdgeInsets' is obsoleted on: 'ios' 15.0 and later (Ignored when 'UIButtonConfiguration' is used.), 'maccatalyst' 15.0 and later (Ignored when 'UIButtonConfiguration' is used.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
Build Sample App using Latest .NET SDK (windows-latest): src/CommunityToolkit.Maui.Camera/CameraManager.macios.cs#L521
This call site is reachable on: 'MacCatalyst' 15.0 and later. 'AVCaptureConnection.VideoOrientation' is obsoleted on: 'maccatalyst' 17.0 and later (Use VideoRotationAngle instead.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
Build Sample App using Latest .NET SDK (windows-latest): src/CommunityToolkit.Maui.Camera/CameraManager.macios.cs#L368
This call site is reachable on: 'MacCatalyst' 15.0 and later. 'AVCaptureConnection.VideoOrientation' is obsoleted on: 'maccatalyst' 17.0 and later (Use VideoRotationAngle instead.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
Build Sample App using Latest .NET SDK (windows-latest): src/CommunityToolkit.Maui.Camera/CameraManager.macios.cs#L420
This call site is reachable on: 'MacCatalyst' 15.0 and later. 'UIApplication.StatusBarOrientation' is obsoleted on: 'maccatalyst' 9.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
Build Sample App using Latest .NET SDK (windows-latest): src/CommunityToolkit.Maui.Camera/CameraManager.macios.cs#L426
This call site is reachable on: 'MacCatalyst' 26.0 and later. 'UIApplication.StatusBarOrientation' is obsoleted on: 'maccatalyst' 9.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
Build Sample App using Latest .NET SDK (macos-26): src/CommunityToolkit.Maui.Core/Handlers/SemanticOrderView/SemanticOrderViewHandler.shared.cs#L60
This call site is reachable on: 'Android' 21.0 and later. 'MauiSemanticOrderView.UpdateViewOrder()' is only supported on: 'Android' 22.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build Sample App using Latest .NET SDK (macos-26): src/CommunityToolkit.Maui.Core/Handlers/SemanticOrderView/SemanticOrderViewHandler.shared.cs#L50
This call site is reachable on: 'Android' 21.0 and later. 'MauiSemanticOrderView.VirtualView' is only supported on: 'Android' 22.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build Sample App using Latest .NET SDK (macos-26): src/CommunityToolkit.Maui.Core/AppBuilderExtensions.shared.cs#L43
This call site is reachable on: 'Android' 21.0 and later, 'iOS' 15.0 and later, 'maccatalyst' 15.0 and later, 'Tizen' 6.5 and later, 'Windows' 10.0.17763 and later. 'DialogFragmentService' is only supported on: 'Android'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build Sample App using Latest .NET SDK (macos-26): src/CommunityToolkit.Maui.Core/Essentials/SpeechToText/OfflineSpeechToTextImplementation.shared.cs#L38
This call site is reachable on: 'Android' 21.0 and later. 'OfflineSpeechToTextImplementation.InternalStartListening(SpeechToTextOptions, CancellationToken)' is only supported on: 'Android' 34.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build Sample App using Latest .NET SDK (macos-26): src/CommunityToolkit.Maui.Core/Essentials/FolderPicker/FolderPicker.shared.cs#L8
This call site is reachable on: 'Android' 21.0 and later. 'FolderPickerImplementation' is only supported on: 'Android' 26.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build Sample App using Latest .NET SDK (macos-26): src/CommunityToolkit.Maui.Camera/CameraManager.macios.cs#L521
This call site is reachable on: 'MacCatalyst' 15.0 and later. 'AVCaptureConnection.VideoOrientation' is obsoleted on: 'maccatalyst' 17.0 and later (Use VideoRotationAngle instead.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
Build Sample App using Latest .NET SDK (macos-26): src/CommunityToolkit.Maui.Camera/CameraManager.macios.cs#L426
This call site is reachable on: 'MacCatalyst' 26.0 and later. 'UIApplication.StatusBarOrientation' is obsoleted on: 'maccatalyst' 9.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
Build Sample App using Latest .NET SDK (macos-26): src/CommunityToolkit.Maui.Camera/CameraManager.macios.cs#L420
This call site is reachable on: 'MacCatalyst' 15.0 and later. 'UIApplication.StatusBarOrientation' is obsoleted on: 'maccatalyst' 9.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
Build Sample App using Latest .NET SDK (macos-26): src/CommunityToolkit.Maui.Camera/CameraManager.macios.cs#L368
This call site is reachable on: 'MacCatalyst' 15.0 and later. 'AVCaptureConnection.VideoOrientation' is obsoleted on: 'maccatalyst' 17.0 and later (Use VideoRotationAngle instead.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)

Artifacts

Produced during runtime
Name Size Digest
nuget-list
181 Bytes
sha256:4a650a61a07eadbd4ecd90e2ac6367df2695e1fb2ead80e8f5bbdfb33ffae568
packages
3.44 MB
sha256:9c19a4a2e4aa41a962853f3c39772e72c5d82ca9de303ef8502c2804a9e0b294