-
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
Merge master into future #7785
Merge master into future #7785
Conversation
…f we get an invalid generic type like Action<0> we end up generic 6-7 errors as the parser attempts to recover. We now handle the case where the invalid type is followed by a comma or greater than and identify that we can continue parsing the expression to produce a much cleaner error state.
The compiler now supports publicsign so FakeSign isn't necessary. However, since we're not using the toolset compiler on *nix we can't using the PublicSign property. In the meantime we can pass publicsign in a response file.
Brings in a new toolset compiler that supports publicsign in VB and updates the ci bootstrap to use the bootstrap build task, which provides bootstrap support for the <PublicSign> property.
Use /publicsign instead of FakeSign
Implements support for GAC on Mono
This is quick fix to prevent throwing asserts if CPS has changed the foreground SynchronizationContext.
Improve error message for invalid generic type arguments.
Remove source for FakeSign and reference from Roslyn.sln
…text-as-foreground-thread Recognize JoinableTaskSynchronizationContext as a foreground kind
…-future20160105-160001
test vsi please |
@dotnet-bot retest prtest/lin/dbg/unit32 please // Retest reason: Jenkins upgrade caused jobs to be cancelled |
retest vsi please |
closing in favor of #7800 |
This is an automatically generated pull request from master into future.
@dotnet/roslyn-infrastructure:
Once the merge can be made and all the tests pass, you are free to merge the pull request.