Skip to content

Add possibility to start transaction from session (#93) #16

Add possibility to start transaction from session (#93)

Add possibility to start transaction from session (#93) #16

Re-run triggered January 29, 2024 10:26
Status Success
Total duration 2m 47s
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.