So it seems like there’s a bunch of stuff that Unity is willing to accept and compile fine but Omnisharp doesn’t. For example I get this:
[ERROR:OmniSharp.MSBuild.MSBuildProjectSystem] Use of possibly unassigned field `bounds’
Now the problem is that there’s no reference whatsoever in terms of a line ref or at least a file ref when Omnisharp spews out errors so I have no idea where to go to fix this. This makes the tool totally useless. I have no idea where this offending “bounds” is.
Is there a way to get file and line refs for OmniSharp errors?
Thanks!