in visual studio 2022 in blazor project i have fake error in all element bind
my project build and run and publish successfully … but this error existed everywhere …
how i fix it ?
Error :
Severity Code Description Project File Line Suppression State
Error (active) RZ9989 The attribute ‘@bind’ was matched by multiple bind attributes. Duplicates:
Microsoft.AspNetCore.Components.Web.BindAttributes
Microsoft.AspNetCore.Components.Web.BindAttributes PagesCacheManagementPaymentSystemsReportDaily.razor 84
2
Answers
in visual studio 17.4.4 the problem fixed
I did not have it until 17.4.4 now I do…