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
Blazor project.
I have updated Visual Studio, now - Microsoft Visual Studio Community 2022 - Current 17.11.
Before I have 17.10
In old version the code in ShowMyError.razor-component is work:
but after update its not work, error:
CS0103 div does not exist in the current context
Expected Behavior
The ability to insert html-code in #if DEBUG section
Steps To Reproduce
create AnyName.razor component
insert section in component:
#if DEBUG
#endif
try insert div or span in #if DEBUG section
Exceptions (if any)
No response
.NET Version
8.0.400
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Describe the bug
Blazor project.
I have updated Visual Studio, now - Microsoft Visual Studio Community 2022 - Current 17.11.
Before I have 17.10
In old version the code in ShowMyError.razor-component is work:
but after update its not work, error:
CS0103 div does not exist in the current context
Expected Behavior
The ability to insert html-code in #if DEBUG section
Steps To Reproduce
#if DEBUG
#endif
Exceptions (if any)
No response
.NET Version
8.0.400
Anything else?
No response
The text was updated successfully, but these errors were encountered: