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
I get this error a lot in all kinds of situations. It seems to me that the C# code should use an explicit type as default, and only if we are sure that the type can be derived maybe use an implicit type.
Input code
{}
Erroneous output
new[]{}
Expected output
newExplicitType[]{}
Details
Product in use: VS extension
The text was updated successfully, but these errors were encountered:
I get this error a lot in all kinds of situations. It seems to me that the C# code should use an explicit type as default, and only if we are sure that the type can be derived maybe use an implicit type.
Input code
{}
Erroneous output
Expected output
Details
The text was updated successfully, but these errors were encountered: