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

Enable LSP pull model diagnostic for XAML. #49145

Merged
merged 3 commits into from
Nov 9, 2020
Merged

Enable LSP pull model diagnostic for XAML. #49145

merged 3 commits into from
Nov 9, 2020

Conversation

LinglingTong
Copy link
Contributor

This pull request enables LSP pull model diagnostic for XAML.

We are keeping SupportsDiagnosticRequests in our current XamlInProcLanguageClient and we will expect pull model diagnostic to run with DisableUserExperiece equals true after the following bug gets fixed.
Bug 1237034: [Nexus] Pull Model Diagnostic doesn't work with LanguageClient with DisableUserExperience set to true.

@dnfadmin
Copy link

dnfadmin commented Nov 2, 2020

CLA assistant check
All CLA requirements met.

@jinujoseph jinujoseph added the Community The pull request was submitted by a contributor who is not a Microsoft employee. label Nov 2, 2020
@jinujoseph jinujoseph added this to InQueue in IDE: CommunityPR via automation Nov 2, 2020
@jinujoseph jinujoseph moved this from InQueue to BuddyAssigned in IDE: CommunityPR Nov 2, 2020
@LinglingTong
Copy link
Contributor Author

@CyrusNajmabadi I have made the change based on all your comments, could you take a look? :)

IDE: CommunityPR automation moved this from BuddyAssigned to LGTM Nov 9, 2020
@mgoertz-msft mgoertz-msft merged commit 2a08a60 into dotnet:master Nov 9, 2020
IDE: CommunityPR automation moved this from LGTM to Completed Nov 9, 2020
@ghost ghost added this to the Next milestone Nov 9, 2020
333fred added a commit to 333fred/roslyn that referenced this pull request Nov 9, 2020
* upstream/master: (519 commits)
  Remove workaround in PEMethodSymbol.ExplicitInterfaceImplementations (dotnet#49246)
  Enable LSP pull model diagnostic for XAML. (dotnet#49145)
  Update dependencies from https://github.com/dotnet/roslyn build 20201109.8 (dotnet#49240)
  Add test for with expression in F1 help service (dotnet#49236)
  Cache RegexPatternDetector per compilation
  Fix RazorRemoteHostClient to maintain binary back-compat
  Further tweak inline hints
  Fix MemberNames API for records (dotnet#49138)
  Minor cleanups (dotnet#49204)
  Report warning for assignment or explicit cast of possibly null value of unconstrained type parameter type (dotnet#48803)
  Clean up of EditorFeatures.Cocoa.Snippets (dotnet#49188)
  Fix OK button state handling. Make relation between viewmodels more tightly coupled
  Extend make type abstract to include records (dotnet#48227)
  Remove duplicated implementations of C# event hookup
  Add select all/deselect all buttons
  Consolidate conditional compilation (dotnet#49150)
  Implement IEquatable on Microsoft.Cci.DefinitionWithLocation structure (dotnet#49162)
  Add new document extensions file
  Unify implementations
  Only disable structure tagger provider in LSP scenario
  ...
@allisonchou allisonchou removed this from the Next milestone Nov 24, 2020
@allisonchou allisonchou added this to the 16.9.P2 milestone Nov 24, 2020
@jinujoseph jinujoseph moved this from Completed-180 to Completed 2020 in IDE: CommunityPR Apr 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE Community The pull request was submitted by a contributor who is not a Microsoft employee.
Projects
IDE: CommunityPR
  
Completed 2020
Development

Successfully merging this pull request may close these issues.

None yet

7 participants