test: dotnet msbuild #2
Annotations
1 error and 10 warnings
build
Process completed with exit code 1.
|
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/Transports/SQLite.cs#L41
Non-nullable property 'Connection' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Core/Core/Transports/SQLite.cs#L41
Non-nullable property 'ConnectionLock' 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 'Account' 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/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.
|