Skip to content

Build and Release

Build and Release #44

Triggered via release December 27, 2025 18:54
@mateofmateof
published e24fde1
Status Cancelled
Total duration 3m 12s
Artifacts

buildrelease.yml

on: release
Build Server
7s
Build Server
Build Android APK
3m 8s
Build Android APK
Build Windows App
3m 2s
Build Windows App
Build macOS App
1m 9s
Build macOS App
Upload to Release
0s
Upload to Release
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 10 warnings
Build Server
Process completed with exit code 1.
Build Server
The current .NET SDK does not support targeting .NET 10.0. Either target .NET 9.0 or lower, or use a version of the .NET SDK that supports .NET 10.0. Download the .NET SDK from https://aka.ms/dotnet/download
Build macOS App
Process completed with exit code 1.
Build Windows App
The run was canceled by @mateof.
Build Windows App
The operation was canceled.
Build Android APK
The run was canceled by @mateof.
Build Android APK
The operation was canceled.
Build and Release
The run was canceled by @mateof.
Build Android APK: TFMAudioApp/Platforms/Android/Services/MediaPlayerService.cs#L118
Dereference of a possibly null reference.
Build Android APK: TFMAudioApp/Platforms/Android/Services/MediaPlayerService.cs#L118
Dereference of a possibly null reference.
Build Android APK: TFMAudioApp/Platforms/Android/Services/MediaPlayerService.cs#L118
Dereference of a possibly null reference.
Build Android APK: TFMAudioApp/Platforms/Android/Services/MediaPlayerService.cs#L118
Dereference of a possibly null reference.
Build Android APK: TFMAudioApp/Platforms/Android/Services/MediaPlayerService.cs#L114
Dereference of a possibly null reference.
Build Android APK: TFMAudioApp/Platforms/Android/Services/MediaPlayerService.cs#L95
'MediaSessionCompat.FlagHandlesTransportControls' is obsolete: 'deprecated'
Build Android APK: TFMAudioApp/Platforms/Android/Services/MediaPlayerService.cs#L95
'MediaSessionCompat.FlagHandlesMediaButtons' is obsolete: 'deprecated'
Build Android APK: TFMAudioApp/ViewModels/ChannelDetailViewModel.cs#L147
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 Android APK: TFMAudioApp/ViewModels/ChannelsViewModel.cs#L57
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 Android APK: TFMAudioApp/Models/Channel.cs#L24
'ChannelDetail.FileCount' hides inherited member 'Channel.FileCount'. Use the new keyword if hiding was intended.