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

Add option for LSP based auto-insert #74485

Closed
wants to merge 19 commits into from

last few fixes

b9d3d35
Select commit
Loading
Failed to load commit list.
Closed

Add option for LSP based auto-insert #74485

last few fixes
b9d3d35
Select commit
Loading
Failed to load commit list.
Azure Pipelines / roslyn-CI failed Aug 23, 2024 in 1h 0m 18s

Build #20240823.57 had test failures

Details

Tests

  • Failed: 12 (0.00%)
  • Passed: 798,863 (98.76%)
  • Other: 10,025 (1.24%)
  • Total: 808,900

Annotations

Check failure on line 109 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / roslyn-CI

Build log #L109

The process cannot access the file 'D:\a\_work\1\s\artifacts\log\Release\Build.Server.log' because it is being used by another process.

Check failure on line 109 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / roslyn-CI

Build log #L109

(NETCORE_ENGINEERING_TELEMETRY=Test) Tests failed

Check failure on line 119 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / roslyn-CI

Build log #L119

PowerShell exited with code '1'.

Check failure on line 118 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / roslyn-CI

Build log #L118

(NETCORE_ENGINEERING_TELEMETRY=Test) Tests failed

Check failure on line 1 in Microsoft.CodeAnalysis.LanguageServer.UnitTests.Configuration.DidChangeConfigurationNotificationHandlerTest.VerifyLspClientOptionNames

See this annotation in the file changed.

@azure-pipelines azure-pipelines / roslyn-CI

Microsoft.CodeAnalysis.LanguageServer.UnitTests.Configuration.DidChangeConfigurationNotificationHandlerTest.VerifyLspClientOptionNames

Expected:
symbol_search.dotnet_search_reference_assemblies
type_members.dotnet_member_insertion_location
type_members.dotnet_property_generation_behavior
completion.dotnet_show_name_completion_suggestions
completion.dotnet_provide_regex_completions
completion.dotnet_show_completion_items_from_unimported_namespaces
completion.dotnet_trigger_completion_in_argument_lists
quick_info.dotnet_show_remarks_in_quick_info
navigation.dotnet_navigate_to_decompiled_sources
highlighting.dotnet_highlight_related_json_components
... truncated ...
Actual:
symbol_search.dotnet_search_reference_assemblies
type_members.dotnet_member_insertion_location
type_members.dotnet_property_generation_behavior
completion.dotnet_show_name_completion_suggestions
completion.dotnet_provide_regex_completions
completion.dotnet_show_completion_items_from_unimported_namespaces
completion.dotnet_trigger_completion_in_argument_lists
quick_info.dotnet_show_remarks_in_quick_info
navigation.dotnet_navigate_to_decompiled_sources
highlighting.dotnet_highlight_related_json_components
highlighting.dotnet_highlight_related_regex_components
inlay_hints.dotnet_enable_inlay_hints_for_parameters
inlay_hints.dotnet_enable_inlay_hints_for_literal_parameters
inlay_hints.dotnet_enable_inlay_hints_for_indexer_parameters
inlay_hints.dotnet_enable_inlay_hints_for_object_creation_parameters
inlay_hints.dotnet_enable_inlay_hints_for_other_parameters
inlay_hints.dotnet_suppress_inlay_hints_for_parameters_that_differ_only_by_suffix
inlay_hints.dotnet_suppress_inlay_hints_for_parameters_that_match_method_intent
inlay_hints.dotnet_suppress_inlay_hints_for_parameters_that_match_argument_name
inlay_hints.csharp_enable_inlay_hints_for_types
inlay_hints.csharp_enable_inlay_hints_for_implicit_variable_types
inlay_hints.csharp_enable_inlay_hints_for_lambda_parameter_types
inlay_hints.csharp_enable_inlay_hints_for_implicit_object_creation
inlay_hints.csharp_enable_inlay_hints_for_collection_expressions
code_style.formatting.indentation_and_spacing.tab_width
code_style.formatting.indentation_and_spacing.indent_size
code_style.formatting.indentation_and_spacing.indent_style
code_style.formatting.new_line.end_of_line
code_style.formatting.new_line.insert_final_newline
background_analysis.dotnet_analyzer_diagnostics_scope
background_analysis.dotnet_compiler_diagnostics_scope
code_lens.dotnet_enable_references_code_lens
code_lens.dotnet_enable_tests_code_lens
on_auto_insert.dotnet_enable_on_auto_insert
projects.dotnet_binary_log_path
projects.dotnet_enable_automatic_restore
Differences:
    symbol_search.dotnet_search_reference_assemblies
    type_members.dotnet_member_insertion_location
    type_members.dotnet_property_generation_behavior
    completion.dotnet_show_name_completion_suggestions
    completion.dotnet_provide_regex_completions
    completion.dotnet_show_completion_items_from_unimported_namespaces
    completion.dotnet_trigger_completion_in_argument_lists
    quick_info.dotnet_show_remarks_in_quick_info
    navigation.dotnet_navigate_to_decompiled_sources
    highlighting.dotnet_highlight_related_json_components
    highlighting.dotnet_highlight_related_regex_components
    inlay_hints.dotnet_enable_inlay_hints_for_parameters
    inlay_hints.dotnet_enable_inlay_hints_for_literal_parameters
    inlay_hints.dotnet_enable_inlay_hints_for_indexer_parameters
    inlay_hints.dotnet_enable_inlay_hints_for_object_creation_parameters
    inlay_hints.dotnet_enable_inlay_hints_for_other_parameters
    inlay_hints.dotnet_suppress_inlay_hints_for_parameters_that_differ_only_by_suffix
    inlay_hints.dotnet_suppress_inlay_hints_for_parameters_that_match_method_intent
    inlay_hints.dotnet_suppress_inlay_hints_for_parameters_that_match_argument_name
    inlay_hints.csharp_enable_inlay_hints_for_types
    inlay_hints.csharp_enable_inlay_hints_for_implicit_variable_types
    inlay_hints.csharp_enable_inlay_hints_for_lambda_parameter_types
    inlay_hints.csharp_enable_inlay_hints_for_implicit_object_creati
