prevent ArcGIS crash on open (#3445) #68
Annotations
11 warnings
⚒️ Run GitVersion:
build/Consts.cs#L9
Non-constant fields should not be visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2211)
|
⚒️ Run build:
Core/Core/Models/DynamicBase.cs#L174
Obsolete member 'DynamicBase.GetDynamicMemberNames()' overrides non-obsolete member 'DynamicObject.GetDynamicMemberNames()'
|
⚒️ Run build:
Core/Core/Credentials/Account.cs#L12
'Account' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
⚒️ Run 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.
|
⚒️ Run 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.
|
⚒️ Run build:
Core/Core/Transports/ServerV2.cs#L41
Non-nullable property 'Api' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
⚒️ Run build:
Core/Core/Transports/ServerUtils/ServerAPI.cs#L37
Non-nullable property 'OnBatchSent' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
⚒️ Run 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.
|
⚒️ Run 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.
|
⚒️ Run build:
Core/Core/Credentials/StreamWrapper.cs#L25
Non-nullable property 'ServerUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
⚒️ Run build:
Core/Core/Credentials/StreamWrapper.cs#L25
Non-nullable property 'StreamId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading