Skip to content

Build Server Project (Part 2) #8

Build Server Project (Part 2)

Build Server Project (Part 2) #8

Triggered via pull request December 15, 2025 22:16
Status Success
Total duration 33s
Artifacts

ultimateauth-ci.yml

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

Annotations

30 warnings
Build & Test (9.0.x): src/CodeBeam.UltimateAuth.Core/Contexts/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 (9.0.x): src/CodeBeam.UltimateAuth.Core/Contexts/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 (9.0.x): src/CodeBeam.UltimateAuth.Core/Contexts/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 (9.0.x): src/CodeBeam.UltimateAuth.Core/Contexts/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 (9.0.x): src/CodeBeam.UltimateAuth.Core/Contexts/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 (9.0.x): src/CodeBeam.UltimateAuth.Core/Contexts/AuthenticatedSessionContext.cs#L16
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 (9.0.x): src/CodeBeam.UltimateAuth.Core/Contexts/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 (9.0.x): src/CodeBeam.UltimateAuth.Core/Utilities/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 (9.0.x): src/CodeBeam.UltimateAuth.Core/Utilities/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 (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.
Build & Test (10.0.x): src/CodeBeam.UltimateAuth.Core/Contexts/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 (10.0.x): src/CodeBeam.UltimateAuth.Core/Contexts/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 (8.0.x): src/CodeBeam.UltimateAuth.Core/Contexts/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 (10.0.x): src/CodeBeam.UltimateAuth.Core/Contexts/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 (8.0.x): src/CodeBeam.UltimateAuth.Core/Contexts/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 (10.0.x): src/CodeBeam.UltimateAuth.Core/Contexts/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 (8.0.x): src/CodeBeam.UltimateAuth.Core/Contexts/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 (10.0.x): src/CodeBeam.UltimateAuth.Core/Contexts/AuthenticatedSessionContext.cs#L16
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 (8.0.x): src/CodeBeam.UltimateAuth.Core/Contexts/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 (10.0.x): src/CodeBeam.UltimateAuth.Core/Contexts/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 (8.0.x): src/CodeBeam.UltimateAuth.Core/Contexts/AuthenticatedSessionContext.cs#L16
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 (10.0.x): src/CodeBeam.UltimateAuth.Core/Utilities/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 (8.0.x): src/CodeBeam.UltimateAuth.Core/Contexts/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 (10.0.x): src/CodeBeam.UltimateAuth.Core/Utilities/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 (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 (8.0.x): src/CodeBeam.UltimateAuth.Core/Utilities/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 (8.0.x): src/CodeBeam.UltimateAuth.Core/Utilities/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 (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.