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 was trying to compile large C# project. I was getting some errors, from errors I could not figure out which file/method is causing the errors. Priting filename, line number would help a lot. Regular builds build correctly.
CSC(333,54): error CS0103: The name 'value' does not exist in the current context [Path to csproj]
CSC(333,97): error CS0103: The name 'value' does not exist in the current context [Path to csproj]
CSC(108,23): error CS1503: Argument 1: cannot convert from 'T[]' to 'T' [Path to csproj]
CSC(111,16): error CS0029: Cannot implicitly convert type 'T[]' to 'T[][]' [Path to csproj]
CSC(321,20): error CS0103: The name '_index' does not exist in the current context [Path to csproj]
CSC(335,20): error CS0103: The name '_index' does not exist in the current context [Path to csproj]
The text was updated successfully, but these errors were encountered:
I was trying to compile large C# project. I was getting some errors, from errors I could not figure out which file/method is causing the errors. Priting filename, line number would help a lot. Regular builds build correctly.
The text was updated successfully, but these errors were encountered: