Skip to content

Merge branch 'github-actions-5' of github.com:asgerhallas/HybridDb in… #39

Merge branch 'github-actions-5' of github.com:asgerhallas/HybridDb in…

Merge branch 'github-actions-5' of github.com:asgerhallas/HybridDb in… #39

Triggered via push August 12, 2024 11:40
Status Success
Total duration 11m 30s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/HybridDb/DocumentTransaction.cs#L11
The using directive for 'Microsoft.Data.SqlClient' appeared previously in this namespace
build: src/HybridDb/Serialization/DefaultSerializer.cs#L287
'JsonProperty.MemberConverter' is obsolete: 'MemberConverter is obsolete. Use Converter instead.'
build: src/HybridDb/Queue/BlockingTestObserver.cs#L85
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.
build: src/HybridDb/Migrations/BuiltIn/HybridDb_1_x_x_to_2_x_x_Part1.cs#L56
'BsonReader' is obsolete: 'BSON reading and writing has been moved to its own package. See https://www.nuget.org/packages/Newtonsoft.Json.Bson for more details.'
build: src/HybridDb.Tests/LinqIntegrationTests.cs#L269
'LinqIntegrationTests.Entity' hides inherited member 'HybridDbTests.Entity'. Use the new keyword if hiding was intended.
build: src/HybridDb.Tests/LinqTests.cs#L646
'LinqTests.Entity' hides inherited member 'HybridDbTests.Entity'. Use the new keyword if hiding was intended.
build: src/HybridDb.Tests/Migrations/SchemaDifferTests.cs#L152
'SchemaDifferTests.Entity' hides inherited member 'HybridDbTests.Entity'. Use the new keyword if hiding was intended.
build: src/HybridDb.Tests/DocumentSessionTests.cs#L621
The result of the expression is always 'true' since a value of type 'DateTimeOffset' is never equal to 'null' of type 'DateTimeOffset?'
build: src/HybridDb.Tests/Migrations/Commands/AddColumnTests.cs#L38
Theory method 'ColumnIsOfCorrectType' on test class 'AddColumnTests' does not use parameter 'mode'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
build: src/HybridDb.Tests/Migrations/Commands/AddColumnTests.cs#L38
Theory method 'ColumnIsOfCorrectType' on test class 'AddColumnTests' does not use parameter 'nullable'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)