-
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
recognize async main methods #18038
Closed
TyOverby
wants to merge
82
commits into
dotnet:features/async-main
from
TyOverby:async-main-regognize
Closed
recognize async main methods #18038
TyOverby
wants to merge
82
commits into
dotnet:features/async-main
from
TyOverby:async-main-regognize
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
That package is the exact same contents as 0.10.6-rc2 but just repacked.
…tionTest.Utilities Right now it definitely doesn't build due to pre-release dependencies, and it's not clear that we'd ever ship non-pre-release versions out of this repo (or at least versioned with the rest of Roslyn.)
Something tells me this was copied out of Setup.proj that I wrote ages ago...
We accidentally shipped a 2.0.0, so we'll have to bump the versions for the rest of the 2.0.* series.
…updates NuGet packaging updates for 2.0.0 NuGet packages
…18003) Corflags may not be installed and is hard to find. This is a simple operation that's easy to do directly on the binary.
… code that crosses pp-directives.
Use less hardcoding of type-names when possible.
…gineUp Move the symbol-index-update-engine out of Workspace.Desktop
with JsonConverter support, we don't need a type just for marshaling anymore.
TyOverby
added
the
PR For Personal Review Only
The PR doesn’t require anyone other than the developer to review it.
label
Mar 21, 2017
…thDirectives Don't offer to use an object/collection initializer if it would break code that crosses pp-directives.
Tuple element names CDI refactoring
Updating MicrosoftCodeAnalysisElfieVersion to 0.10.6-rc2 in Dependencies.props
Rename members and type to be clearer.
…angedType Don't offer pattern matching if it would change the type of a variable.
Make our repo look like most others by having the standard: - Restore.cmd - Build.cmd - Test.cmd
These scripts are legacy and shouldn't be used anymore. Warn about their use so it can be deleted later.
Updating BuildAndTest.proj to manually deploy integration test dependencies.
Adding tests that demonstrate behavior of stackalloc in using-statements
TyOverby
removed
the
PR For Personal Review Only
The PR doesn’t require anyone other than the developer to review it.
label
Mar 24, 2017
TyOverby
force-pushed
the
async-main-regognize
branch
from
March 24, 2017 20:58
7edb54d
to
c7e8693
Compare
Closing in favor of #18157 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.