Merge branch 'main' of https://github.com/dogzz9445/Corathing #12
Annotations
10 warnings
src/Shared/Corathing.Contracts/Helpers/NameHelper.cs#L12
Cannot convert null literal to non-nullable reference type.
|
src/Shared/Corathing.Contracts/Structures/EntityCollection.cs#L90
Cannot convert null literal to non-nullable reference type.
|
src/Shared/Corathing.Contracts/Messages/EntityUpdateMessage.cs#L14
Non-nullable property 'Changes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Shared/Corathing.Contracts/Services/IStorageService.cs#L27
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Shared/Corathing.Contracts/Services/IStorageService.cs#L28
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Shared/Corathing.Contracts/Services/IAuthService.cs#L26
Non-nullable field 'username' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/Shared/Corathing.Contracts/Services/IAuthService.cs#L27
Non-nullable field 'password' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/Shared/Corathing.Contracts/Bases/WorkflowState.cs#L15
Non-nullable property 'Layouts' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Shared/Corathing.Contracts/Bases/WorkflowState.cs#L16
Non-nullable property 'Settings' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Shared/Corathing.Contracts/Bases/WidgetState.cs#L22
Non-nullable property 'CoreSettings' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
This job succeeded
Loading