Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Converted all the rest of the tests over to NUnit. | Andrew Arnott | 2010-01-06 | 1 | -4/+4 |
| | |||||
* | Adjusted Code Contract settings. | Andrew Arnott | 2009-09-20 | 1 | -0/+2 |
| | |||||
* | Switched almost entirely over to Code Contracts across the entire library. | Andrew Arnott | 2009-05-23 | 1 | -4/+1 |
| | | | | But some unit tests still fail, and there are other issues. | ||||
* | Updated to Code Contracts 1.2.20518.12, and fixed a couple of lingering ↵ | Andrew Arnott | 2009-05-21 | 1 | -2/+2 |
| | | | | FxCop messages. | ||||
* | Updated Code Contracts to 1.1.20415.13. | Andrew Arnott | 2009-04-24 | 1 | -1/+1 |
| | | | | This CC version introduces a bug where having Microsoft.Contracts.dll in the assembly search path (lib) causes ccrewrite.exe to spin forever. So we're removing it from that directory, and building will require having Code Contracts installed on the computer. | ||||
* | Fixed some FxCop and StyleCop issues. | Andrew Arnott | 2009-03-09 | 1 | -2/+7 |
| | |||||
* | More Code Contract work. | Andrew Arnott | 2009-03-09 | 1 | -0/+1 |
| | |||||
* | Code Contracts work.. enabling it for just a few classes. | Andrew Arnott | 2009-03-09 | 1 | -0/+21 |