Refactored Orleans.Identity. Removed unnecessary parts, leaved grain … #58
Annotations
1 error and 10 warnings
|
build-and-test
Process completed with exit code 1.
|
|
build-and-test:
ManagedCode.Orleans.Identity.Tests/GrainFilterTests.cs#L32
Cannot convert null literal to non-nullable reference type.
|
|
build-and-test:
ManagedCode.Orleans.Identity.Core/Models/CreateTokenModel.cs#L12
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test:
ManagedCode.Orleans.Identity.Core/Models/SessionModel.cs#L36
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test:
ManagedCode.Orleans.Identity.Core/Models/TokenModel.cs#L12
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test:
ManagedCode.Orleans.Identity.Tests/JwtSignalRTests.cs#L41
Nullability of reference types in value of type 'Task<string>' doesn't match target type 'Task<string?>'.
|
|
build-and-test:
ManagedCode.Orleans.Identity.Tests/Helpers/SessionHelper.cs#L21
Cannot convert null literal to non-nullable reference type.
|
|
build-and-test:
ManagedCode.Orleans.Identity.Tests/GrainFilterTests.cs#L32
Cannot convert null literal to non-nullable reference type.
|
|
build-and-test:
ManagedCode.Orleans.Identity.Core/Models/CreateTokenModel.cs#L12
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test:
ManagedCode.Orleans.Identity.Core/Models/SessionModel.cs#L36
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test:
ManagedCode.Orleans.Identity.Core/Models/TokenModel.cs#L12
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|