-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Build is now confusing when "Enable full solution analysis" is off #11378
Comments
I tested this on simple solution and it worked. does both of you have latest Roslyn bits installed? |
I'm on 1.2.1, NIck's on 1.3. |
Maybe I'm not quite on 1.3. I followed the steps here: https://github.com/dotnet/roslyn-internal/tree/master/Closed/Test/Solutions/RegenerateNewtonsoftErrorLogBaseline.txt and am running devenv /rootSuffix RoslynDev. Does that give me up to date error list bits? |
Can you try the solution referenced there? |
this repro require dev15, so let me try nick's repro. |
When "Enable full solution analysis" is off, build is now very confusing:
Expected: Build fails, with the following Errors in the error list:
Actual: Build fails, no errors or warnings are displayed in the errorlist
If I switch to build-only, I see the above errors.
The text was updated successfully, but these errors were encountered: