Skip to content

MVP

MVP #1

Re-run triggered December 8, 2024 14:28
Status Success
Total duration 35s
Artifacts

publish.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: src/Initium/Infrastructure/Transformers/SlugifyParameterTransformer.cs#L8
Nullability of reference types in type of parameter 'value' of 'string SlugifyParameterTransformer.TransformOutbound(object value)' doesn't match implicitly implemented member 'string? IOutboundParameterTransformer.TransformOutbound(object? value)' (possibly because of nullability attributes).
build: src/Initium/Filters/ApiResponseFilter.cs#L30
Nullable value type may be null.
build: src/Initium/Infrastructure/Transformers/SlugifyParameterTransformer.cs#L8
Nullability of reference types in type of parameter 'value' of 'string SlugifyParameterTransformer.TransformOutbound(object value)' doesn't match implicitly implemented member 'string? IOutboundParameterTransformer.TransformOutbound(object? value)' (possibly because of nullability attributes).
build: src/Initium/Filters/ApiResponseFilter.cs#L30
Nullable value type may be null.