Scaffolding on MacOS / nix breaks blazor.codegen
#72
Labels
blazor-v3.2
Applies to .NET Core 3.1
blazor-v5
Applies to .NET 5.0
blazor-v6
Applies to .NET 6.0
bug
Something isn't working
Milestone
When doing this on a non-Windows system the
blazor.codegen
has slashes (/
) everywhere where backslashes (\
) have been used. This breaks the code as regular expressions (and other things) suddenly become invalid syntax.The text was updated successfully, but these errors were encountered: