-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Merge master to master-vs-deps #44574
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 to master-vs-deps #44574
Conversation
This is a punch through to support simple single file scenarios. Related to #41704.
Merge 'dotnet/master' into SimplePrograms
Adjustments to the parser behavior for a Simple Program - Follow up on parser changes that came from master - Presence of attributes shouldn’t disable parsing of a top-level statement. Instead, the attributes should be attached to the top-level statement with an error reported, or without an error if the statement is a local function declaration. - Allow a declaration of a `ref` local at the top level.
Merge 'master' into SimplePrograms
…ram. (#42648) Related to #41704. Reflects design changes outlined in dotnet/csharplang#3292.
…arily disable two IDE tests.
Merge master into SimplePrograms
Related to #41704. - Add tests for missing types that the feature depends upon. - Adjust binding to produce a ```BoundNonConstructorMethodBody``` as the root of the bound body to be consistent with other flavors of ```BindMethodBody```. - Report an error when a "MainType" is speciafied for a Simple Program. - Improve parsing error recovery around local functions.
Merge master into SimplePrograms
Merge master into SimplePrograms
|
Reset HEAD of |
Install dotnet sdk explicitly for RichNav CI
This reverts commit 680a020.
Completion fixes for top-level statements
Fix regression in lambda intellisense.
Merge 'dotnet/master' into SimplePrograms
|
Reset HEAD of |
…view2-to-master Merges/release/dev16.7 preview2 to master
|
Reset HEAD of |
….CtrlAltSpaceOption unit-test with Top-level statements in mind.
Update the work around for .editorconfig evaluation bugs in command l…
|
Reset HEAD of |
Merge 'Top-level statements' feature into master
Revert "Refactoring of Active Statement tracking for OOP"
|
Reset HEAD of |
|
Thanks @jasonmalinowski! |
This is an automatically generated pull request from master into master-vs-deps.
git fetch --all git checkout merges/master-to-master-vs-deps git reset --hard upstream/master-vs-deps git merge upstream/master # Fix merge conflicts git commit git push upstream merges/master-to-master-vs-deps --forceOnce all conflicts are resolved and all the tests pass, you are free to merge the pull request.