-
Notifications
You must be signed in to change notification settings - Fork 418
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
Support for IgnoredCodeIssues in config #301
Comments
I think this is probably related to the fact that we're tied to to beta4
|
This particular issue is probably fixed in the latest omnisharp-roslyn too. Not the configuration aspect, but the way that assemblies are compared. |
@FabioCZ Can you try omnisharp-atom out and see if the problem is there too? The latest omnisharp-roslyn fix is in atom as of yesterday |
Tried latest omnisharp with Atom, and the "Assuming assembly reference..." problem seems to be gone. Thanks |
Is there anything since 2015 that would address this and related issues? In my case, OmniSharp is still a little behind with respect to the new RC4 tooling, so I see issues listed in the Problems tab; they are intellisense issues in csproj files relating to missing syntax that would be expected in MSBuild 12.0, but not in the lastest build tools. |
The latest version of omnisharp-roslyn is up-to-date with VS 2017 RC4 tooling. It even includes a build of MSBuild 15.0 inside of it. |
Still not possible? The rule 'Fields' spits out a ton of warnings, since omnisharp doesn't seem to like my variable names. |
I will close this as no longer valid - we don't support |
Hey everyone,
I am trying to use a omnisharp.json config file with my project in VS Code (v0.8.0 atm). I'd like to be able to use
IgnoredCodeIssues
in my config.My omnisharp.json looks like this:
However, Omnisharp fails to start and throws the following:
It'd be cool if this config option was supported
thanks
The text was updated successfully, but these errors were encountered: