Skip to content

Generate MVC binding models from core request models (#188) #70

Generate MVC binding models from core request models (#188)

Generate MVC binding models from core request models (#188) #70

Triggered via push June 11, 2026 18:36
Status Success
Total duration 4m 24s
Artifacts
Pack and publish dev build
4m 16s
Pack and publish dev build
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Pack and publish dev build: Abblix.Oidc.Server/Features/Tokens/Formatters/IClientJwtFormatter.cs#L42
Do not forget to remove this deprecated code someday.
Pack and publish dev build: Abblix.Oidc.Server/Endpoints/ServiceCollectionExtensions.cs#L569
Change return type to 'void'; not a single caller uses the returned value.
Pack and publish dev build: Abblix.Oidc.Server/Features/RequestObject/RequestObjectFetcher.cs#L114
Parameter 'requiredSigningAlgorithm' has no matching param tag in the XML comment for 'RequestObjectFetcher.ValidateAsync(string, Func<ClientInfo, string?>?)' (but other parameters do)
Pack and publish dev build: Abblix.Oidc.Server/Features/RequestObject/RequestObjectFetcher.cs#L70
Parameter 'requiredSigningAlgorithm' has no matching param tag in the XML comment for 'RequestObjectFetcher.FetchAsync<T>(T, string?, Func<ClientInfo, string?>?)' (but other parameters do)
Pack and publish dev build: Abblix.Oidc.Server/Endpoints/ServiceCollectionExtensions.cs#L438
Parameter 'lifetime' has no matching param tag in the XML comment for 'ServiceCollectionExtensions.AddAuthorizationResponseProcessor<TImpl>(IServiceCollection, ServiceLifetime)' (but other parameters do)
Pack and publish dev build: Abblix.Oidc.Server/Endpoints/Introspection/Interfaces/IntrospectionSuccess.cs#L43
Missing XML comment for publicly visible type or member 'IntrospectionSuccess.Parameters.Active'
Pack and publish dev build: Abblix.Oidc.Server/Endpoints/Authorization/IConsentConstraintEnforcer.cs#L32
XML comment has cref attribute 'ITokenAuthorizationContextEvaluator' that could not be resolved