Raw output
   at Roslyn.Test.Utilities.AssertEx.SetEqual[T](IEnumerable`1 expected, IEnumerable`1 actual, IEqualityComparer`1 comparer, String message, String itemSeparator, Func`2 itemInspector) in /_/src/Compilers/Test/Core/Assert/AssertEx.cs:line 470
   at Roslyn.Test.Utilities.AssertEx.SetEqual(IEnumerable`1 expected, IEnumerable`1 actual, IEqualityComparer`1 comparer, String message, String itemSeparator, Func`2 itemInspector) in /_/src/Compilers/Test/Core/Assert/AssertEx.cs:line 381
   at Microsoft.CodeAnalysis.LanguageServer.UnitTests.Configuration.DidChangeConfigurationNotificationHandlerTest.VerifyLspClientOptionNames() in /_/src/LanguageServer/ProtocolUnitTests/Configuration/DidChangeConfigurationNotificationHandlerTest.cs:line 151

Check failure on line 1 in Microsoft.CodeAnalysis.UnitTests.VisualStudioOptionStorageTests.OptionHasStorageIfNecessary

See this annotation in the file changed.

@azure-pipelines azure-pipelines / roslyn-CI

Microsoft.CodeAnalysis.UnitTests.VisualStudioOptionStorageTests.OptionHasStorageIfNecessary

Test failed

Check failure on line 1 in Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests_Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator.UnitTests_Microsoft.CodeAnalysis.R..._53.WorkItemExecution

See this annotation in the file changed.

@azure-pipelines azure-pipelines / roslyn-CI

Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests_Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator.UnitTests_Microsoft.CodeAnalysis.R..._53.WorkItemExecution

The Helix Work Item failed. Often this is due to a test crash. Please see the 'Artifacts' tab above for additional logs.

Check failure on line 1 in Microsoft.VisualStudio.LanguageServices.UnitTests_Roslyn.Compilers.VisualBasic.IOperation.UnitTests_Roslyn.VisualStudio.Next.UnitTests_SemanticSearch...._73.WorkItemExecution

See this annotation in the file changed.

@azure-pipelines azure-pipelines / roslyn-CI

Microsoft.VisualStudio.LanguageServices.UnitTests_Roslyn.Compilers.VisualBasic.IOperation.UnitTests_Roslyn.VisualStudio.Next.UnitTests_SemanticSearch...._73.WorkItemExecution

The Helix Work Item failed. Often this is due to a test crash. Please see the 'Artifacts' tab above for additional logs.