Merge branch 'dependabot/nuget/gremlin-dotnet/3.6-dev/Microsoft.NET.T… #2191
Annotations
10 warnings
Build with Maven
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Gremlin.Net
|
Build with Maven
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
|
Build with Maven
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
|
Build with Maven
Comparing an instance of HashSet<object> with an instance of object has undefined results, because the order of items in the set is not predictable. Create a stable order for the set (i.e., by using OrderBy from Linq).
|
Build with Maven
Comparing an instance of HashSet<string> with an instance of object has undefined results, because the order of items in the set is not predictable. Create a stable order for the set (i.e., by using OrderBy from Linq).
|
Build with Maven
Comparing an instance of HashSet<object> with an instance of object has undefined results, because the order of items in the set is not predictable. Create a stable order for the set (i.e., by using OrderBy from Linq).
|
Build with Maven
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead.
|
Build with Maven
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead.
|
Build with Maven
Do not use Assert.Equal() to check for boolean conditions. Use Assert.True instead.
|
Build with Maven
Do not use Assert.Equal() to check for boolean conditions. Use Assert.True instead.
|
The logs for this run have expired and are no longer available.
Loading