Add possibility to exclude namespaces for AllowedTypes #22
Annotations
10 warnings
src/Transactions/MongoTransactionDatabase.cs#L224
All 'DropCollection' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
|
src/Transactions/MongoTransactionDatabase.cs#L247
All 'DropCollectionAsync' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
|
src/Transactions/MongoTransactionCollection.cs#L685
Rename parameter 'cancellationToken' to '_cancellationToken' to match the interface declaration. (https://rules.sonarsource.com/csharp/RSPEC-927)
|
src/Context/MongoOptions.cs#L12
Non-nullable property 'ConnectionString' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Context/MongoOptions.cs#L13
Non-nullable property 'DatabaseName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Context/Internal/DependencyTypesResolver.cs#L19
Possible null reference argument for parameter 'name' in 'bool DependencyTypesResolver.IsNamespaceAllowed(string name, string[] excludeNamespaces)'.
|
src/Context/ImmutableConvention.cs#L131
Converting null literal or possible null value to non-nullable type.
|
src/Context/ImmutableConvention.cs#L133
Dereference of a possibly null reference.
|
src/Context/Internal/MongoDatabaseBuilder.cs#L245
Converting null literal or possible null value to non-nullable type.
|
src/Context/Internal/MongoDatabaseBuilder.cs#L266
Converting null literal or possible null value to non-nullable type.
|
The logs for this run have expired and are no longer available.
Loading