Improve error handling for DotNet SDK #282 #291
Annotations
4 warnings
Build & Test C# SDK (6.0.x):
dotnet/Vaas/src/Vaas/Messages/WebSocketErrorMessage.cs#L15
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build & Test C# SDK (6.0.x):
dotnet/Vaas/src/Vaas/Messages/TokenResponse.cs#L8
Non-nullable property 'AccessToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build & Test C# SDK (6.0.x):
dotnet/Vaas/src/Vaas/Messages/WebSocketErrorMessage.cs#L15
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build & Test C# SDK (6.0.x):
dotnet/Vaas/src/Vaas/Messages/TokenResponse.cs#L8
Non-nullable property 'AccessToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|