Preparation of First Release (Part 5/7) #13
Merged
Annotations
10 warnings
|
🏗️ Build:
src/CodeBeam.UltimateAuth.Core/Errors/Session/UAuthSessionExpiredException.cs#L10
XML comment has cref attribute 'ExpiresAt' that could not be resolved
|
|
🏗️ Build:
src/CodeBeam.UltimateAuth.Core/Domain/Session/ClaimsSnapshot.cs#L18
Possible null reference assignment.
|
|
🏗️ 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#L98
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#L76
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).
|
|
🏗️ Build:
src/CodeBeam.UltimateAuth.Core/Errors/Session/UAuthSessionExpiredException.cs#L10
XML comment has cref attribute 'ExpiresAt' that could not be resolved
|
|
🏗️ Build:
src/CodeBeam.UltimateAuth.Core/Domain/Session/ClaimsSnapshot.cs#L18
Possible null reference assignment.
|
|
🏗️ Build:
src/CodeBeam.UltimateAuth.Core/Infrastructure/UAuthUserIdConverter.cs#L98
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#L76
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).
|
|
🏗️ 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.
|
Loading