Enhance DrawingView and DrawingViewService to provide the ability to export the full image size #116
Annotations
10 warnings
Build Community Toolkit Sample:
src/CommunityToolkit.Maui.Camera/Handlers/CameraViewHandler.shared.cs#L63
'CameraViewHandler.Dispose()' hides inherited member 'ViewHandler<ICameraView, View>.Dispose()'. Use the new keyword if hiding was intended.
|
Build Community Toolkit Sample:
src/CommunityToolkit.Maui.Camera/Handlers/CameraViewHandler.shared.cs#L109
'CameraViewHandler.Dispose(bool)' hides inherited member 'ViewHandler<ICameraView, View>.Dispose(bool)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Build Community Toolkit Sample:
src/CommunityToolkit.Maui.Camera/CameraManager.shared.cs#L18
Parameter 'mauiContext' is unread.
|
Build Community Toolkit Sample:
src/CommunityToolkit.Maui.Camera/CameraManager.shared.cs#L19
Parameter 'cameraView' is unread.
|
Build Community Toolkit Sample:
src/CommunityToolkit.Maui.Camera/CameraManager.shared.cs#L20
Parameter 'cameraProvider' is unread.
|
Build Community Toolkit Sample:
src/CommunityToolkit.Maui.Camera/CameraManager.shared.cs#L18
Parameter 'mauiContext' is unread.
|
Build Community Toolkit Sample:
src/CommunityToolkit.Maui.Camera/CameraManager.macios.cs#L350
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 Community Toolkit Sample:
src/CommunityToolkit.Maui.Camera/CameraManager.macios.cs#L207
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 Community Toolkit Sample:
src/CommunityToolkit.Maui.Camera/CameraManager.macios.cs#L274
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 Community Toolkit Sample:
src/CommunityToolkit.Maui.Camera/CameraManager.shared.cs#L18
Parameter 'mauiContext' is unread.
|
Loading