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

Roslyn analyzers need to register necessary MSBuild properties with the compiler #1745

Closed
agocke opened this issue Jan 12, 2021 · 1 comment
Assignees
Milestone

Comments

@agocke
Copy link
Member

agocke commented Jan 12, 2021

See https://github.com/dotnet/roslyn-analyzers/blob/4ce9cd5efe21ab9e0eabfd4eb3565cd2dde76b35/src/Tools/GenerateDocumentationAndConfigFiles/Program.cs#L1457

Basically, only properties which are marked CompilerVisibleProperty will get copied over. We can create a .props file for our NuGet package to automatically register all the MSBuild properties we need.

@tlakollo
Copy link
Contributor

Closing via #1767

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

No branches or pull requests

3 participants