Correctly implement the UIGestureRecognizer state machine #585
Annotations
10 warnings
src/CommunityToolkit.Maui.SourceGenerators/Generators/TextColorToGenerator.cs#L18
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
|
src/CommunityToolkit.Maui.Analyzers/MaximumRatingRangeAnalyzer.cs#L11
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
|
src/CommunityToolkit.Maui.Analyzers/UseCommunityToolkitInitializationAnalyzer.cs#L9
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
|
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.MediaElement/Views/MediaManager.macios.cs#L319
This call site is reachable on: 'iOS' 15.0 and later, 'maccatalyst' 15.0 and later. 'AVAsset.TracksWithMediaType(string)' is obsoleted on: 'ios' 18.0 and later (Use 'NaturalSize/PreferredTransform' as appropriate on the video track instead.), 'maccatalyst' 18.0 and later (Use 'NaturalSize/PreferredTransform' as appropriate on the video track instead.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
|
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.MediaElement/Views/MediaManager.macios.cs#L516
This call site is reachable on: 'iOS' 15.0 and later, 'maccatalyst' 15.0 and later. 'AVAsset.TracksWithMediaType(string)' is obsoleted on: 'ios' 18.0 and later (Use 'NaturalSize/PreferredTransform' as appropriate on the video track instead.), 'maccatalyst' 18.0 and later (Use 'NaturalSize/PreferredTransform' as appropriate on the video track instead.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
|
src/CommunityToolkit.Maui.MediaElement/Views/MediaManager.macios.cs#L319
This call site is reachable on: 'MacCatalyst' 15.0 and later. 'AVAsset.TracksWithMediaType(string)' is obsoleted on: 'maccatalyst' 18.0 and later (Use 'NaturalSize/PreferredTransform' as appropriate on the video track instead.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
|
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.MediaElement/Views/MediaManager.macios.cs#L516
This call site is reachable on: 'MacCatalyst' 15.0 and later. 'AVAsset.TracksWithMediaType(string)' is obsoleted on: 'maccatalyst' 18.0 and later (Use 'NaturalSize/PreferredTransform' as appropriate on the video track instead.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
|
The logs for this run have expired and are no longer available.
Loading