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

Merge future into generators #11064

Merged
merged 1,074 commits into from
May 5, 2016
Merged

Merge future into generators #11064

merged 1,074 commits into from
May 5, 2016

Conversation

VSadov
Copy link
Member

@VSadov VSadov commented May 4, 2016

No description provided.

CyrusNajmabadi and others added 30 commits April 21, 2016 13:24
turn off csharp full solution analysis.
Add a project that copies the perf scripts into the build directory
Samples.sln and Roslyn.sln were fighting over the GUIDs of Immutable, Metadata and Compostion.
Searching across the tree, and made sure that they were the uniform everywhere to prevent this.
harden both DetectTypeCircularity and GetDependenceChain
Update GUIDs of dependencies projects in tree.
skip running hidden diagnostic only analyzer in solution crawler path.
…ellation

Large cleanup of FixAllContext and subclasses.
…nal methods that don't need all that functionality, pass a FixAllState instead.
…20160422-150017

Merge master into future
…enarios

This change enables the test csx files to provide the scenarios that needs to be monitored within a test execution
mavasani and others added 26 commits April 29, 2016 16:41
…sset.

I verified that make const diagnostics now show up when these projects are set as startup projects and deployed to dev hive.

Fixes dotnet#3215
…ted parameters with no locations.

Note that the corresponding FxCop analyzer (CA1801) is based on IOperation and hence doesn't hit this situation (https://github.com/dotnet/roslyn-analyzers/blob/master/src/Microsoft.Maintainability.Analyzers/Core/ReviewUnusedParameters.cs#L128)

Fixes dotnet#10314
Fix the MakeConstCS and MakeConstVB samples to specify the analyzer a…
…-future20160429-150022

Conflicts:
	src/Features/VisualBasic/Portable/BasicFeatures.vbproj
	src/Workspaces/Core/Portable/Workspaces.csproj
…20160429-150022

Merge master into future
…ling

Remove all the static analyzer state tracking pools in CompilationWit…
Install Vsix as part of Automation
Fix the "Unused parameter" sample analyzers to ignore compiler genera…
Retargeted - Still bind unbound lamda with errors within BindDelegateCreationExpression.
…ensionActive

Remove 'RoslynCompilerExtensionActive' variable
Use a pool that doesn't leak memory in highly concurrent scenarios.
…-master20160430-150024

Merge stabilization into master
…-future20160501-150015

Conflicts:
	src/Debugging/Microsoft.DiaSymReader.PortablePdb/Microsoft.DiaSymReader.PortablePdb.nuspec
	src/NuGet/Microsoft.CodeAnalysis.Common.nuspec
	src/NuGet/Microsoft.Net.CSharp.Interactive.netcore.nuspec
	src/NuGet/Microsoft.Net.Compilers.netcore.nuspec
	src/Scripting/Core/Scripting.csproj
	src/Tools/CommonNetCoreReferences/project.json
	src/VisualStudio/Core/Def/ServicesVSResources.Designer.cs
	src/VisualStudio/Core/Impl/Options/OptionPreviewControl.xaml
DSR.PortablePdb.Tests: Remove dependency on PdbUtilities
…20160501-150015

Merge master into future
This code has been moved to http://dotnet/roslyn-project-system
@VSadov
Copy link
Member Author

VSadov commented May 5, 2016

@dotnet/roslyn-compiler - FYI mostly just a merge + fix ups to make the whole thing build/pass

Next steps:

  • validating that regular IDE scenarios are not impacted
  • removing "prototype" and entering issues.

@VSadov VSadov merged commit b2dac52 into dotnet:features/generators May 5, 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