You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried searching for this error, but I'm unaware of the name of this language construct. Searching with just the symbols didn't yield any results for me.
Describe the bug
I'm building a dynamic url in a Blazor component and was debugging compilation failures. Simplified, the bug reproduces on this example:
<ahref="@("")@("")"></a>
Expected Behavior
I would expect this to work, as these variants are also supported:
Yes, unfortunately this behavior is currently 'by design' in that it would be a breaking change to fix it. We have considered options for how to move forward with these kinds of changes though, so will leave this open to track it.
Uh oh!
There was an error while loading. Please reload this page.
Is there an existing issue for this?
I tried searching for this error, but I'm unaware of the name of this language construct. Searching with just the symbols didn't yield any results for me.
Describe the bug
I'm building a dynamic url in a Blazor component and was debugging compilation failures. Simplified, the bug reproduces on this example:
Expected Behavior
I would expect this to work, as these variants are also supported:
Steps To Reproduce
Home.razor
with:Exceptions (if any)
.NET Version
9.0.100 and 10.0.100-preview.3.25201.16
Anything else?
The text was updated successfully, but these errors were encountered: