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

Change exceptional documentation style #121

Open
rollsch opened this issue Mar 14, 2021 · 0 comments
Open

Change exceptional documentation style #121

rollsch opened this issue Mar 14, 2021 · 0 comments

Comments

@rollsch
Copy link

rollsch commented Mar 14, 2021

Exceptional used to document exceptions like this:

/// <exception cref="ChecksumOutOfRangeException">Condition.</exception>

Now it documents them like this

/// <exception cref="T:Project.Common.Exceptions.ChecksumOutOfRangeException">Condition.</exception>

The latter has no code highlighting and intellisense ctrl + click won't go to the definition. Is there anyway to change the exceptional documentation style to the first example (how it used to work) ?

Thanks

edit: It seems VS will do the old style of documentation. The default however is the exceptional style.

image

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