-
Now in net 8 we have interface
```
public abstract partial class Comparer : IComparer, IComparer
{
public abstract int Compare(T? x, T? y);
int IComparer.Compare(object? x, object?…
-
```
What steps will reproduce the problem?
1. Install NUnit 2.6.2
2. Install x64 Gallio Icarus on Win7 x64
3. Create 32-bit .dll assembly with test cases or generic NUnit fixtures
4. Load assembly in …
-
```
What steps will reproduce the problem?
1. Install NUnit 2.6.2
2. Install x64 Gallio Icarus on Win7 x64
3. Create 32-bit .dll assembly with test cases or generic NUnit fixtures
4. Load assembly in …
-
```
What steps will reproduce the problem?
1. Install NUnit 2.6.2
2. Install x64 Gallio Icarus on Win7 x64
3. Create 32-bit .dll assembly with test cases or generic NUnit fixtures
4. Load assembly in …
-
appdomain.RegisterCrossBindingAdaptor(new IComparerAdapter());
`using System;
using ILRuntime.CLR.Method;
using ILRuntime.Runtime.Enviorment;
using ILRuntime.Runtime.Intepreter;
namespace Pro…
-
[Job](https://mihubot.xyz/runtime-utils/EgmsX9TA) completed in 18 minutes 56 seconds.
https://github.com/dotnet/runtime/pull/109256
### Diffs
Diffs
```
Found 296 files with textual diffs.
Summary…
-
https://github.com/MOARdV/AvionicsSystems/blob/c9a8777e7a14d19667d93b17bf3fe2e2430bf68e/Source/MASFlightComputerProxy.cs#L262
I suspect the issue here is the cast - it's completely plausible that `…
-
# Compatibility Report
- Name of the game with compatibility issues: Terraria
- Steam AppID of the game: 105600
## System Information
- GPU: GTX 770
- Driver/LLVM version: NVIDIA 440.36
- Kern…
-
Removing an instance may fail if there are other instances with the same priority.
Code sample:
class Person
{
public string Name { get; set; }
public int Priority { get; set; }
}
…
ghost updated
6 years ago
-
Hi,
there is a mistake in one function, so descending sorting is not done:
function TComparerEx.OrderByDefault(AFunc: TComparerExFunc; ADescending: Boolean): IComparerEx;
var
LCmp: IComparer;
b…