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 one makes a mistake of not adding a space before Field or after 5, stylecop gives SA0001 warning in the first line of a file and also ignores all other warnings, so I've just seen this one and none of the other 15 mistakes typically found by stylecop.
SA0001 : CoreParser : An exception occurred while parsing the file: System.FormatException, Index (zero based) must be greater than or equal to zero and less than the size of the argument list.
I will try to take a look in a free moment, just wanted to let others know what's the reason of it.
Have a great day,
Miszu
The text was updated successfully, but these errors were encountered:
Hello.
I've found a small issue when using c# 6 dictionary initializing:
When one makes a mistake of not adding a space before Field or after 5, stylecop gives SA0001 warning in the first line of a file and also ignores all other warnings, so I've just seen this one and none of the other 15 mistakes typically found by stylecop.
I will try to take a look in a free moment, just wanted to let others know what's the reason of it.
Have a great day,
Miszu
The text was updated successfully, but these errors were encountered: