PrettyNaming: remove the extra checks in `AddBackticksToIdentifierIfNeeded`
Tries to fix the normalization of identifiers like this one:
```foo`.``
:heavy_exclamation_mark: Release notes required
:white_check_mark: Found changes and release notes in following paths:
Change path Release notes path Description src/Compilerdocs/release-notes/.FSharp.Compiler.Service/8.0.300.md
Any tests here? :) I think we had something for pretty naming.
I think we had something for pretty naming.
Could you point me to them, if you have an idea of where to look at, please?
Mmm this I guess? 👀
Tries to fix the normalization of identifiers like this one:
```foo`.``
Is this missing something or ready to merge?
Is this missing something or ready to merge?
I think I should add some tests, as @psfinaki has suggested. Otherwise it should be good to go in.
Converting to draft for the time being, since it is still missing the tests