Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scaffolding on MacOS / nix breaks blazor.codegen #72

Closed
FlorianRappl opened this issue Mar 4, 2022 · 1 comment
Closed

Scaffolding on MacOS / nix breaks blazor.codegen #72

FlorianRappl opened this issue Mar 4, 2022 · 1 comment
Assignees
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

Comments

@FlorianRappl
Copy link
Collaborator

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.

@FlorianRappl FlorianRappl added the bug Something isn't working label Mar 4, 2022
@FlorianRappl FlorianRappl self-assigned this Mar 4, 2022
@FlorianRappl
Copy link
Collaborator Author

This seems to be related to a bug in msbuild: dotnet/msbuild#3468

@FlorianRappl FlorianRappl added this to the v1 milestone Mar 12, 2022
@FlorianRappl FlorianRappl added in-implementation Currently being implemented. blazor-v6 Applies to .NET 6.0 blazor-v5 Applies to .NET 5.0 blazor-v3.2 Applies to .NET Core 3.1 and removed in-implementation Currently being implemented. labels Mar 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant