Skip to content

Preparation of First Release (Part 4/7) #53

Preparation of First Release (Part 4/7)

Preparation of First Release (Part 4/7) #53

Triggered via pull request January 4, 2026 21:54
Status Success
Total duration 1m 2s
Artifacts

ultimateauth-ci.yml

on: pull_request
Matrix: Build, Test & Coverage
Fit to window
Zoom out
Zoom in

Annotations

30 warnings
Build, Test & Coverage (8.0.x): src/CodeBeam.UltimateAuth.Core/Contracts/Session/AuthenticatedSessionContext.cs#L13
Non-nullable property 'DeviceInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build, Test & Coverage (8.0.x): 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, Test & Coverage (8.0.x): 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, Test & Coverage (8.0.x): 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, Test & Coverage (8.0.x): 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, Test & Coverage (8.0.x): 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, Test & Coverage (8.0.x): 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, Test & Coverage (8.0.x): 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).
Build, Test & Coverage (8.0.x): 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, Test & Coverage (10.0.x): 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, Test & Coverage (10.0.x): 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, Test & Coverage (10.0.x): 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, Test & Coverage (10.0.x): 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, Test & Coverage (10.0.x): 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, Test & Coverage (10.0.x): src/CodeBeam.UltimateAuth.Core/Contracts/Authority/AuthContext.cs#L28
Cannot convert null literal to non-nullable reference type.
Build, Test & Coverage (10.0.x): 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, Test & Coverage (10.0.x): 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, Test & Coverage (10.0.x): 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, Test & Coverage (10.0.x): 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).
Build, Test & Coverage (9.0.x): src/CodeBeam.UltimateAuth.Core/Contracts/Session/AuthenticatedSessionContext.cs#L13
Non-nullable property 'DeviceInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build, Test & Coverage (9.0.x): 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, Test & Coverage (9.0.x): 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, Test & Coverage (9.0.x): 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, Test & Coverage (9.0.x): 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, Test & Coverage (9.0.x): 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, Test & Coverage (9.0.x): 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, Test & Coverage (9.0.x): 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).
Build, Test & Coverage (9.0.x): src/CodeBeam.UltimateAuth.Core/Errors/Session/UAuthSessionChainRevokedException.cs#L7
'UAuthSessionChainRevokedException.ChainId' hides inherited member 'UAuthChainException.ChainId'. Use the new keyword if hiding was intended.