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 master into features/editorconfig-generated-code #40363

Merged
merged 1,465 commits into from
Dec 14, 2019

Conversation

mavasani
Copy link
Contributor

This is required to resolve the integration test failures in this feature branch. See #40330

JoeRobich and others added 30 commits November 21, 2019 15:37
Skip analyzers in all CI builds except correctness
…ak for TS and F#

Recent PR dotnet#39699 introduced a breaking API and functionality change for TypeScript and F# as they are using our internal option ClosedFileDiagnostics for controlling their full solution analysis experience. This PR restores the ClosedFileDiagnostics option and functionality for non C#/VB languages. Additionally, the newly added option SolutionCrawlerOptions.BackgroundAnalysisScope has been made a per-language option so that all languages can have different UI/setting for this option.
Re-add ServiceFeatureOnOffOptions.ClosedFileDiagnostic to fix the bre…
Update FormattingDiagnosticIds.cs
…rator.cs

Co-Authored-By: Sam Harwell <sam@tunnelvisionlabs.com>
Properly respect 'var' settings when generating equals/GetHashCode
…operty as a configuration change that needs to kick off re-analysis.

Verified that added unit tests fail before the fix.
…spectRunAnalyzers

Ensure that work coordinator sees change to "RunAnalyzers" project pr…
dotnet#39955 re-added the option back to Workspaces instead of Features, its original location
allisonchou and others added 18 commits December 11, 2019 16:59
Fix a false positive in IDE0059 in presence of try/finally
…n-lightup

Remove reflection-based lightup of IIndentationManagerService
Binding with ElementName requires that an x:Name property be specified
that relates to the given name. Binding uses a lookup order to find
the names available by querying above the current element, which
won't have the property yet.

System.Windows.Data Warning: 70 : BindingExpression (hash=17108371):
Found data context element: <null> (OK)
System.Windows.Data Warning: 74 :     Lookup name ThisPane:  queried
Border (hash=10270353)
System.Windows.Data Warning: 74 :     Lookup name ThisPane:  queried
LightBulbMenuItem (hash=49364328)
System.Windows.Data Error: 4 : Cannot find source for binding with
reference 'ElementName=ThisPane'. BindingExpression:Path=AutomationName;
DataItem=null; target element is 'PreviewPane' (Name='ThisPane'); target
property is 'Name' (type 'String')

Fix by using self as a relative source instead of ElementName
…unctionBug

Fix for introduce local does not introduce across local functions
…ne if elementNullableAnnotations is default array. (dotnet#40348)

Fixes dotnet#40105.
@mavasani
Copy link
Contributor Author

Thanks @JoeRobich!

@mavasani mavasani merged commit 4e60383 into dotnet:features/editorconfig-generated-code Dec 14, 2019
@mavasani mavasani deleted the merge-master branch December 14, 2019 00:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.