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
dotnet_diagnostic.IDE0090.severity = none # 'new' expression can be simplified"
dotnet_diagnostic.IDE0017.severity = none # 개체 초기화를 간단하게 만들 수 있습니다.
dotnet_diagnostic.IDE0028.severity = none # 컬렉션 초기화를 단순화할 수 있습니다.
dotnet_diagnostic.IDE0066.severity = none # 'switch' 식 사용
dotnet_diagnostic.CS0136.severity = error # A local or parameter named '변수명' cannot be declared in this scope because that name is used in an enclosing local scope to define a local or parameter
dotnet_diagnostic.IDE0051.severity = none
dotnet_diagnostic.CS1591.severity = warning # 모든 public은 주석을 달게 합니다