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

Analyzer can't load in Visual Studio #14

Open
71 opened this issue Aug 7, 2017 · 1 comment
Open

Analyzer can't load in Visual Studio #14

71 opened this issue Aug 7, 2017 · 1 comment
Assignees
Labels
Milestone

Comments

@71
Copy link
Owner

71 commented Aug 7, 2017

It appears the analyzer can't run in Visual Studio because it targets .NET Standard 1.5. This is a problem, because .NET Standard 1.5 is required to have a custom AssemblyLoadContext.

@71 71 added the bug label Aug 7, 2017
@71 71 added this to the 0.1 milestone Aug 7, 2017
@71 71 self-assigned this Aug 7, 2017
@71
Copy link
Owner Author

71 commented Aug 11, 2017

I'll probably fix this by changing the Build / Compile MSBuild targets when $(BuildingInsideVisualStudio) is true. I'll work a bit more on this later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant