Fix Windows DrawingView image rendering so exported/rendered strokes use the correct (round) line caps - #3216
Merged
TheCodeTraveler merged 2 commits intoMay 11, 2026
Annotations
51 warnings
|
.github/workflows/dotnet-build.yml#L258
.github/workflows/dotnet-build.yml (Line: 258, 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 ${{ }}?
|
|
src/CommunityToolkit.Maui/Behaviors/PlatformBehaviors/StatusBar/StatusBarBehavior.shared.cs#L67
'Page.GetUseSafeArea(BindableObject)' is obsolete: 'Use SafeAreaEdges attached property instead for per-edge safe area control.'
|
|
src/CommunityToolkit.Maui/Views/Expander/Expander.shared.cs#L200
'ListView' is obsolete: 'ListView is deprecated. Please use CollectionView instead.'
|
|
src/CommunityToolkit.Maui/Views/Expander/Expander.shared.cs#L200
'ListView' is obsolete: 'ListView is deprecated. Please use CollectionView instead.'
|
|
src/CommunityToolkit.Maui.UnitTests/Converters/ItemTappedEventArgsConverterTests.cs#L54
'ItemTappedEventArgsConverter' is obsolete: 'ListView is deprecated. Please use CollectionView instead.''
|
|
src/CommunityToolkit.Maui.UnitTests/Converters/ItemTappedEventArgsConverterTests.cs#L53
'ItemTappedEventArgsConverter' is obsolete: 'ListView is deprecated. Please use CollectionView instead.''
|
|
src/CommunityToolkit.Maui.UnitTests/Converters/ItemTappedEventArgsConverterTests.cs#L45
'ItemTappedEventArgsConverter' is obsolete: 'ListView is deprecated. Please use CollectionView instead.''
|
|
src/CommunityToolkit.Maui.UnitTests/Converters/ItemTappedEventArgsConverterTests.cs#L29
'ItemTappedEventArgsConverter' is obsolete: 'ListView is deprecated. Please use CollectionView instead.''
|
|
src/CommunityToolkit.Maui.UnitTests/Views/AvatarView/AvatarViewImageTests.cs#L159
The variable 'layoutDiameter' is assigned but its value is never used
|
|
src/CommunityToolkit.Maui.UnitTests/Views/AvatarView/AvatarViewImageTests.cs#L127
The variable 'layoutDiameter' is assigned but its value is never used
|
|
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.'
|
|
src/CommunityToolkit.Maui.UnitTests/Views/RatingView/RatingViewTests.cs#L862
'RatingView.FillWhenTapped' is obsolete: 'Use FillOption instead'
|
|
src/CommunityToolkit.Maui.UnitTests/Views/RatingView/RatingViewTests.cs#L96
'RatingView.FillWhenTapped' is obsolete: 'Use FillOption instead'
|
|
src/CommunityToolkit.Maui.UnitTests/Converters/ItemTappedEventArgsConverterTests.cs#L7
'ItemTappedEventArgsConverter' is obsolete: 'ListView is deprecated. Please use CollectionView instead.''
|
|
src/CommunityToolkit.Maui.Camera/CameraManager.shared.cs#L23
Field 'CameraManager.isInitialized' is never assigned to, and will always have its default value false
|
|
src/CommunityToolkit.Maui.Camera/CameraManager.shared.cs#L16
Parameter 'mauiContext' is unread.
|
|
src/CommunityToolkit.Maui/Behaviors/PlatformBehaviors/StatusBar/StatusBarBehavior.shared.cs#L130
'Page.GetUseSafeArea(BindableObject)' is obsolete: 'Use SafeAreaEdges attached property instead for per-edge safe area control.'
|
|
src/CommunityToolkit.Maui/Behaviors/PlatformBehaviors/StatusBar/StatusBarBehavior.shared.cs#L67
'Page.GetUseSafeArea(BindableObject)' is obsolete: 'Use SafeAreaEdges attached property instead for per-edge safe area control.'
|
|
src/CommunityToolkit.Maui/Views/Expander/Expander.shared.cs#L200
'ListView' is obsolete: 'ListView is deprecated. Please use CollectionView instead.'
|
|
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)
|
|
src/CommunityToolkit.Maui/Views/Expander/Expander.shared.cs#L207
'ListView' is obsolete: 'ListView is deprecated. Please use CollectionView instead.'
|
|
src/CommunityToolkit.Maui/Views/Expander/Expander.shared.cs#L200
'ListView' is obsolete: 'ListView is deprecated. Please use CollectionView instead.'
|
|
src/CommunityToolkit.Maui/Behaviors/PlatformBehaviors/StatusBar/StatusBarBehavior.shared.cs#L151
'Page.GetUseSafeArea(BindableObject)' is obsolete: 'Use SafeAreaEdges attached property instead for per-edge safe area control.'
|
|
src/CommunityToolkit.Maui/Behaviors/PlatformBehaviors/StatusBar/StatusBarBehavior.shared.cs#L130
'Page.GetUseSafeArea(BindableObject)' is obsolete: 'Use SafeAreaEdges attached property instead for per-edge safe area control.'
|
|
src/CommunityToolkit.Maui/Behaviors/PlatformBehaviors/StatusBar/StatusBarBehavior.shared.cs#L67
'Page.GetUseSafeArea(BindableObject)' is obsolete: 'Use SafeAreaEdges attached property instead for per-edge safe area control.'
|
|
src/CommunityToolkit.Maui/Views/Expander/Expander.shared.cs#L200
'ListView' is obsolete: 'ListView is deprecated. Please use CollectionView instead.'
|
|
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)
|
|
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)
|
|
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)
|
|
src/CommunityToolkit.Maui.Core/Views/DrawingView/Service/DrawingViewService.macios.cs#L148
This call site is reachable on: 'MacCatalyst' 15.0 and later. 'UIGraphics.GetImageFromCurrentImageContext()' is unsupported on: 'maccatalyst' 17.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
src/CommunityToolkit.Maui.Core/Views/DrawingView/Service/DrawingViewService.macios.cs#L149
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)
|
|
src/CommunityToolkit.Maui.Core/Views/DrawingView/Service/DrawingViewService.macios.cs#L145
This call site is reachable on: 'MacCatalyst' 15.0 and later. 'UIGraphics.BeginImageContext(CGSize)' is unsupported on: 'maccatalyst' 17.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
src/CommunityToolkit.Maui.Core/Views/DrawingView/Service/DrawingViewService.macios.cs#L117
This call site is reachable on: 'MacCatalyst' 15.0 and later. 'UIGraphics.GetImageFromCurrentImageContext()' is unsupported on: 'maccatalyst' 17.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
src/CommunityToolkit.Maui.MediaElement/AppBuilderExtensions.shared.cs#L42
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)
|
|
src/CommunityToolkit.Maui.MediaElement/AppBuilderExtensions.shared.cs#L42
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)
|
|
src/CommunityToolkit.Maui.Camera/CameraManager.macios.cs#L622
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)
|
|
src/CommunityToolkit.Maui.Camera/CameraManager.macios.cs#L622
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)
|
|
src/CommunityToolkit.Maui.Camera/CameraManager.macios.cs#L477
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)
|
|
src/CommunityToolkit.Maui.Camera/CameraManager.macios.cs#L477
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)
|
|
src/CommunityToolkit.Maui.Camera/CameraManager.macios.cs#L483
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)
|
|
src/CommunityToolkit.Maui.Camera/CameraManager.macios.cs#L483
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)
|
|
src/CommunityToolkit.Maui.Camera/CameraManager.shared.cs#L16
Parameter 'mauiContext' is unread.
|
|
src/CommunityToolkit.Maui.Camera/CameraManager.shared.cs#L16
Parameter 'mauiContext' is unread.
|
|
src/CommunityToolkit.Maui.Camera/CameraManager.shared.cs#L23
Field 'CameraManager.isInitialized' is never assigned to, and will always have its default value false
|
|
src/CommunityToolkit.Maui.Camera/CameraManager.shared.cs#L16
Parameter 'mauiContext' is unread.
|
|
|
The logs for this run have expired and are no longer available.
Loading