Skip to content

refactor: ♻️ upgrade to .net 8 and packages upgrade (#4) #39

refactor: ♻️ upgrade to .net 8 and packages upgrade (#4)

refactor: ♻️ upgrade to .net 8 and packages upgrade (#4) #39

Triggered via push July 27, 2024 13:35
Status Success
Total duration 54s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: src/BuildingBlocks/BulidingBlocks/Mongo/MongoQueryableExtensions.cs#L11
The type 'T' cannot be used as type parameter 'T' in the generic type or method 'ListResultModel<T>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
build: src/BuildingBlocks/BulidingBlocks/Mongo/MongoQueryableExtensions.cs#L16
The type 'T' cannot be used as type parameter 'T' in the generic type or method 'ListResultModel<T>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
build: src/BuildingBlocks/BulidingBlocks/Persistence/IRepository.cs#L15
Cannot convert null literal to non-nullable reference type.
build: src/BuildingBlocks/BulidingBlocks/Mongo/Extensions.cs#L15
Cannot convert null literal to non-nullable reference type.
build: src/BuildingBlocks/BulidingBlocks/Mongo/Extensions.cs#L26
Cannot convert null literal to non-nullable reference type.
build: src/BuildingBlocks/BulidingBlocks/Web/ServiceCollectionExtensions.cs#L13
Cannot convert null literal to non-nullable reference type.
build: src/BuildingBlocks/BulidingBlocks/Web/ServiceCollectionExtensions.cs#L64
Cannot convert null literal to non-nullable reference type.
build: src/BuildingBlocks/BulidingBlocks/Web/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/BuildingBlocks/BulidingBlocks/Validation/ValidationResultModel.cs#L11
Cannot convert null literal to non-nullable reference type.
build: src/BuildingBlocks/BulidingBlocks/Domain/Cqrs.cs#L71
The type 'U' cannot be used as type parameter 'T' in the generic type or method 'ListResultModel<T>'. Nullability of type argument 'U' doesn't match 'notnull' constraint.