Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
chore: update ktsu.Sdk to 2.21.1 [patch] #35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update ktsu.Sdk to 2.21.1 [patch] #35
Changes from all commits
bcf876dFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Check warning on line 108 in Containers.Benchmarks/ContiguousMapBenchmarks.cs
Loops should be simplified using the "Where" LINQ method
Check warning on line 106 in Containers.Benchmarks/CrossCollectionComparisonBenchmarks.cs
Loops should be simplified using the "Where" LINQ method
Check warning on line 125 in Containers.Benchmarks/CrossCollectionComparisonBenchmarks.cs
Loops should be simplified using the "Where" LINQ method
Check warning on line 385 in Containers.Benchmarks/CrossCollectionComparisonBenchmarks.cs
Loops should be simplified using the "Where" LINQ method
Check warning on line 462 in Containers.Benchmarks/CrossCollectionComparisonBenchmarks.cs
Change this condition so that it does not always evaluate to 'False'. Some code paths are unreachable.
Check warning on line 465 in Containers.Benchmarks/CrossCollectionComparisonBenchmarks.cs
Remove the unused local variable 'value'.
Check warning on line 86 in Containers.Benchmarks/InsertionOrderCollectionBenchmarks.cs
Loops should be simplified using the "Where" LINQ method
Check warning on line 104 in Containers.Benchmarks/InsertionOrderCollectionBenchmarks.cs
Loops should be simplified using the "Where" LINQ method
Check warning on line 132 in Containers.Benchmarks/InsertionOrderSetBenchmarks.cs
Loops should be simplified using the "Where" LINQ method
Check warning on line 116 in Containers.Benchmarks/OrderedCollectionBenchmarks.cs
Loops should be simplified using the "Where" LINQ method
Check failure on line 17 in Containers.Benchmarks/OrderedMapBenchmarks.cs
Remove this unread private field 'keyValuePairs' or refactor the code to use its value.
Check warning on line 124 in Containers.Benchmarks/OrderedSetBenchmarks.cs
Loops should be simplified using the "Where" LINQ method
Check warning on line 142 in Containers.Benchmarks/OrderedSetBenchmarks.cs
Loops should be simplified using the "Where" LINQ method
Check warning on line 270 in Containers.Benchmarks/PerformanceAnalysisBenchmarks.cs
Remove this call, the collection is known to be empty here.
Check warning on line 340 in Containers.Benchmarks/PerformanceAnalysisBenchmarks.cs
Remove this call, the collection is known to be empty here.
Check warning on line 178 in Containers.Benchmarks/StandardCollectionBenchmarks.cs
Loops should be simplified using the "Where" LINQ method
Check warning on line 229 in Containers.Benchmarks/StandardCollectionBenchmarks.cs
Loops should be simplified using the "Where" LINQ method
Check warning on line 299 in Containers.Benchmarks/StandardCollectionBenchmarks.cs
Loops should be simplified using the "Where" LINQ method
Check warning on line 354 in Containers.Test/ContiguousCollectionTests.cs
Use 'Assert.AreSequenceEqual' instead of 'CollectionAssert.AreEqual'
Check warning on line 384 in Containers.Test/ContiguousCollectionTests.cs
Use 'Assert.HasCount' instead of 'Assert.AreEqual'
Check warning on line 414 in Containers.Test/ContiguousMapTests.cs
Use 'Assert.HasCount' instead of 'Assert.AreEqual'
Check warning on line 481 in Containers.Test/ContiguousMapTests.cs
Use 'Assert.HasCount' instead of 'Assert.AreEqual'
Check warning on line 230 in Containers.Test/ContiguousSetTests.cs
Use 'Assert.HasCount' instead of 'Assert.AreEqual'
Check warning on line 345 in Containers.Test/InsertionOrderCollectionTests.cs
Use 'Assert.AreSequenceEqual' instead of 'CollectionAssert.AreEqual'
Check warning on line 55 in Containers.Test/InsertionOrderMapTests.cs
Use 'Assert.AreSequenceEqual' instead of 'CollectionAssert.AreEqual'
Check warning on line 245 in Containers.Test/InsertionOrderMapTests.cs
Use 'Assert.AreSequenceEqual' instead of 'CollectionAssert.AreEqual'
Check warning on line 297 in Containers.Test/InsertionOrderMapTests.cs
Use 'Assert.AreSequenceEqual' instead of 'CollectionAssert.AreEqual'
Check warning on line 409 in Containers.Test/InsertionOrderMapTests.cs
Use 'Assert.AreSequenceEqual' instead of 'CollectionAssert.AreEqual'
Check warning on line 432 in Containers.Test/OrderedCollectionTests.cs
Use 'Assert.AreSequenceEqual' instead of 'CollectionAssert.AreEqual'
Check warning on line 72 in Containers.Test/OrderedMapTests.cs
Use 'Assert.AreSequenceEqual' instead of 'CollectionAssert.AreEqual'
Check warning on line 90 in Containers.Test/OrderedMapTests.cs
Use 'Assert.AreSequenceEqual' instead of 'CollectionAssert.AreEqual'
Check warning on line 168 in Containers.Test/OrderedMapTests.cs
Use 'Assert.AreSequenceEqual' instead of 'CollectionAssert.AreEqual'
Check warning on line 240 in Containers.Test/OrderedMapTests.cs
Use 'Assert.AreSequenceEqual' instead of 'CollectionAssert.AreEqual'
Check warning on line 307 in Containers.Test/OrderedMapTests.cs
Use 'Assert.AreSequenceEqual' instead of 'CollectionAssert.AreEqual'
Check warning on line 384 in Containers.Test/OrderedMapTests.cs
Use 'Assert.AreSequenceEqual' instead of 'CollectionAssert.AreEqual'
Check warning on line 385 in Containers.Test/OrderedMapTests.cs
Use 'Assert.AreSequenceEqual' instead of 'CollectionAssert.AreEqual'
Check warning on line 280 in Containers.Test/OrderedSetTests.cs
Use 'Assert.AreSequenceEqual' instead of 'CollectionAssert.AreEqual'
Check warning on line 296 in Containers.Test/OrderedSetTests.cs
Use 'Assert.AreSequenceEqual' instead of 'CollectionAssert.AreEqual'
Check warning on line 309 in Containers.Test/OrderedSetTests.cs
Use 'Assert.AreSequenceEqual' instead of 'CollectionAssert.AreEqual'
Check warning on line 322 in Containers.Test/OrderedSetTests.cs
Use 'Assert.AreSequenceEqual' instead of 'CollectionAssert.AreEqual'
Check warning on line 393 in Containers.Test/OrderedSetTests.cs
Use 'Assert.AreSequenceEqual' instead of 'CollectionAssert.AreEqual'
Check warning on line 578 in Containers.Test/OrderedSetTests.cs
Use 'Assert.AreSequenceEqual' instead of 'CollectionAssert.AreEqual'
Check warning on line 63 in Containers.Test/SpscRingBufferTests.cs
Use 'Assert.IsGreaterThanOrEqualTo' instead of 'Assert.IsTrue'
Check warning on line 117 in Containers.Test/SpscRingBufferTests.cs
Consider using the overload that accepts a CancellationToken and pass 'TestContext.CancellationToken'
Check warning on line 45 in Containers/ContiguousCollection.cs
Check warning on line 45 in Containers/ContiguousCollection.cs
Check warning on line 45 in Containers/ContiguousCollection.cs
'IReadOnlyList<T>' implements 'IReadOnlyCollection<T>' so 'IReadOnlyCollection<T>' can be removed from the inheritance list.
Check warning on line 77 in Containers/ContiguousMap.cs
Check warning on line 77 in Containers/ContiguousMap.cs
Check warning on line 77 in Containers/ContiguousMap.cs
All 'Equals' method overloads should be adjacent.
Check warning on line 51 in Containers/ContiguousSet.cs
Check warning on line 51 in Containers/ContiguousSet.cs
Check warning on line 51 in Containers/ContiguousSet.cs
'IReadOnlySet<T>' implements 'IReadOnlyCollection<T>' so 'IReadOnlyCollection<T>' can be removed from the inheritance list.
Check warning on line 33 in Containers/InsertionOrderCollection.cs
Check warning on line 33 in Containers/InsertionOrderCollection.cs
Check warning on line 38 in Containers/InsertionOrderSet.cs
Check warning on line 38 in Containers/InsertionOrderSet.cs
Check warning on line 38 in Containers/InsertionOrderSet.cs
'IReadOnlySet<T>' implements 'IReadOnlyCollection<T>' so 'IReadOnlyCollection<T>' can be removed from the inheritance list.
Check warning on line 40 in Containers/OrderedSet.cs
'IReadOnlySet<T>' implements 'IReadOnlyCollection<T>' so 'IReadOnlyCollection<T>' can be removed from the inheritance list.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.