jellyfin / jellyfin-plugin-nextpvr

https://jellyfin.org
MIT License
25 stars 9 forks source link

Bump netstandard 2.0 -> 2.1 #6

Closed oddstr13 closed 4 years ago

oddstr13 commented 4 years ago

First build had the following warning(s);

LiveTvService.cs(172,55): warning CS1998: 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. [/home/oddstr13/Projects/Jellyfin/Plugins/jellyfin-plugin-nextpvr/NextPvr/NextPvr.csproj]
LiveTvService.cs(696,44): warning CS1998: 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. [/home/oddstr13/Projects/Jellyfin/Plugins/jellyfin-plugin-nextpvr/NextPvr/NextPvr.csproj]
LiveTvService.cs(803,27): warning CS1998: 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. [/home/oddstr13/Projects/Jellyfin/Plugins/jellyfin-plugin-nextpvr/NextPvr/NextPvr.csproj]
LiveTvService.cs(855,68): warning CS0067: The event 'LiveTvService.RecordingStatusChanged' is never used [/home/oddstr13/Projects/Jellyfin/Plugins/jellyfin-plugin-nextpvr/NextPvr/NextPvr.csproj]
LiveTvService.cs(853,35): warning CS0067: The event 'LiveTvService.DataSourceChanged' is never used [/home/oddstr13/Projects/Jellyfin/Plugins/jellyfin-plugin-nextpvr/NextPvr/NextPvr.csproj]