Updated README and implemented token requirements #40
Annotations
10 warnings
build:
Twitchery.Net/Events/DataReceivedArgs.cs#L5
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Twitchery.Net/Services/Implementations/Twitchery.cs#L79
Non-nullable property 'TwitcheryNet.Services.Interfaces.ITwitchery.EventSubClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Twitchery.Net/Services/Implementations/Twitchery.cs#L90
Non-nullable property 'TwitcheryNet.Services.Interfaces.ITwitchery.EventSubClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Twitchery.Net/Net/EventSub/EventSubClient.cs#L291
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
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
|
build:
Twitchery.Net/Events/DataReceivedArgs.cs#L5
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Twitchery.Net/Services/Implementations/Twitchery.cs#L79
Non-nullable property 'TwitcheryNet.Services.Interfaces.ITwitchery.EventSubClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Twitchery.Net/Services/Implementations/Twitchery.cs#L90
Non-nullable property 'TwitcheryNet.Services.Interfaces.ITwitchery.EventSubClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Twitchery.Net/Net/EventSub/EventSubClient.cs#L291
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
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
|