Skip to content

Add posibility to exclude namespaces (#92) #15

Add posibility to exclude namespaces (#92)

Add posibility to exclude namespaces (#92) #15

Triggered via push January 26, 2024 13:18
Status Success
Total duration 3m 5s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
release: src/Context/MongoOptions.cs#L12
Non-nullable property 'ConnectionString' must contain a non-null value when exiting constructor. Consider 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 declaring the property as nullable.
release: src/Context/Internal/DependencyTypesResolver.cs#L19
Possible null reference argument for parameter 'name' in 'bool DependencyTypesResolver.IsNamespaceAllowed(string name, string[] excludeNamespaces)'.
release: src/Context/ImmutableConvention.cs#L131
Converting null literal or possible null value to non-nullable type.
release: src/Context/ImmutableConvention.cs#L133
Dereference of a possibly null reference.
release: src/Context/Internal/MongoDatabaseBuilder.cs#L245
Converting null literal or possible null value to non-nullable type.
release: src/Context/Internal/MongoDatabaseBuilder.cs#L266
Converting null literal or possible null value to non-nullable type.
release: src/Context/MongoOptions.cs#L12
Non-nullable property 'ConnectionString' must contain a non-null value when exiting constructor. Consider 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 declaring the property as nullable.
release: src/Context/Internal/DependencyTypesResolver.cs#L19
Possible null reference argument for parameter 'name' in 'bool DependencyTypesResolver.IsNamespaceAllowed(string name, string[] excludeNamespaces)'.
sonar: src/Transactions/MongoTransactionDatabase.cs#L224
All 'DropCollection' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
sonar: src/Transactions/MongoTransactionDatabase.cs#L247
All 'DropCollectionAsync' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
sonar: src/Transactions/MongoTransactionCollection.cs#L685
Rename parameter 'cancellationToken' to '_cancellationToken' to match the interface declaration. (https://rules.sonarsource.com/csharp/RSPEC-927)
sonar: src/Context/MongoOptions.cs#L12
Non-nullable property 'ConnectionString' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
sonar: src/Context/MongoOptions.cs#L13
Non-nullable property 'DatabaseName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
sonar: src/Context/Internal/DependencyTypesResolver.cs#L19
Possible null reference argument for parameter 'name' in 'bool DependencyTypesResolver.IsNamespaceAllowed(string name, string[] excludeNamespaces)'.
sonar: src/Context/ImmutableConvention.cs#L131
Converting null literal or possible null value to non-nullable type.
sonar: src/Context/ImmutableConvention.cs#L133
Dereference of a possibly null reference.
sonar: src/Context/Internal/MongoDatabaseBuilder.cs#L245
Converting null literal or possible null value to non-nullable type.
sonar: src/Context/Internal/MongoDatabaseBuilder.cs#L266
Converting null literal or possible null value to non-nullable type.