-
```
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 …
-
```
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 …
-
_From [eamon.nerbonne](https://code.google.com/u/eamon.nerbonne/) on January 11, 2011 16:07:47_
PowerAssert.NET gives hints when objects aren't "equal" in one sense but are in another: e.g. if == fai…
-
The steps recreated are unknown. Basically just have it open then use it for a bit. Here are a couple:
```
Exception: System.InvalidOperationException: Failed to compare two elements in the array.…
-
## Background and Motivation
Following classes are present in the library - think of features of the road:
```csharp
public class MyBase
{
public MyBase(Guid id, double distance)
{
…
-
It can be common to simply order a result by itself. e.g.
```csharp
int[] a = new[] {1, 5, 9, 2, 4, 3, 7, 8, 0};
var ordered = a.OrderBy(b => b);
```
Could collapse this into an `OrderBySelf(…
-
```
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 …