Skip to content
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

Conversation

TyOverby
Copy link
Contributor

No description provided.

jasonmalinowski and others added 23 commits March 10, 2017 12:42
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.
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 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
jcouv and others added 25 commits March 23, 2017 12:49
Tuple element names CDI refactoring
Updating MicrosoftCodeAnalysisElfieVersion to 0.10.6-rc2 in Dependencies.props
…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 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 TyOverby force-pushed the async-main-regognize branch from 7edb54d to c7e8693 Compare March 24, 2017 20:58
@TyOverby
Copy link
Contributor Author

Closing in favor of #18157

@TyOverby TyOverby closed this Mar 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.