Code Refactoring & Polishing #16
Open
Annotations
10 warnings
|
🏗️ Build:
src/sessions/CodeBeam.UltimateAuth.Sessions.EntityFrameworkCore/EntityProjections/SessionProjection.cs#L24
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/tokens/CodeBeam.UltimateAuth.Tokens.EntityFrameworkCore/EfCoreTokenStore.cs#L26
Nullable value type may be null.
|
|
🏗️ 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/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#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/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