Skip to content

#8 Add the way to use without init #45

#8 Add the way to use without init

#8 Add the way to use without init #45

Triggered via push July 14, 2023 02:34
Status Success
Total duration 4m 56s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: MauiAudio/NativeAudioService.macios.cs#L81
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: MauiAudio/NativeAudioService.macios.cs#L25
The event 'NativeAudioService.IsPlayingChanged' is never used
build: MauiAudio/NativeAudioService.macios.cs#L28
The event 'NativeAudioService.PlayPrevious' is never used
build: MauiAudio/NativeAudioService.macios.cs#L81
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: MauiAudio/NativeAudioService.macios.cs#L25
The event 'NativeAudioService.IsPlayingChanged' is never used
build: MauiAudio/NativeAudioService.macios.cs#L28
The event 'NativeAudioService.PlayPrevious' is never used
build: MauiAudio/Platforms/Android/CurrentActivity/CurrentActivityImplementation.cs#L15
'PreserveAttribute' is obsolete: 'Please use
build: MauiAudio/Platforms/Android/CurrentActivity/CurrentActivityImplementation.cs#L107
'PreserveAttribute' is obsolete: 'Please use
build: MauiAudio/NativeAudioService.android.cs#L87
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: MauiAudio/Platforms/Android/MediaPlayerService.cs#L417
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.