-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Obsolete attribute is ignored for Blazor component parameters #32206
Copy link
Copy link
Closed
Labels
✔️ Resolution: DuplicateResolved as a duplicate of another issueResolved as a duplicate of another issueStatus: Resolvedaffected-fewThis issue impacts only small number of customersThis issue impacts only small number of customersenhancementThis 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.languageseverity-nice-to-haveThis label is used by an internal toolThis label is used by an internal tool
Milestone
Metadata
Metadata
Assignees
Labels
✔️ Resolution: DuplicateResolved as a duplicate of another issueResolved as a duplicate of another issueStatus: Resolvedaffected-fewThis issue impacts only small number of customersThis issue impacts only small number of customersenhancementThis 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.languageseverity-nice-to-haveThis label is used by an internal toolThis label is used by an internal tool
Type
Fields
Give feedbackNo fields configured for issues without a type.
I'm changing some of the APIs in my Blazor component library and I'm trying to add an
Obsoleteattribute to some of the component parameters. The expected behavior was to have an error if the marked parameter was used but the build output shows no error or warning whatsoever.Example of marked parameter:
Usage: