Closed TobiasKoller closed 4 years ago
@TobiasKoller thanks for contacting us.
Can you provide details about the Visual Studio version you are using where this is not working?
sure, the current Version is 16.3.10 VS Professional 2019. I've just updated to 16.4.0 which seems to fix the issue.
Sorry didn't know there was an update.
v 16.4.0 fix this issue
I've created several small blazor-components.
One is called Dialog inside the Shared-folder (also tried other names).
When I try to use this component inside another component like
the tag itself gets recognized but the property
private mynamespace.Shared.Dialog _dialog;
doesn't.I get an error "the type or namespace Dialog could not be found (are you missing....)"
sometimes I still can compile even with this error, sometimes I can't.
just updated to latest VS2019 preview which seems to work...