-
-
Notifications
You must be signed in to change notification settings - Fork 456
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
Add the Dotnet runtimes to the list of assemblies #290
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than a few code-style nitpicks, LGTM!
Please apply my suggestions regarding code style to all places where the issue can be observed, I only added a single comment for 1 issue to avoid polluting the review!
It seems that Visual Studio is not adhering to the |
Merged, thanks for the contribution! |
Problem
In the assembly list, it has only contained content related to the .NET Framework for a long time. As .NET Core becomes increasingly popular, it's time to add the installed runtimes to the list.
Solution
This is a relatively simple solution—scan the files and add them to the list.