Update MediaElement Transport Controls for Windows #56
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.MediaElement/Handlers/MediaElementHandler.shared.cs#L214
'MediaElementHandler.Dispose()' hides inherited member 'ViewHandler<MediaElement, MauiMediaElement>.Dispose()'. Use the new keyword if hiding was intended.
|
Build Community Toolkit Sample:
src/CommunityToolkit.Maui.MediaElement/Handlers/MediaElementHandler.shared.cs#L224
'MediaElementHandler.Dispose(bool)' hides inherited member 'ViewHandler<MediaElement, MauiMediaElement>.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/AppBuilderExtensions.shared.cs#L20
This call site is reachable on: 'tizen' 8.0 and later. 'CameraView' is only supported on: 'android' 21.0 and later, 'ios', 'maccatalyst', 'windows' 10.0.10240.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Build Community Toolkit Sample:
src/CommunityToolkit.Maui.Camera/Primitives/CameraViewDefaults.shared.cs#L44
This call site is reachable on: 'tizen' 8.0 and later. 'CameraView.CaptureImage(CancellationToken)' is only supported on: 'android' 21.0 and later, 'ios', 'maccatalyst', 'windows' 10.0.10240.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Build Community Toolkit Sample:
src/CommunityToolkit.Maui.Camera/Primitives/CameraViewDefaults.shared.cs#L50
This call site is reachable on: 'tizen' 8.0 and later. 'CameraView.StartCameraPreview(CancellationToken)' is only supported on: 'android' 21.0 and later, 'ios', 'maccatalyst', 'windows' 10.0.10240.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Loading