test: Too much #4
Annotations
10 warnings
Build:
Core/Core/Credentials/Account.cs#L12
'Account' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Build:
Core/Core/Models/DynamicBase.cs#L174
Obsolete member 'DynamicBase.GetDynamicMemberNames()' overrides non-obsolete member 'DynamicObject.GetDynamicMemberNames()'
|
Build:
Core/Core/Api/GraphQL/Client.cs#L29
Non-nullable property 'Account' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Core/Core/Credentials/StreamWrapper.cs#L18
Non-nullable property 'ServerUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Core/Core/Api/GraphQL/Client.cs#L29
Non-nullable property 'HttpClient' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Core/Core/Credentials/StreamWrapper.cs#L18
Non-nullable property 'StreamId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Core/Core/Api/GraphQL/Client.cs#L29
Non-nullable property 'GQLClient' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Core/Core/Api/Exceptions.cs#L31
Non-nullable field '_request' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
Core/Core/Api/Exceptions.cs#L33
Non-nullable field '_request' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
Core/Core/Api/Exceptions.cs#L36
Non-nullable field '_request' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Loading