You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following code produces CA1033: Make 'IFoo' sealed. However, you cannot make an interface sealed. Clearly, this warning is either a false positive or has the wrong message.
Using
VS 17.11.4
, targeting.NET 8
.The following code produces
CA1033: Make 'IFoo' sealed
. However, you cannot make an interface sealed. Clearly, this warning is either a false positive or has the wrong message.To enable the warning, add this to the project file:
The text was updated successfully, but these errors were encountered: