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
Currently SA1000 is getting reported for the following C# 7.1 syntax:
varx=value==null?default:3;
Edit: a workaround is now implemented to simply ignore default literal expressions. The bug has a new title for providing full support for this keyword.