Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v7.2 NuGet misses one dependency #2637

Closed
christophwille opened this issue Mar 3, 2022 · 1 comment
Closed

v7.2 NuGet misses one dependency #2637

christophwille opened this issue Mar 3, 2022 · 1 comment
Labels
Milestone

Comments

@christophwille
Copy link
Member

christophwille commented Mar 3, 2022

var fileSystem = Registry.LocalMachine.OpenSubKey(key);

We started using Microsoft.Win32.Registry in 7.2 - but missed to add it to the nuspec too. Being used only in WholeProjectDecompiler, and that comes with a catch clause so the exception won't surface. Fix: fix the nuspec.

Edit: ilspycmd not affected because it uses project reference.

@siegfriedpammer
Copy link
Member

https://github.com/icsharpcode/ILSpy/releases/tag/v7.2.1 contains a fix for this. master no longer uses a handwritten nuspec.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 4, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants