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

⬆️ Bump files with dotnet-file sync #216

Merged
merged 1 commit into from
Oct 22, 2024
Merged

⬆️ Bump files with dotnet-file sync #216

merged 1 commit into from
Oct 22, 2024

Conversation

devlooped-bot
Copy link
Member

devlooped/oss

devlooped/.github

@devlooped-bot devlooped-bot added the dependencies Pull requests that update a dependency file label Oct 11, 2024
@devlooped-bot
Copy link
Member Author

devlooped-bot commented Oct 11, 2024

164 passed 164 passed

🧪 Details on Microsoft Windows 10.0.20348

✅ Devlooped.Tests.ChooserTests.when_invalid_index_is_entered_then_returns_empty_list(enteredValue: "")
✅ Devlooped.Tests.ChooserTests.when_invalid_index_is_entered_then_returns_empty_list(enteredValue: "one")
✅ Devlooped.Tests.ChooserTests.when_invalid_index_is_entered_then_returns_empty_list(enteredValue: null)
✅ Devlooped.Tests.ChooserTests.when_invalid_index_is_entered_then_returns_null(enteredValue: "")
✅ Devlooped.Tests.ChooserTests.when_invalid_index_is_entered_then_returns_null(enteredValue: "one")
✅ Devlooped.Tests.ChooserTests.when_invalid_index_is_entered_then_returns_null(enteredValue: null)
✅ Devlooped.Tests.ChooserTests.when_items_contains_single_element_then_returns_item
✅ Devlooped.Tests.ChooserTests.when_items_contains_single_element_then_returns_items
✅ Devlooped.Tests.ChooserTests.when_items_is_empty_then_returns_empty_list
✅ Devlooped.Tests.ChooserTests.when_items_is_empty_then_returns_null
✅ Devlooped.Tests.ChooserTests.when_selecting_all_then_returns_all_items(all: "a")
✅ Devlooped.Tests.ChooserTests.when_selecting_all_then_returns_all_items(all: "A")
✅ Devlooped.Tests.ChooserTests.when_selecting_all_then_returns_all_items(all: "all")
✅ Devlooped.Tests.ChooserTests.when_selecting_all_then_returns_all_items(all: "All")
✅ Devlooped.Tests.ChooserTests.when_valid_index_is_entered_then_returns_item(enteredValue: "1", expectedItem: "A")
✅ Devlooped.Tests.ChooserTests.when_valid_index_is_entered_then_returns_item(enteredValue: "2", expectedItem: "B")
✅ Devlooped.Tests.ChooserTests.when_valid_index_is_entered_then_returns_item(enteredValue: "3", expectedItem: "C")
✅ Devlooped.Tests.ChooserTests.when_valid_index_is_entered_then_returns_single_item(enteredValue: "1", expectedItem: "A")
✅ Devlooped.Tests.ChooserTests.when_valid_index_is_entered_then_returns_single_item(enteredValue: "2", expectedItem: "B")
✅ Devlooped.Tests.ChooserTests.when_valid_index_is_entered_then_returns_single_item(enteredValue: "3", expectedItem: "C")
✅ Devlooped.Tests.ChooserTests.when_valid_inverse_index_is_entered_then_returns_items
✅ Devlooped.Tests.ClientCommandTests.when_starting_server_and_client_then_arguments_are_defined_in_correct_order
✅ Devlooped.Tests.ClientCommandTests.when_workspace_id_is_not_specified_then_server_and_client_are_started(isExperimental: False, solutionPath: "")
✅ Devlooped.Tests.ClientCommandTests.when_workspace_id_is_not_specified_then_server_and_client_are_started(isExperimental: False, solutionPath: "c:\src\foo.sln")
✅ Devlooped.Tests.ClientCommandTests.when_workspace_id_is_not_specified_then_server_and_client_are_started(isExperimental: True, solutionPath: "")
✅ Devlooped.Tests.ClientCommandTests.when_workspace_id_is_not_specified_then_server_and_client_are_started(isExperimental: True, solutionPath: "c:\src\foo.sln")
✅ Devlooped.Tests.ClientCommandTests.when_workspace_id_is_specified_then_client_is_started(isExperimental: False)
✅ Devlooped.Tests.ClientCommandTests.when_workspace_id_is_specified_then_client_is_started(isExperimental: True)
✅ Devlooped.Tests.CommandFactoryTests.when_creating_builtin_command_then_then_command_is_created(commandName: "alias", expectedCommandType: typeof(Devlooped.AliasCommand))
✅ Devlooped.Tests.CommandFactoryTests.when_creating_builtin_command_then_then_command_is_created(commandName: "client", expectedCommandType: typeof(Devlooped.ClientCommand))
✅ Devlooped.Tests.CommandFactoryTests.when_creating_builtin_command_then_then_command_is_created(commandName: "config", expectedCommandType: typeof(Devlooped.ConfigCommand))
✅ Devlooped.Tests.CommandFactoryTests.when_creating_builtin_command_then_then_command_is_created(commandName: "generate-readme", expectedCommandType: typeof(Devlooped.GenerateReadmeCommand))
✅ Devlooped.Tests.CommandFactoryTests.when_creating_builtin_command_then_then_command_is_created(commandName: "install", expectedCommandType: typeof(Devlooped.InstallCommand))
✅ Devlooped.Tests.CommandFactoryTests.when_creating_builtin_command_then_then_command_is_created(commandName: "kill", expectedCommandType: typeof(Devlooped.KillCommand))
✅ Devlooped.Tests.CommandFactoryTests.when_creating_builtin_command_then_then_command_is_created(commandName: "log", expectedCommandType: typeof(Devlooped.LogCommand))
✅ Devlooped.Tests.CommandFactoryTests.when_creating_builtin_command_then_then_command_is_created(commandName: "modify", expectedCommandType: typeof(Devlooped.ModifyCommand))
✅ Devlooped.Tests.CommandFactoryTests.when_creating_builtin_command_then_then_command_is_created(commandName: "run", expectedCommandType: typeof(Devlooped.RunCommand))
✅ Devlooped.Tests.CommandFactoryTests.when_creating_builtin_command_then_then_command_is_created(commandName: "save", expectedCommandType: typeof(Devlooped.SaveCommand))
✅ Devlooped.Tests.CommandFactoryTests.when_creating_builtin_command_then_then_command_is_created(commandName: "update-self", expectedCommandType: typeof(Devlooped.UpdateSelfCommand))
✅ Devlooped.Tests.CommandFactoryTests.when_creating_builtin_command_then_then_command_is_created(commandName: "update", expectedCommandType: typeof(Devlooped.UpdateCommand))
✅ Devlooped.Tests.CommandFactoryTests.when_creating_builtin_command_then_then_command_is_created(commandName: "where", expectedCommandType: typeof(Devlooped.WhereCommand))
✅ Devlooped.Tests.CommandFactoryTests.when_creating_builtin_command_with_help_argument_then_throws_show_usage
✅ Devlooped.Tests.CommandFactoryTests.when_creating_command_with_empty_arguments_then_command_is_created
✅ Devlooped.Tests.CommandFactoryTests.when_creating_command_with_help_argument_then_throws_show_usage
✅ Devlooped.Tests.CommandFactoryTests.when_no_command_specified_run_is_default
✅ Devlooped.Tests.CommandFactoryTests.when_save_option_is_specified_then_save_command_is_created
✅ Devlooped.Tests.CommandFactoryTests.when_saved_command_is_specified_then_saved_command_is_created
✅ Devlooped.Tests.CommandFactoryTests.when_update_command_and_self_option_is_specified_then_update_self_is_created
✅ Devlooped.Tests.GenerateReadmeCommandTests.when_generating_readme_with_commands_and_read_command_template_fails_then_readme_is_generated_without_commands
✅ Devlooped.Tests.GenerateReadmeCommandTests.when_generating_readme_with_commands_then_readme_is_generated
✅ Devlooped.Tests.GenerateReadmeCommandTests.when_generating_readme_without_commands_then_readme_is_generated
✅ Devlooped.Tests.GenerateReadmeCommandTests.when_generating_readme_without_output_file_then_readme_is_generated
✅ Devlooped.Tests.ProgramTests.when_command_throws_and_debug_is_specified_then_throws
✅ Devlooped.Tests.ProgramTests.when_command_throws_then_error_code_is_returned
✅ Devlooped.Tests.ProgramTests.when_descriptor_throws_show_usage_exception_then_command_usage_is_shown
✅ Devlooped.Tests.ProgramTests.when_program_is_cancelled_then_executing_command_is_async_disposed
✅ Devlooped.Tests.ProgramTests.when_program_is_cancelled_then_executing_command_is_disposed
✅ Devlooped.Tests.ProgramTests.when_running_command_then_command_is_executed
✅ Devlooped.Tests.ProgramTests.when_running_where_command_with_version_arg_then_version_is_not_shown
✅ Devlooped.Tests.ProgramTests.when_running_with_help_arg_then_usage_is_shown(args: [["-?"]])
✅ Devlooped.Tests.ProgramTests.when_running_with_help_arg_then_usage_is_shown(args: [["/?"]])
✅ Devlooped.Tests.ProgramTests.when_running_with_help_arg_then_usage_is_shown(args: [["/h"]])
✅ Devlooped.Tests.ProgramTests.when_running_with_help_arg_then_usage_is_shown(args: [["/help"]])
✅ Devlooped.Tests.ProgramTests.when_running_with_version_arg_then_version_is_shown
✅ Devlooped.Tests.VersionCheckerTests.when_showing_update_same_week_then_returns_last_checked
✅ Devlooped.Tests.VersionCheckerTests.when_showing_version_after_week_from_last_check_then_updates_to_latest
✅ Devlooped.Tests.VersionCheckerTests.when_showing_version_for_development_version_then_renders_latest_tag
✅ Devlooped.Tests.VersionCheckerTests.when_showing_version_for_old_version_then_renders_latest_tag
✅ Devlooped.Tests.VersionCheckerTests.when_showing_version_then_outputs_current_version
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_all_argument_then_all_is_set(argument: "--all", expectedValue: True)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_all_argument_then_all_is_set(argument: "", expectedValue: False)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_all_argument_then_all_is_set(argument: "all", expectedValue: True)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_all_argument_then_all_is_set(argument: "All", expectedValue: True)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_arguments_then_arguments_are_set(args: [["pro", "release", "--nick=foo"]], verify: Func2 { Method = Boolean <get_TestCasesData>b__1(System.Object), Target = <>c__DisplayClass10_0 { x = (System.String[[]], System.Func2[[Devlooped.VisualStudioOptions,System.Boolean]]) } })
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_channel_argument_then_channel_is_set(argument: "--int", expectedValue: IntPreview)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_channel_argument_then_channel_is_set(argument: "--internal", expectedValue: IntPreview)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_channel_argument_then_channel_is_set(argument: "--main", expectedValue: Main)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_channel_argument_then_channel_is_set(argument: "--pre", expectedValue: Preview)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_channel_argument_then_channel_is_set(argument: "--preview", expectedValue: Preview)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_channel_argument_then_channel_is_set(argument: "--rel", expectedValue: Release)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_channel_argument_then_channel_is_set(argument: "--release", expectedValue: Release)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_channel_argument_then_channel_is_set(argument: "", expectedValue: null)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_channel_argument_then_channel_is_set(argument: "int", expectedValue: IntPreview)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_channel_argument_then_channel_is_set(argument: "internal", expectedValue: IntPreview)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_channel_argument_then_channel_is_set(argument: "main", expectedValue: Main)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_channel_argument_then_channel_is_set(argument: "pre", expectedValue: Preview)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_channel_argument_then_channel_is_set(argument: "preview", expectedValue: Preview)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_channel_argument_then_channel_is_set(argument: "Preview", expectedValue: Preview)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_channel_argument_then_channel_is_set(argument: "rel", expectedValue: Release)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_channel_argument_then_channel_is_set(argument: "release", expectedValue: Release)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_channel_argument_then_channel_is_set(argument: "Release", expectedValue: Release)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_experimental_then_experimental_is_set(argument: "--exp", expectedValue: True)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_experimental_then_experimental_is_set(argument: "--experimental", expectedValue: True)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_experimental_then_experimental_is_set(argument: "", expectedValue: False)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_experimental_then_experimental_is_set(argument: "exp", expectedValue: True)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_experimental_then_experimental_is_set(argument: "experimental", expectedValue: True)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_expression_then_exppression_is_set(argument: "--filter= x => x.Prop == 'value'", expectedValue: "x => x.Prop == "value"")
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_expression_then_exppression_is_set(argument: "", expectedValue: null)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_expression_then_exppression_is_set(argument: "/filter: x => x.Prop == 'value'", expectedValue: "x => x.Prop == "value"")
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_expression_then_exppression_is_set(argument: "x => x.Prop == 'value'", expectedValue: "x => x.Prop == "value"")
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_first_argument_then_first_is_set(argument: "--first", expectedValue: True)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_first_argument_then_first_is_set(argument: "", expectedValue: False)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_first_argument_then_first_is_set(argument: "first", expectedValue: True)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_first_argument_then_first_is_set(argument: "First", expectedValue: True)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_nickname_argument_then_nickname_is_set(argument: "--nick=nick1", expectedValue: "nick1")
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_nickname_argument_then_nickname_is_set(argument: "--nickname=nick2", expectedValue: "nick2")
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_nickname_argument_then_nickname_is_set(argument: "", expectedValue: null)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_sku_argument_then_sku_is_set(argument: "--sku=b", expectedValue: BuildTools)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_sku_argument_then_sku_is_set(argument: "--sku=build", expectedValue: BuildTools)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_sku_argument_then_sku_is_set(argument: "--sku=buildtools", expectedValue: BuildTools)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_sku_argument_then_sku_is_set(argument: "--sku=BuildTools", expectedValue: BuildTools)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_sku_argument_then_sku_is_set(argument: "--sku=c", expectedValue: Community)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_sku_argument_then_sku_is_set(argument: "--sku=com", expectedValue: Community)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_sku_argument_then_sku_is_set(argument: "--sku=community", expectedValue: Community)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_sku_argument_then_sku_is_set(argument: "--sku=Community", expectedValue: Community)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_sku_argument_then_sku_is_set(argument: "--sku=e", expectedValue: Enterprise)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_sku_argument_then_sku_is_set(argument: "--sku=ent", expectedValue: Enterprise)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_sku_argument_then_sku_is_set(argument: "--sku=enterprise", expectedValue: Enterprise)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_sku_argument_then_sku_is_set(argument: "--sku=Enterprise", expectedValue: Enterprise)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_sku_argument_then_sku_is_set(argument: "--sku=p", expectedValue: Professional)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_sku_argument_then_sku_is_set(argument: "--sku=pro", expectedValue: Professional)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_sku_argument_then_sku_is_set(argument: "--sku=professional", expectedValue: Professional)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_sku_argument_then_sku_is_set(argument: "--sku=Professional", expectedValue: Professional)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_sku_argument_then_sku_is_set(argument: "--sku=t", expectedValue: TestAgent)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_sku_argument_then_sku_is_set(argument: "--sku=test", expectedValue: TestAgent)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_sku_argument_then_sku_is_set(argument: "--sku=testagent", expectedValue: TestAgent)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_sku_argument_then_sku_is_set(argument: "--sku=TestAgent", expectedValue: TestAgent)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_sku_argument_then_sku_is_set(argument: "", expectedValue: null)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_sku_argument_then_sku_is_set(argument: "b", expectedValue: BuildTools)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_sku_argument_then_sku_is_set(argument: "build", expectedValue: BuildTools)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_sku_argument_then_sku_is_set(argument: "Build", expectedValue: BuildTools)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_sku_argument_then_sku_is_set(argument: "buildtools", expectedValue: BuildTools)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_sku_argument_then_sku_is_set(argument: "BuildTools", expectedValue: BuildTools)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_sku_argument_then_sku_is_set(argument: "c", expectedValue: Community)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_sku_argument_then_sku_is_set(argument: "com", expectedValue: Community)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_sku_argument_then_sku_is_set(argument: "Com", expectedValue: Community)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_sku_argument_then_sku_is_set(argument: "community", expectedValue: Community)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_sku_argument_then_sku_is_set(argument: "Community", expectedValue: Community)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_sku_argument_then_sku_is_set(argument: "e", expectedValue: Enterprise)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_sku_argument_then_sku_is_set(argument: "ent", expectedValue: Enterprise)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_sku_argument_then_sku_is_set(argument: "Ent", expectedValue: Enterprise)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_sku_argument_then_sku_is_set(argument: "enterprise", expectedValue: Enterprise)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_sku_argument_then_sku_is_set(argument: "Enterprise", expectedValue: Enterprise)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_sku_argument_then_sku_is_set(argument: "p", expectedValue: Professional)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_sku_argument_then_sku_is_set(argument: "pro", expectedValue: Professional)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_sku_argument_then_sku_is_set(argument: "Pro", expectedValue: Professional)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_sku_argument_then_sku_is_set(argument: "professional", expectedValue: Professional)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_sku_argument_then_sku_is_set(argument: "Professional", expectedValue: Professional)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_sku_argument_then_sku_is_set(argument: "t", expectedValue: TestAgent)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_sku_argument_then_sku_is_set(argument: "test", expectedValue: TestAgent)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_sku_argument_then_sku_is_set(argument: "Test", expectedValue: TestAgent)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_sku_argument_then_sku_is_set(argument: "testagent", expectedValue: TestAgent)
✅ Devlooped.Tests.VisualStudioOptionsTests.when_parsing_sku_argument_then_sku_is_set(argument: "TestAgent", expectedValue: TestAgent)
✅ Devlooped.Tests.VisualStudioPredicateBuilderTests.when_evaluating_channel_then_predicate_matches_configured_channel
✅ Devlooped.Tests.VisualStudioPredicateBuilderTests.when_evaluating_combined_criterias_then_predicate_matches_configured_criterias
✅ Devlooped.Tests.VisualStudioPredicateBuilderTests.when_evaluating_expression_then_predicate_matches_configured_expression
✅ Devlooped.Tests.VisualStudioPredicateBuilderTests.when_evaluating_sku_then_predicate_matches_configured_sku
✅ Devlooped.Tests.WorkloadOptionsTests.when_parsing_removes_then_converts_alias_to_argument(arguments: "-core --config .vsconfig", parsed: "--remove Microsoft.VisualStudio.Workload.NetCoreTo"..., extra: "--config .vsconfig")
✅ Devlooped.Tests.WorkloadOptionsTests.when_parsing_removes_then_converts_alias_to_argument(arguments: "-core", parsed: "--remove Microsoft.VisualStudio.Workload.NetCoreTo"..., extra: "")
✅ Devlooped.Tests.WorkloadOptionsTests.when_parsing_requires_then_converts_alias_to_argument(prefix: "+", argumentPrefix: "--", arguments: "-someswitch", parsed: "", extra: "-someswitch")
✅ Devlooped.Tests.WorkloadOptionsTests.when_parsing_requires_then_converts_alias_to_argument(prefix: "+", argumentPrefix: "--", arguments: "+core -version [["16.8,)"]]", parsed: "--requires Microsoft.VisualStudio.Workload.NetCore"..., extra: "-version [["16.8,)"]]")
✅ Devlooped.Tests.WorkloadOptionsTests.when_parsing_requires_then_converts_alias_to_argument(prefix: "+", argumentPrefix: "--", arguments: "+core +mobile", parsed: "--requires Microsoft.VisualStudio.Workload.NetCore"..., extra: "")
✅ Devlooped.Tests.WorkloadOptionsTests.when_parsing_requires_then_converts_alias_to_argument(prefix: "+", argumentPrefix: "--", arguments: "+core", parsed: "--requires Microsoft.VisualStudio.Workload.NetCore"..., extra: "")
✅ Devlooped.Tests.WorkloadOptionsTests.when_parsing_requires_then_converts_alias_to_argument(prefix: "+", argumentPrefix: "--", arguments: "+Microsoft.VisualStudio.SomeComponent", parsed: "--requires Microsoft.VisualStudio.SomeComponent", extra: "")

from dotnet-retest v0.6.3 on .NET 8.0.8 with 💜

# devlooped/oss

# devlooped/.github
@kzu kzu merged commit 7a4be2a into main Oct 22, 2024
4 checks passed
@kzu kzu deleted the dotnet-file-sync branch October 22, 2024 19:05
@devlooped devlooped locked and limited conversation to collaborators Nov 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants