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
When creating decorators, one should not use the constructor but the static factory method.
Therefore we should have a roslyn analyser that creates an error when using the constructor
The text was updated successfully, but these errors were encountered:
When creating decorators, one should not use the constructor but the static factory method.
Therefore we should have a roslyn analyser that creates an error when using the constructor
The text was updated successfully, but these errors were encountered: