-
>Maybe it's worth adding more methods
>```csharp
>public void Move(int oldIndex, int newIndex);
>public void Sort(IComparer comparer);
>```
_Originally posted by @kronic in https://github.com/d…
-
### Analyzer
**Diagnostic ID**: [CA1310](https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1310)
### Describe the improvement
In the repos I work in, it's very com…
-
## Summary
There are two scenarios where the existing Enumerable OrderBy methods are not ideal:
- When sorting a sequence of comparable values (e.g. ints). In this case an identify function must be p…
-
The implementation of `System.StringComparer` member `int Compare(object? x, object? y)` may not be correct.
```
public int Compare(object? x, object? y)
{
if (x == y) return 0;
if (x =…
-
A common theme that has been developing is people that want to customize the output of the patch object:
#20 wants to create a compact json patch object where each left value is omitted -- does not…
wbish updated
6 years ago
-
```
What steps will reproduce the problem?
1. Us the VB.net library by Nicolas Tarzia
2. Code is commented out and it gives you an incorrect signature
What is the expected output? What do you see ins…
-
```
What steps will reproduce the problem?
1. Us the VB.net library by Nicolas Tarzia
2. Code is commented out and it gives you an incorrect signature
What is the expected output? What do you see ins…
-
```
What steps will reproduce the problem?
1. Us the VB.net library by Nicolas Tarzia
2. Code is commented out and it gives you an incorrect signature
What is the expected output? What do you see ins…
-
```
What steps will reproduce the problem?
1. Us the VB.net library by Nicolas Tarzia
2. Code is commented out and it gives you an incorrect signature
What is the expected output? What do you see ins…
-
```
What steps will reproduce the problem?
1. Us the VB.net library by Nicolas Tarzia
2. Code is commented out and it gives you an incorrect signature
What is the expected output? What do you see ins…