-
Notifications
You must be signed in to change notification settings - Fork 10.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Multiple @implements in single .cshtml #16084
Labels
area-blazor
Includes: Blazor, Razor Components
Comments
|
@aguacongas did this change in the last few weeks? |
I'll take a look at this. Even if it's not necessary, the generated code should still do what you say 👍 |
rynowak
referenced
this issue
in dotnet/blazor
May 8, 2018
The pass for this was 'break'ing after the first directive for no real reason. Oops.
This is fixed now in dev and will be included in 0.4 |
SteveSandersonMS
referenced
this issue
in SteveSandersonMS/BlazorMigration
Nov 27, 2018
The pass for this was 'break'ing after the first directive for no real reason. Oops.
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
Like
the resulting code should be like
public class MyClass: Microsoft.AspNetCore.Blazor.Components.BlazorComponent, IEventListener, IDisposable
but is only
public class MyClass: Microsoft.AspNetCore.Blazor.Components.BlazorComponent, IEventListener
The text was updated successfully, but these errors were encountered: