Add display name (#642) #306
Annotations
8 warnings
Build SDK:
sdk/dotnet/Config/Config.cs#L121
Non-nullable property 'AccessToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build SDK:
sdk/dotnet/Config/Config.cs#L123
Non-nullable property 'ClientSecret' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build SDK:
sdk/dotnet/Config/Config.cs#L124
Non-nullable property 'ClientToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build SDK:
sdk/dotnet/Config/Config.cs#L125
Non-nullable property 'Host' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build SDK:
sdk/dotnet/Config/Config.cs#L121
Non-nullable property 'AccessToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build SDK:
sdk/dotnet/Config/Config.cs#L123
Non-nullable property 'ClientSecret' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build SDK:
sdk/dotnet/Config/Config.cs#L124
Non-nullable property 'ClientToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build SDK:
sdk/dotnet/Config/Config.cs#L125
Non-nullable property 'Host' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading