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
After upgrading my VS from 17.5.5 to 17.6.0 my Blazor application how has lot of errors. Most of them are : Cannot implicitly convert
type 'Microsoft.AspNetCore.Components.ElementReference' to MyComponent.
MyComponent inherits some other component.
This are relevant SO issues from today and yesterday, people have problem with something breaking going on:
Create .net7 blazor project
Create component which inherits from some other
Now, use this component somewhere <MyComponent @ref="myRef" /> and use @andrefboliveira
This used to work in 17.5.5
It is not problem for me to downgrade Visual Studio but on our CI/CD build inside docker fails since it pulls
dotnet build tooling from mcr.microsoft
Exceptions (if any)
No response
.NET Version
7.0.302
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Describe the bug
After upgrading my VS from 17.5.5 to 17.6.0 my Blazor application how has lot of errors. Most of them are : Cannot implicitly convert
type 'Microsoft.AspNetCore.Components.ElementReference' to MyComponent.
MyComponent inherits some other component.
This are relevant SO issues from today and yesterday, people have problem with something breaking going on:
Expected Behavior
No response
Steps To Reproduce
Create .net7 blazor project
Create component which inherits from some other
Now, use this component somewhere <MyComponent @ref="myRef" /> and use @andrefboliveira
This used to work in 17.5.5
It is not problem for me to downgrade Visual Studio but on our CI/CD build inside docker fails since it pulls
dotnet build tooling from mcr.microsoft
Exceptions (if any)
No response
.NET Version
7.0.302
Anything else?
No response
The text was updated successfully, but these errors were encountered: