Skip to content

.NET Nuget Publish

.NET Nuget Publish #9

Triggered via push July 14, 2023 03:05
Status Success
Total duration 6m 19s
Artifacts

publish.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: NuGet/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
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.