ionide / FsAutoComplete

F# language server using Language Server Protocol
Other
385 stars 151 forks source link

Don't generate params for explicit getters/setters #1268

Closed dawedawe closed 2 months ago

dawedawe commented 2 months ago

Params for explicit getters/setters are flagged as invalid xml comments by the compiler when 3390 is turned on. While this might be a compiler bug, we shouldn't produce things that have the potential to fail builds.