chore : restructure project to fix actions #6
Annotations
10 warnings
MongoRepository/Attributes/MongoCollectionAttribute.cs#L14
Cannot convert null literal to non-nullable reference type.
|
MongoRepository/Repository/Asynchronious/IMongoRepository.cs#L36
Cannot convert null literal to non-nullable reference type.
|
MongoRepository/Repository/Asynchronious/MongoRepository.cs#L124
Cannot convert null literal to non-nullable reference type.
|
MongoRepository/Utils/CollectionsUtils.cs#L13
Converting null literal or possible null value to non-nullable type.
|
MongoRepository/Utils/CollectionsUtils.cs#L13
Possible null reference return.
|
MongoRepository/Utils/CollectionsUtils.cs#L19
Converting null literal or possible null value to non-nullable type.
|
MongoRepository/Utils/CollectionsUtils.cs#L19
Possible null reference return.
|
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.
|
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.
|
MongoRepository/Repository/Asynchronious/MongoRepository.cs#L125
'IMongoIndexManager<TDocument>.CreateOneAsync(IndexKeysDefinition<TDocument>, CreateIndexOptions, CancellationToken)' is obsolete: 'Use CreateOneAsync with a CreateIndexModel instead.'
|
The logs for this run have expired and are no longer available.
Loading