Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error messages does not inform filename, line number #12

Open
ghost opened this issue Oct 4, 2016 · 0 comments
Open

Error messages does not inform filename, line number #12

ghost opened this issue Oct 4, 2016 · 0 comments

Comments

@ghost
Copy link

ghost commented Oct 4, 2016

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]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants