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

Updating Features/tuples with latest from Future #11346

Merged
merged 472 commits into from
May 16, 2016

Conversation

jcouv
Copy link
Member

@jcouv jcouv commented May 16, 2016

@VSadov @dotnet/roslyn-compiler as FYI.

CyrusNajmabadi and others added 30 commits May 3, 2016 14:33
csi.exe should emit exception to stderr, not stdout
…ory_Change

Temporarily disable test CurrentWorkingDirectory_Change
This code has been moved to http://dotnet/roslyn-project-system
There are 2 changes here
1. Move some of the helpers from test_util to tools_util since the helpers are not depended on the helper binary and can work without any dependencies
2. Introduce TriggerAutomation.bat, which triggers the automation process.

The reason we need a bat file to trigger this and not a csx or a new csx is because running the csx requires the helper binary. Hence we need to run the csx files from the binaries folder but we cannot have binaries in place if we dont fetch them in the first place. This is a cyclic problem that has to be broken with the help of one initial Trigger Batch file
…tory_Change

Reenable CurrentWorkingDirectory_Change
…-future20160504-150015

Conflicts:
	src/Compilers/Core/Portable/PublicAPI.Unshipped.txt
	src/Dependencies/VisualStudio/project.json
	src/Features/CSharp/Portable/CSharpFeatures.csproj
	src/Features/Core/Portable/Features.csproj
	src/Workspaces/Core/Portable/PublicAPI.Unshipped.txt
Add options to enable/disable nuget search.
tannergooding and others added 25 commits May 12, 2016 16:09
Extending the supported functionality of the VisualStudio IntegrationTest Utilities and adding the start of 'CSharpAutomaticBraceCompletion'
Merging Features/generators into Future.
Add missed code hooking up the option for /**/ comments
1. Reference a bunch of stuff from Nuget packages instead of VS.
2. Move to Update 2 versions of packages.
3. Now that we are using the packages, we're referencing
   Microsoft.VisualStudio.Shell.14.dll instead of .15 again.  This means
   that types that moved to Shell.Immutable.15 are not type forwarders.
   Luckily we didn't need anything from Shell.Immutable.15 in the project
   where it was a problem.
More cleanup to do between RoslynCompletionSet and
FilteredRoslynCompletionSet.
Support VS "15" specific features
…#11246)

This supports running an analyzer that warns when a user implements these interfaces.

A prerequisite to fix dotnet/roslyn-analyzers#863.

- Copied the remark from `ISymbol` derivations on all public interfaces that derive from `IOperation`
- Added remark and `[InternalImplementationOnly]` on `IOperation`
- Removed `[InternalImplementationOnly]` from `ISourceAssemblySymbol` because it was only there, unneeded
…-future20160513-150016

Conflicts:
	Roslyn.sln
	build/Targets/VSL.Imports.targets
	src/Compilers/Core/MSBuildTaskTests/MSBuildTaskTests.csproj
	src/Dependencies/VisualStudio/project.json
	src/EditorFeatures/Core/Implementation/IntelliSense/Completion/Temporary/IIntellisenseFilter.cs
	src/VisualStudio/Core/Def/Implementation/TableDataSource/Suppression/SuppressionStateColumnFilterDefinition.cs
	src/Workspaces/CoreTest/ServicesTest.csproj
…20160513-150016

Merge master into future
Also, don't install it as part of build on Dev14.
Don't bundle binaries in VisualStudioSetup.Next
@jcouv jcouv self-assigned this May 16, 2016
@jcouv jcouv merged commit 6f68ecd into dotnet:features/tuples May 16, 2016
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.

None yet