Fix Media Element Full Screen in Windows when using Multiple Windows #1174
Annotations
10 warnings
|
src/CommunityToolkit.Maui.Camera/Primitives/CameraViewDefaults.shared.cs#L56
This call site is reachable on: 'android' 21.0 and later, 'ios', 'maccatalyst', 'tizen', 'windows' 10.0.10240.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)
|
|
src/CommunityToolkit.Maui.Camera/CameraManager.shared.cs#L18
Parameter 'cameraProvider' is unread.
|
|
src/CommunityToolkit.Maui.Camera/CameraManager.shared.cs#L17
Parameter 'cameraView' is unread.
|
|
src/CommunityToolkit.Maui.Camera/CameraManager.shared.cs#L16
Parameter 'mauiContext' is unread.
|
|
src/CommunityToolkit.Maui.Camera/Handlers/CameraViewHandler.shared.cs#L107
'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.
|
|
src/CommunityToolkit.Maui.Camera/Handlers/CameraViewHandler.shared.cs#L58
'CameraViewHandler.Dispose()' hides inherited member 'ViewHandler<ICameraView, View>.Dispose()'. Use the new keyword if hiding was intended.
|
|
src/CommunityToolkit.Maui.MediaElement/Views/MediaManager.macios.cs#L515
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#L320
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/Handlers/MediaElementHandler.shared.cs#L221
'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.
|
|
src/CommunityToolkit.Maui.MediaElement/Handlers/MediaElementHandler.shared.cs#L211
'MediaElementHandler.Dispose()' hides inherited member 'ViewHandler<MediaElement, MauiMediaElement>.Dispose()'. Use the new keyword if hiding was intended.
|
The logs for this run have expired and are no longer available.
Loading