Preparation of First Release (Part 6/7) #14
Annotations
10 warnings
|
🏗️ Build:
src/CodeBeam.UltimateAuth.Core/Abstractions/Services/IUAuthService.cs#L3
XML comment is not placed on a valid language element
|
|
🏗️ 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/Infrastructure/UAuthUserIdConverter.cs#L100
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#L79
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.
|
|
🏗️ Build:
src/CodeBeam.UltimateAuth.Core/Abstractions/Services/IUAuthService.cs#L3
XML comment is not placed on a valid language element
|
|
🏗️ 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/Infrastructure/UAuthUserIdConverter.cs#L100
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#L79
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