You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 24, 2018. It is now read-only.
If you create a class under folder .template, it creates a namespace called .template. I wonder if there is an API in roslyn to get invalid namespace chars and replace them with _.
I am also not sure if this is covered but any namespace that starts with a number is also invalid. So, above approach would fail there.
The text was updated successfully, but these errors were encountered:
This extension isnt using Roslyn under the hood. We´re hoping that the omnisharp-vscode extension in the future will be able to expose it´s language service so that other extensions can use it.
However, this issue could be fixed just by a replacing some chars ;)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If you create a class under folder
.template
, it creates a namespace called.template
. I wonder if there is an API in roslyn to get invalid namespace chars and replace them with_
.I am also not sure if this is covered but any namespace that starts with a number is also invalid. So, above approach would fail there.
The text was updated successfully, but these errors were encountered: