-
Notifications
You must be signed in to change notification settings - Fork 10.7k
Add implements directive #5049
Copy link
Copy link
Closed
Labels
DoneThis issue has been fixedThis issue has been fixedarea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor ComponentsenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing onefeature-razor-pages
Milestone
Metadata
Metadata
Assignees
Labels
DoneThis issue has been fixedThis issue has been fixedarea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor ComponentsenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing onefeature-razor-pages
Type
Fields
Give feedbackNo fields configured for issues without a type.
We should add an
@implementsdirective to our set of 'in the box' directives that can be reused. Blazor needs this.For now we're implementing this in Blazor, but it's just generic .NET stuff, so there's no reason why it can't live here.