Tidy ups #12
Annotations
10 errors and 10 warnings
Source/Twitch/Client.cs#L67
'Command' does not contain a definition for 'RequestCapabilities'
|
Source/Twitch/Client.cs#L86
'Message' does not contain a definition for 'IsFromSystem' and no accessible extension method 'IsFromSystem' accepting a first argument of type 'Message' could be found (are you missing a using directive or an assembly reference?)
|
Source/Twitch/Client.cs#L86
'Command' does not contain a definition for 'Welcome'
|
Source/Twitch/Client.cs#L87
'Message' does not contain a definition for 'IsFromSystem' and no accessible extension method 'IsFromSystem' accepting a first argument of type 'Message' could be found (are you missing a using directive or an assembly reference?)
|
Source/Twitch/Channel.cs#L134
'Command' does not contain a definition for 'PrivateMessage'
|
Source/Twitch/Client.cs#L99
'Command' does not contain a definition for 'Join'
|
Source/Twitch/Client.cs#L102
'Message' does not contain a definition for 'IsAboutUser' and no accessible extension method 'IsAboutUser' accepting a first argument of type 'Message' could be found (are you missing a using directive or an assembly reference?)
|
Source/Twitch/Client.cs#L102
'Command' does not contain a definition for 'Join'
|
Source/Twitch/Client.cs#L116
'Message' does not contain a definition for 'IsFromSystem' and no accessible extension method 'IsFromSystem' accepting a first argument of type 'Message' could be found (are you missing a using directive or an assembly reference?)
|
Source/Twitch/Client.cs#L116
'Command' does not contain a definition for 'YourHost'
|
Source/Program.cs#L169
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.
|
Source/Program.cs#L221
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.
|
Source/Program.cs#L226
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.
|
Source/Program.cs#L243
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.
|
Source/Program.cs#L248
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.
|
Source/Program.cs#L265
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.
|
Source/Program.cs#L270
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.
|
Source/Program.cs#L275
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.
|
Source/Shared.cs#L24
'SslProtocols.Tls' is obsolete: 'TLS versions 1.0 and 1.1 have known vulnerabilities and are not recommended. Use a newer TLS version instead, or use SslProtocols.None to defer to OS defaults.' (https://aka.ms/dotnet-warnings/SYSLIB0039)
|
Source/Shared.cs#L25
'SslProtocols.Tls11' is obsolete: 'TLS versions 1.0 and 1.1 have known vulnerabilities and are not recommended. Use a newer TLS version instead, or use SslProtocols.None to defer to OS defaults.' (https://aka.ms/dotnet-warnings/SYSLIB0039)
|
The logs for this run have expired and are no longer available.
Loading