We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
You cannot enter raw string literaly in .razor files. Neither in @code nor within methods itself. Any try results in not compiling code.
.razor
@code
private string test = """ Hello World """;
Please see this video for details: https://github.com/user-attachments/assets/8dff2d8c-5432-44bc-914d-585b0c79300c
The text was updated successfully, but these errors were encountered:
Good timing on this one :)
https://devblogs.microsoft.com/dotnet/enhancing-razor-productivity-with-new-features/#roslyn-c#-tokenizer
This one I am going to close as a duplicate of #7084
Sorry, something went wrong.
What a time to be alive
No branches or pull requests
You cannot enter raw string literaly in
.razor
files. Neither in@code
nor within methods itself. Any try results in not compiling code.Please see this video for details:
https://github.com/user-attachments/assets/8dff2d8c-5432-44bc-914d-585b0c79300c
The text was updated successfully, but these errors were encountered: