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 PX1011 diagnostic checks that DAC extension is marked as sealed to prevent creation of derived classes from it. Sometimes DAC extension contain DAC fields with virtual DAC field properties. Marking such extensions as sealed will lead to a compilation error.
We can improve the automated code fix so it won't break the compilation by removing virtual modifiers from DAC field properties in DAC extension.
The text was updated successfully, but these errors were encountered:
Internal item number: ATR-631
The PX1011 diagnostic checks that DAC extension is marked as sealed to prevent creation of derived classes from it. Sometimes DAC extension contain DAC fields with virtual DAC field properties. Marking such extensions as sealed will lead to a compilation error.
We can improve the automated code fix so it won't break the compilation by removing
virtual
modifiers from DAC field properties in DAC extension.The text was updated successfully, but these errors were encountered: