-
-
Notifications
You must be signed in to change notification settings - Fork 193
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
Fixed comments on params with attributes #2588
Fixed comments on params with attributes #2588
Conversation
Hi Stefan, this looks good! Would you mind adding a CHANGELOG entry? |
@nojaf Updated the changelog, let me know if there is anything else ;) |
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.
Looks good, thanks!
## [Unreleased] | ||
|
||
### Fixed | ||
* Comments get removed for method parameter with attribute [#2585](https://github.com/fsprojects/fantomas/issues/2585) |
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.
Super nitpick but all the other entries have .
at end of the sentence before the [#
.
No need to update it, just something I should add to the documentation.
Perfect thanks! When do you think this will be released? This is currently the major bug which prevents us from switching to Fantomas 5 |
Oh, well that is a bit of a trickier situation. |
Against 5.0.6, but I guess in the worst case we can live with using the beta |
The beta is available: https://www.nuget.org/packages/fantomas/5.1.0-beta-001 |
Fixes #2585
Added addtional cases for
SynPat_Attrib
,SynPat_Named
,SynPat_Typed
tovisitLastChildNode