Skip to content

refactor: upgrade to .net 8 and packages upgrade #38

refactor: upgrade to .net 8 and packages upgrade

refactor: upgrade to .net 8 and packages upgrade #38

Triggered via pull request July 27, 2024 13:34
Status Success
Total duration 51s
Artifacts

build-dot-net.yml

on: pull_request
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/Validation/ValidationResultModel.cs#L11
Cannot convert null literal to non-nullable reference type.
build: src/BuildingBlocks/BulidingBlocks/Mongo/MongoRepository.cs#L41
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/Security/ApiKey/ApiKeyAuthenticationHandler.cs#L27
'ISystemClock' is obsolete: 'Use TimeProvider instead.'