Skip to content

Fix outdated .NET sample MusicModule.cs #113

Fix outdated .NET sample MusicModule.cs

Fix outdated .NET sample MusicModule.cs #113

Re-run triggered August 15, 2023 08:37
Status Success
Total duration 3m 0s
Artifacts 2

build.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 20 warnings
build (Debug)
Either message or path input is required
build (Release)
Resource not accessible by integration
build (Debug): src/Lavalink4NET/LavalinkNode.cs#L147
'LavalinkNode.Dispose()' hides inherited member 'LavalinkSocket.Dispose()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build (Debug): src/Lavalink4NET/Rest/TrackLoadException.cs#L35
Non-nullable property 'ErrorMessage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): src/Lavalink4NET/Rest/TrackLoadException.cs#L38
Non-nullable property 'Severity' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): src/Lavalink4NET/Decoding/TrackDecoder.cs#L192
Dereference of a possibly null reference.
build (Debug): src/Lavalink4NET/Player/QueuedLavalinkPlayer.cs#L256
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build (Debug): src/Lavalink4NET/Player/QueuedLavalinkPlayer.cs#L270
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build (Debug): src/Lavalink4NET/Player/PlayerStateInfo.cs#L60
'LavalinkPlayer.TrackPosition' is obsolete: 'This property will be removed in a future version, please use the Position property instead.'
build (Debug): src/Lavalink4NET/Player/LavalinkTrackInfo.cs#L44
Non-nullable property 'Author' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): src/Lavalink4NET/Player/LavalinkTrackInfo.cs#L81
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): src/Lavalink4NET/Player/LavalinkTrackInfo.cs#L87
Non-nullable property 'TrackIdentifier' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): src/Lavalink4NET/LavalinkNode.cs#L147
'LavalinkNode.Dispose()' hides inherited member 'LavalinkSocket.Dispose()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build (Release): src/Lavalink4NET/Rest/TrackLoadException.cs#L35
Non-nullable property 'ErrorMessage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): src/Lavalink4NET/Rest/TrackLoadException.cs#L38
Non-nullable property 'Severity' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): src/Lavalink4NET/Player/QueuedLavalinkPlayer.cs#L256
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build (Release): src/Lavalink4NET/Player/QueuedLavalinkPlayer.cs#L270
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build (Release): src/Lavalink4NET/Player/PlayerStateInfo.cs#L60
'LavalinkPlayer.TrackPosition' is obsolete: 'This property will be removed in a future version, please use the Position property instead.'
build (Release): src/Lavalink4NET/Player/LavalinkTrackInfo.cs#L44
Non-nullable property 'Author' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): src/Lavalink4NET/Player/LavalinkTrackInfo.cs#L81
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): src/Lavalink4NET/Player/LavalinkTrackInfo.cs#L87
Non-nullable property 'TrackIdentifier' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): src/Lavalink4NET/Decoding/TrackDecoder.cs#L192
Dereference of a possibly null reference.

Artifacts

Produced during runtime
Name Size
CoverageHistory.html Expired
90.3 KB
CoverageSummary.html Expired
505 KB