Skip to content

chore : restructure project to fix actions #6

chore : restructure project to fix actions

chore : restructure project to fix actions #6

Triggered via push August 11, 2023 12:42
Status Success
Total duration 35s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: MongoRepository/Attributes/MongoCollectionAttribute.cs#L14
Cannot convert null literal to non-nullable reference type.
build: MongoRepository/Repository/Asynchronious/IMongoRepository.cs#L36
Cannot convert null literal to non-nullable reference type.
build: MongoRepository/Repository/Asynchronious/MongoRepository.cs#L124
Cannot convert null literal to non-nullable reference type.
build: MongoRepository/Utils/CollectionsUtils.cs#L13
Converting null literal or possible null value to non-nullable type.
build: MongoRepository/Utils/CollectionsUtils.cs#L13
Possible null reference return.
build: MongoRepository/Utils/CollectionsUtils.cs#L19
Converting null literal or possible null value to non-nullable type.
build: MongoRepository/Utils/CollectionsUtils.cs#L19
Possible null reference return.
build: MongoRepository/Repository/Asynchronious/MongoRepository.cs#L36
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: MongoRepository/Repository/Asynchronious/MongoRepository.cs#L75
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: MongoRepository/Repository/Asynchronious/MongoRepository.cs#L125
'IMongoIndexManager<TDocument>.CreateOneAsync(IndexKeysDefinition<TDocument>, CreateIndexOptions, CancellationToken)' is obsolete: 'Use CreateOneAsync with a CreateIndexModel instead.'