Skip to content

Preparation of First Release (Part 6/7) #77

Preparation of First Release (Part 6/7)

Preparation of First Release (Part 6/7) #77

Triggered via pull request January 21, 2026 23:12
Status Failure
Total duration 1m 2s
Artifacts

ultimateauth-ci.yml

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

Annotations

21 errors and 30 warnings
Build, Test & Coverage (10.0.x)
Process completed with exit code 1.
Build, Test & Coverage (10.0.x): src/CodeBeam.UltimateAuth.Server/Extensions/UAuthServerServiceCollectionExtensions.cs#L13
The type or namespace name 'Context' does not exist in the namespace 'CodeBeam.UltimateAuth.Server.Auth' (are you missing an assembly reference?)
Build, Test & Coverage (10.0.x): src/CodeBeam.UltimateAuth.Server/Extensions/UAuthServerServiceCollectionExtensions.cs#L13
The type or namespace name 'Context' does not exist in the namespace 'CodeBeam.UltimateAuth.Server.Auth' (are you missing an assembly reference?)
Build, Test & Coverage (10.0.x): src/CodeBeam.UltimateAuth.Server/Extensions/UAuthServerServiceCollectionExtensions.cs#L13
The type or namespace name 'Context' does not exist in the namespace 'CodeBeam.UltimateAuth.Server.Auth' (are you missing an assembly reference?)
Build, Test & Coverage (10.0.x): src/CodeBeam.UltimateAuth.Server/Extensions/UAuthServerServiceCollectionExtensions.cs#L13
The type or namespace name 'Context' does not exist in the namespace 'CodeBeam.UltimateAuth.Server.Auth' (are you missing an assembly reference?)
Build, Test & Coverage (10.0.x): src/CodeBeam.UltimateAuth.Server/Extensions/UAuthServerServiceCollectionExtensions.cs#L13
The type or namespace name 'Context' does not exist in the namespace 'CodeBeam.UltimateAuth.Server.Auth' (are you missing an assembly reference?)
Build, Test & Coverage (10.0.x): src/CodeBeam.UltimateAuth.Server/Extensions/UAuthServerServiceCollectionExtensions.cs#L13
The type or namespace name 'Context' does not exist in the namespace 'CodeBeam.UltimateAuth.Server.Auth' (are you missing an assembly reference?)
Build, Test & Coverage (8.0.x)
Process completed with exit code 1.
Build, Test & Coverage (8.0.x): src/CodeBeam.UltimateAuth.Server/Extensions/UAuthServerServiceCollectionExtensions.cs#L13
The type or namespace name 'Context' does not exist in the namespace 'CodeBeam.UltimateAuth.Server.Auth' (are you missing an assembly reference?)
Build, Test & Coverage (8.0.x): src/CodeBeam.UltimateAuth.Server/Extensions/UAuthServerServiceCollectionExtensions.cs#L13
The type or namespace name 'Context' does not exist in the namespace 'CodeBeam.UltimateAuth.Server.Auth' (are you missing an assembly reference?)
Build, Test & Coverage (8.0.x): src/CodeBeam.UltimateAuth.Server/Extensions/UAuthServerServiceCollectionExtensions.cs#L13
The type or namespace name 'Context' does not exist in the namespace 'CodeBeam.UltimateAuth.Server.Auth' (are you missing an assembly reference?)
Build, Test & Coverage (8.0.x): src/CodeBeam.UltimateAuth.Server/Extensions/UAuthServerServiceCollectionExtensions.cs#L13
The type or namespace name 'Context' does not exist in the namespace 'CodeBeam.UltimateAuth.Server.Auth' (are you missing an assembly reference?)
Build, Test & Coverage (8.0.x): src/CodeBeam.UltimateAuth.Server/Extensions/UAuthServerServiceCollectionExtensions.cs#L13
The type or namespace name 'Context' does not exist in the namespace 'CodeBeam.UltimateAuth.Server.Auth' (are you missing an assembly reference?)
Build, Test & Coverage (8.0.x): src/CodeBeam.UltimateAuth.Server/Extensions/UAuthServerServiceCollectionExtensions.cs#L13
The type or namespace name 'Context' does not exist in the namespace 'CodeBeam.UltimateAuth.Server.Auth' (are you missing an assembly reference?)
Build, Test & Coverage (9.0.x)
Process completed with exit code 1.
Build, Test & Coverage (9.0.x): src/CodeBeam.UltimateAuth.Server/Extensions/UAuthServerServiceCollectionExtensions.cs#L13
The type or namespace name 'Context' does not exist in the namespace 'CodeBeam.UltimateAuth.Server.Auth' (are you missing an assembly reference?)
Build, Test & Coverage (9.0.x): src/CodeBeam.UltimateAuth.Server/Extensions/UAuthServerServiceCollectionExtensions.cs#L13
The type or namespace name 'Context' does not exist in the namespace 'CodeBeam.UltimateAuth.Server.Auth' (are you missing an assembly reference?)
Build, Test & Coverage (9.0.x): src/CodeBeam.UltimateAuth.Server/Extensions/UAuthServerServiceCollectionExtensions.cs#L13
The type or namespace name 'Context' does not exist in the namespace 'CodeBeam.UltimateAuth.Server.Auth' (are you missing an assembly reference?)
Build, Test & Coverage (9.0.x): src/CodeBeam.UltimateAuth.Server/Extensions/UAuthServerServiceCollectionExtensions.cs#L13
The type or namespace name 'Context' does not exist in the namespace 'CodeBeam.UltimateAuth.Server.Auth' (are you missing an assembly reference?)
Build, Test & Coverage (9.0.x): src/CodeBeam.UltimateAuth.Server/Extensions/UAuthServerServiceCollectionExtensions.cs#L13
The type or namespace name 'Context' does not exist in the namespace 'CodeBeam.UltimateAuth.Server.Auth' (are you missing an assembly reference?)
Build, Test & Coverage (9.0.x): src/CodeBeam.UltimateAuth.Server/Extensions/UAuthServerServiceCollectionExtensions.cs#L13
The type or namespace name 'Context' does not exist in the namespace 'CodeBeam.UltimateAuth.Server.Auth' (are you missing an assembly reference?)
Build, Test & Coverage (10.0.x): src/CodeBeam.UltimateAuth.Core/Abstractions/Services/IUAuthService.cs#L3
XML comment is not placed on a valid language element
Build, Test & Coverage (10.0.x): src/CodeBeam.UltimateAuth.Core/Errors/Session/UAuthSessionExpiredException.cs#L10
XML comment has cref attribute 'ExpiresAt' that could not be resolved
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#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, Test & Coverage (10.0.x): 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, Test & Coverage (10.0.x): src/CodeBeam.UltimateAuth.Core/Abstractions/Services/IUAuthService.cs#L3
XML comment is not placed on a valid language element
Build, Test & Coverage (10.0.x): src/CodeBeam.UltimateAuth.Core/Errors/Session/UAuthSessionExpiredException.cs#L10
XML comment has cref attribute 'ExpiresAt' that could not be resolved
Build, Test & Coverage (10.0.x): 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, Test & Coverage (10.0.x): 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, 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 (8.0.x): src/CodeBeam.UltimateAuth.Core/Abstractions/Services/IUAuthService.cs#L3
XML comment is not placed on a valid language element
Build, Test & Coverage (8.0.x): src/CodeBeam.UltimateAuth.Core/Errors/Session/UAuthSessionExpiredException.cs#L10
XML comment has cref attribute 'ExpiresAt' that could not be resolved
Build, Test & Coverage (8.0.x): 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, Test & Coverage (8.0.x): 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, 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 (8.0.x): src/CodeBeam.UltimateAuth.Core/Abstractions/Services/IUAuthService.cs#L3
XML comment is not placed on a valid language element
Build, Test & Coverage (8.0.x): src/CodeBeam.UltimateAuth.Core/Errors/Session/UAuthSessionExpiredException.cs#L10
XML comment has cref attribute 'ExpiresAt' that could not be resolved
Build, Test & Coverage (8.0.x): 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, Test & Coverage (8.0.x): 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, 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 (9.0.x): src/CodeBeam.UltimateAuth.Core/Abstractions/Services/IUAuthService.cs#L3
XML comment is not placed on a valid language element
Build, Test & Coverage (9.0.x): src/CodeBeam.UltimateAuth.Core/Errors/Session/UAuthSessionExpiredException.cs#L10
XML comment has cref attribute 'ExpiresAt' that could not be resolved
Build, Test & Coverage (9.0.x): 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, Test & Coverage (9.0.x): src/CodeBeam.UltimateAuth.Core/Abstractions/Services/IUAuthService.cs#L3
XML comment is not placed on a valid language element
Build, Test & Coverage (9.0.x): src/CodeBeam.UltimateAuth.Core/Errors/Session/UAuthSessionExpiredException.cs#L10
XML comment has cref attribute 'ExpiresAt' that could not be resolved
Build, Test & Coverage (9.0.x): 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, Test & Coverage (9.0.x): 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, 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.
Build, Test & Coverage (9.0.x): 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, 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.