- Notifications
You must be signed in to change notification settings - Fork4.2k
Enable LSP pull model diagnostic for XAML.#49145
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
dnfadmin commentedNov 2, 2020 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
...Xaml/Impl/Implementation/LanguageServer/Handler/Diagnostics/AbstractPullDiagnosticHandler.cs OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
...Xaml/Impl/Implementation/LanguageServer/Handler/Diagnostics/AbstractPullDiagnosticHandler.cs OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
...Xaml/Impl/Implementation/LanguageServer/Handler/Diagnostics/AbstractPullDiagnosticHandler.csShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/VisualStudio/Xaml/Impl/Features/Diagnostics/XamlDiagnostic.cs OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/VisualStudio/Xaml/Impl/Features/Diagnostics/IXamlPullDiagnosticService.cs OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
src/VisualStudio/Xaml/Impl/Implementation/LanguageServer/Extensions/SolutionExtensions.cs OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
...Xaml/Impl/Implementation/LanguageServer/Handler/Diagnostics/AbstractPullDiagnosticHandler.cs OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
LinglingTong commentedNov 7, 2020
@CyrusNajmabadi I have made the change based on all your comments, could you take a look? :) |
...aml/Impl/Implementation/LanguageServer/Handler/Diagnostics/WorkspacePullDiagnosticHandler.csShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
...aml/Impl/Implementation/LanguageServer/Handler/Diagnostics/WorkspacePullDiagnosticHandler.csShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
* upstream/master: (519 commits) Remove workaround in PEMethodSymbol.ExplicitInterfaceImplementations (dotnet#49246) Enable LSP pull model diagnostic for XAML. (dotnet#49145) Update dependencies fromhttps://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 ...
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.