Replies: 1 comment
|
I... don't know. I suppose since Roslyn supports VB.NET, then it is possible but you might have to dig to make it work. I am personally not interested in supporting VB.NET, since I have never had that request in 4 years of doing this and don't see it as an in-demand technology. But you would basically be replacing a bunch of stuff, for example, all the C#-specific stuff is private variables in RazorLight's RoslynCompilationService class: RazorLight/src/RazorLight/Compilation/RoslynCompilationService.cs Lines 71 to 72 in c7f97d6 You could add a PR for this but please be sure to cover it with tests. Quite a bit of work if you ask me. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
The tool works great, but I have a project in vb and, although it works well too, I can't work with views in vbhtml, I have to change to cshtml.
It is not a major problem, but I have a lot of emails templates in vbhtml that I would have to convert to C# and I think that I would lost the intellisense.
It is possible work with vbhtml files?
Many thanks for the tool and for the help!
All reactions