mmkathurima
mmkathurima
Sounds good. I can wait. Great tool.
Note that I have not modified that function. I have modified where it was called, I have referenced that change in my issue #22. This is how it looked like...
I have tested it on both Windows and Linux and it works with `/`.
Hello @VBAndCs. Were you able to update packages?
> @mmkathurima > > I'm not seeing in this PR where you're addressing the path separator issue. > > Could you clarify? The PR is in the ZML project. P.S....
@VBAndCs I have looked into the issue and I believe it lies in the ZML module, specifically the `ZMLExtentions.vb` file at the line: ```vb Public Const Ln = vbCrLf ```...
Well noted @InteXX. Kindly feel free to create the PR on my behalf, though I believe @VBAndCs would need his account to approve the PR.
I have updated dependencies and looks ok so far: 
What works is to change the Layout.vazor.vb to a _Layout.cshtml
@VBAndCs I have also looked into this and found the issue is possibly in the `VazorViewMapper.vb` file, in the `AddStatic` method where instead of: ```vb Dim key = IO.Path.Combine(ViewInfo.FixPath(view.Path), view.Name)...