fix(ci): Use FullSemVer to store artifact with #65
main.yml
on: push
build
/
build
4m 19s
deploy-installers
9m 55s
Annotations
2 errors and 10 warnings
deploy-installers
The run was canceled by @AlanRynne.
|
deploy-installers
The operation was canceled.
|
build / build:
build/Consts.cs#L9
Non-constant fields should not be visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2211)
|
build / build:
Core/Core/Models/DynamicBase.cs#L174
Obsolete member 'DynamicBase.GetDynamicMemberNames()' overrides non-obsolete member 'DynamicObject.GetDynamicMemberNames()'
|
build / build:
Core/Core/Credentials/Account.cs#L12
'Account' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
build / 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 / 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 / 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.
|
build / 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.
|
build / 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 / 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 / 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.
|