removed migrations #27
Annotations
10 warnings
release:
src/Transactions/MongoTransactionClient.cs#L42
Cannot convert null literal to non-nullable reference type.
|
release:
src/Transactions/MongoTransactionClient.cs#L47
Cannot convert null literal to non-nullable reference type.
|
release:
src/Transactions/MongoTransactionClient.cs#L58
Cannot convert null literal to non-nullable reference type.
|
release:
src/Transactions/MongoTransactionClient.cs#L42
Cannot convert null literal to non-nullable reference type.
|
release:
src/Transactions/MongoTransactionClient.cs#L47
Cannot convert null literal to non-nullable reference type.
|
release:
src/Transactions/MongoTransactionClient.cs#L58
Cannot convert null literal to non-nullable reference type.
|
release:
src/Prime.Extensions/MongoCollectionFindExtensions.cs#L100
The type 'TId' cannot be used as type parameter 'TKey' in the generic type or method 'ConcurrentDictionary<TKey, TValue>'. Nullability of type argument 'TId' doesn't match 'notnull' constraint.
|
release:
src/Prime.Extensions/MongoCollectionFindExtensions.cs#L146
The type 'TId' cannot be used as type parameter 'TKey' in the generic type or method 'AsyncCursorSourceExtensions.ToDictionaryAsync<TDocument, TKey>(IAsyncCursorSource<TDocument>, Func<TDocument, TKey>, CancellationToken)'. Nullability of type argument 'TId' doesn't match 'notnull' constraint.
|
release:
src/Context/MongoOptions.cs#L12
Non-nullable property 'ConnectionString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
release:
src/Context/MongoOptions.cs#L13
Non-nullable property 'DatabaseName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|