Preparation of First Release (Part 4/7) #12
Merged
Annotations
10 warnings
|
🏗️ Build:
src/CodeBeam.UltimateAuth.Core/Contracts/Authority/AuthContext.cs#L17
Non-nullable property 'Device' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
🏗️ Build:
src/CodeBeam.UltimateAuth.Core/Contracts/Session/SessionRotationContext.cs#L13
Non-nullable property 'Metadata' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
🏗️ Build:
src/CodeBeam.UltimateAuth.Core/Contracts/Session/SessionRotationContext.cs#L12
Non-nullable property 'Claims' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
🏗️ Build:
src/CodeBeam.UltimateAuth.Core/Contracts/Session/SessionRotationContext.cs#L11
Non-nullable property 'Device' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
🏗️ Build:
src/CodeBeam.UltimateAuth.Core/Contracts/Session/SessionRotationContext.cs#L9
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
🏗️ Build:
src/CodeBeam.UltimateAuth.Core/Domain/Session/ClaimsSnapshot.cs#L18
Possible null reference assignment.
|
|
🏗️ Build:
src/CodeBeam.UltimateAuth.Core/Contracts/Session/SessionValidationContext.cs#L10
Non-nullable property 'Device' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
🏗️ Build:
src/CodeBeam.UltimateAuth.Core/Errors/Session/UAuthSessionChainRevokedException.cs#L7
'UAuthSessionChainRevokedException.ChainId' hides inherited member 'UAuthChainException.ChainId'. Use the new keyword if hiding was intended.
|
|
🏗️ Build:
src/CodeBeam.UltimateAuth.Core/Infrastructure/UAuthUserIdConverter.cs#L96
Nullability of reference types in type of parameter 'id' of 'bool UAuthUserIdConverter<TUserId>.TryFromBytes(byte[] binary, out TUserId? id)' doesn't match implicitly implemented member 'bool IUserIdConverter<TUserId>.TryFromBytes(byte[] binary, out TUserId userId)' (possibly because of nullability attributes).
|
|
🏗️ Build:
src/CodeBeam.UltimateAuth.Core/Infrastructure/UAuthUserIdConverter.cs#L74
Nullability of reference types in type of parameter 'id' of 'bool UAuthUserIdConverter<TUserId>.TryFromString(string value, out TUserId? id)' doesn't match implicitly implemented member 'bool IUserIdConverter<TUserId>.TryFromString(string value, out TUserId userId)' (possibly because of nullability attributes).
|
Loading