Vazor
Vazor copied to clipboard
Vazor is a VB.NET Razor for ASP.NET Core 6.0 (MVC and Razor Pages)
I have this HTML markup between opening and closing ZML tags: ``` QuickBooks® Integrations ``` Unfortunately, it's coming through like this: ``` QuickBooks ® Integrations ``` This results in an...
There doesn't seem to be a way to get around the problem of `XElement` not supporting XML DTDs, at least not for Vazor MVC projects. This: ``` Return _ _...
Did you figure out how to get past the problem of illegal characters in XML Literals? For example, ` ` and `—` are commonly used in HTML markup, but a project...
Not an issue, but I wanted to let you know that this project got a mention on the [ASP.NET Community Standup](https://live.asp.net/) on this week's episode: https://youtu.be/ap60h3eQE5Y?t=310
A follow up issue has been encountered upon deployment of the default template project to Linux. Exception stack trace is as follows: ``` Microsoft.AspNetCore.Server.Kestrel[13] Connection id "0HN9IVAHRNA9A", Request id "0HN9IVAHRNA9A:00000001":...
Included: - Fixed inconsistent file separators across file systems as Linux combines path separators with its separator `/` to the incorrect `Views\Shared/_Layout.cshtml` when it should be `Views\Shared\_Layout.cshtml`. This incorrect path...
This first picture of a small demo application is running on a Windows server  This second picture is the same application but on Linux server  As can be...
Asp.NETCore Razor does not support VB. So OpenSilver resorted to .NET4.8 for the xxxx.Web project so VB could be supported. So the XAML part of the solution targets .NETSTANDARD 2.0....