icsharpcode / ilspy-vscode

ILSpy Visual Studio Code Extension and Service for Decompiling .NET Assemblies
MIT License
147 stars 30 forks source link

Remove Unit Tests for Decompiler #59

Closed christophwille closed 3 years ago

christophwille commented 4 years ago

We have unit tests that test the decompiler itself - however, ICSharpCode.Decompiler is already covered in the ILSpy repository. And the decompilation results do change when ILSpy changes its engine (new language features, improvements, ...) making those tests brittle. We should consider removing them altogether.

Rpinski commented 3 years ago

The tests have gone after removal of ILSpy.Host, so we can consider this as finished.