-
Notifications
You must be signed in to change notification settings - Fork 174
Use the XML exception tag in doc comments (F#) #766
Use the XML exception tag in doc comments (F#) #766
Conversation
FS3390 represents malformed XML doc comments (see https://docs.microsoft.com/en-us/dotnet/fsharp/language-reference/xml-documentation#compile-time-checking). Note that this is a no-op before F# Tools 11.0.0 (see https://github.com/dotnet/fsharp/blob/687d2118488e84317c9965ac93ea454069a51618/release-notes.md#fsharp-tools-1100).
a77c131
to
44587e1
Compare
Hi @kevinhartman, sorry for the delay in reviewing this! I'll take a look on Monday. Also, #769 created some merge conflicts here - although that PR didn't actually change any of the doc comments, so the conflicts shouldn't be too bad to resolve. Since #769 was my fault, I'll resolve the merge conflicts for you unless you want to handle them. :) |
No worries, @SamarSha! I'm happy to resolve them :D I should be able to get to it in the next day or two. |
…nto keha/except-tag-docs-fs
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.
Thanks for working on this and for resolving the merge conflicts! The compiler checks for invalid doc comments sound great. :)
1b06a00
to
456ea1c
Compare
Co-authored-by: Sarah Marshall <33814365+samarsha@users.noreply.github.com>
456ea1c
to
4ea5edb
Compare
Thanks! :) Sorry about all of the param refs I'd missed. I'm used to Scala's multiple parameter lists for currying, but F#'s curried syntax without parenthesis threw me off! |
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.
Sorry about all of the param refs I'd missed. I'm used to Scala's multiple parameter lists for currying, but F#'s curried syntax without parenthesis threw me off!
No worries! Looks good, thanks again!
Co-authored-by: Sarah Marshall <33814365+samarsha@users.noreply.github.com>
Co-authored-by: Sarah Marshall <33814365+samarsha@users.noreply.github.com>
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
Co-authored-by: Sarah Marshall <33814365+samarsha@users.noreply.github.com>
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
Changes:
A few things to note:
cref
won't be caught).Ref #699