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

Support R# annotations #4

Open
drewnoakes opened this issue Aug 31, 2016 · 1 comment
Open

Support R# annotations #4

drewnoakes opened this issue Aug 31, 2016 · 1 comment

Comments

@drewnoakes
Copy link
Member

Create an external annotations XML file to enhance ReSharper's analysis capabilities for R# users, whilst continuing with no dependency upon JetBrains.Annotations.dll. Manually keeping such a file up to date would be highly error prone. Investigate creating a a Roslyn add-in that generates the external annotations at build time.

@drewnoakes
Copy link
Member Author

Running...

devenv /ReSharper.Internal

...allows generating XML annotations. However attributes on type parameters do not seem to be included, nor are explicit [NotNull] annotations, in place of the implicit non-null feature used in this project.

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

No branches or pull requests

1 participant