diff --git a/eng/Versions.props b/eng/Versions.props index 482556ea91..dacf68c4b2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -1,8 +1,11 @@ - + - 3.0.5 - prerelease + 3 + 1 + + + diff --git a/src/Resources.Designer.cs b/src/Resources.Designer.cs deleted file mode 100644 index 4d4cb33715..0000000000 --- a/src/Resources.Designer.cs +++ /dev/null @@ -1,297 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Microsoft.CodeAnalysis.Tools { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class Resources { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal Resources() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.CodeAnalysis.Tools.Resources", typeof(Resources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// - /// Looks up a localized string similar to A comma separated list of relative file paths to format. All files are formatted if empty.. - /// - internal static string A_comma_separated_list_of_relative_file_paths_to_format_All_files_are_formatted_if_empty { - get { - return ResourceManager.GetString("A_comma_separated_list_of_relative_file_paths_to_format_All_files_are_formatted_i" + - "f_empty", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Both a MSBuild project file and solution file found in '{0}'. Specify which to use with the --workspace option.. - /// - internal static string Both_a_MSBuild_project_file_and_solution_file_found_in_0_Specify_which_to_use_with_the_workspace_option { - get { - return ResourceManager.GetString("Both_a_MSBuild_project_file_and_solution_file_found_in_0_Specify_which_to_use_wit" + - "h_the_workspace_option", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Complete in {0}ms.. - /// - internal static string Complete_in_0_ms { - get { - return ResourceManager.GetString("Complete_in_0_ms", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Could not find a MSBuild project file or solution file in '{0}'. Specify which to use with the --workspace option.. - /// - internal static string Could_not_find_a_MSBuild_project_or_solution_file_in_0_Specify_which_to_use_with_the_workspace_option { - get { - return ResourceManager.GetString("Could_not_find_a_MSBuild_project_or_solution_file_in_0_Specify_which_to_use_with_" + - "the_workspace_option", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Could not format '{0}'. Format currently supports only C# and Visual Basic projects.. - /// - internal static string Could_not_format_0_Format_currently_supports_only_CSharp_and_Visual_Basic_projects { - get { - return ResourceManager.GetString("Could_not_format_0_Format_currently_supports_only_CSharp_and_Visual_Basic_project" + - "s", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Determining formattable files.. - /// - internal static string Determining_formattable_files { - get { - return ResourceManager.GetString("Determining_formattable_files", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Failed to save formatting changes.. - /// - internal static string Failed_to_save_formatting_changes { - get { - return ResourceManager.GetString("Failed_to_save_formatting_changes", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Format complete in {0}ms.. - /// - internal static string Format_complete_in_0_ms { - get { - return ResourceManager.GetString("Format_complete_in_0_ms", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Format files, but do not save changes to disk.. - /// - internal static string Format_files_but_do_not_save_changes_to_disk { - get { - return ResourceManager.GetString("Format_files_but_do_not_save_changes_to_disk", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Formatted {0} of {1} files.. - /// - internal static string Formatted_0_of_1_files { - get { - return ResourceManager.GetString("Formatted_0_of_1_files", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Formatted code file '{0}'.. - /// - internal static string Formatted_code_file_0 { - get { - return ResourceManager.GetString("Formatted_code_file_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Formatting code file '{0}'.. - /// - internal static string Formatting_code_file_0 { - get { - return ResourceManager.GetString("Formatting_code_file_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Formatting code files in workspace '{0}'.. - /// - internal static string Formatting_code_files_in_workspace_0 { - get { - return ResourceManager.GetString("Formatting_code_files_in_workspace_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Loading workspace.. - /// - internal static string Loading_workspace { - get { - return ResourceManager.GetString("Loading_workspace", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Multiple MSBuild project files found in '{0}'. Specify which to use with the --workspace option.. - /// - internal static string Multiple_MSBuild_project_files_found_in_0_Specify_which_to_use_with_the_workspace_option { - get { - return ResourceManager.GetString("Multiple_MSBuild_project_files_found_in_0_Specify_which_to_use_with_the_workspace" + - "_option", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Multiple MSBuild solution files found in '{0}'. Specify which to use with the --workspace option.. - /// - internal static string Multiple_MSBuild_solution_files_found_in_0_Specify_which_to_use_with_the_workspace_option { - get { - return ResourceManager.GetString("Multiple_MSBuild_solution_files_found_in_0_Specify_which_to_use_with_the_workspac" + - "e_option", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Running formatters.. - /// - internal static string Running_formatters { - get { - return ResourceManager.GetString("Running_formatters", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Set the verbosity level. Allowed values are q[uiet], m[inimal], n[ormal], d[etailed], and diag[nostic]. - /// - internal static string Set_the_verbosity_level_Allowed_values_are_quiet_minimal_normal_detailed_and_diagnostic { - get { - return ResourceManager.GetString("Set_the_verbosity_level_Allowed_values_are_quiet_minimal_normal_detailed_and_diag" + - "nostic", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Skipping referenced project '{0}'.. - /// - internal static string Skipping_referenced_project_0 { - get { - return ResourceManager.GetString("Skipping_referenced_project_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Terminates with a non-zero exit code if any files were formatted.. - /// - internal static string Terminate_with_a_non_zero_exit_code_if_any_files_were_formatted { - get { - return ResourceManager.GetString("Terminate_with_a_non_zero_exit_code_if_any_files_were_formatted", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The file '{0}' does not appear to be a valid project or solution file.. - /// - internal static string The_file_0_does_not_appear_to_be_a_valid_project_or_solution_file { - get { - return ResourceManager.GetString("The_file_0_does_not_appear_to_be_a_valid_project_or_solution_file", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The project file '{0}' does not exist.. - /// - internal static string The_project_file_0_does_not_exist { - get { - return ResourceManager.GetString("The_project_file_0_does_not_exist", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The solution file '{0}' does not exist.. - /// - internal static string The_solution_file_0_does_not_exist { - get { - return ResourceManager.GetString("The_solution_file_0_does_not_exist", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The solution or project file to operate on. If a file is not specified, the command will search the current directory for one.. - /// - internal static string The_solution_or_project_file_to_operate_on_If_a_file_is_not_specified_the_command_will_search_the_current_directory_for_one { - get { - return ResourceManager.GetString("The_solution_or_project_file_to_operate_on_If_a_file_is_not_specified_the_command" + - "_will_search_the_current_directory_for_one", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Warnings were encountered while loading the workspace. Set the verbosity option to the 'diagnostic' level to log warnings.. - /// - internal static string Warnings_were_encountered_while_loading_the_workspace_Set_the_verbosity_option_to_the_diagnostic_level_to_log_warnings { - get { - return ResourceManager.GetString("Warnings_were_encountered_while_loading_the_workspace_Set_the_verbosity_option_to" + - "_the_diagnostic_level_to_log_warnings", resourceCulture); - } - } - } -} diff --git a/src/dotnet-format.csproj b/src/dotnet-format.csproj index f017ece63b..4c76e869ae 100644 --- a/src/dotnet-format.csproj +++ b/src/dotnet-format.csproj @@ -3,19 +3,23 @@ netcoreapp2.1 Exe - 7.3 + 7.3 + true Microsoft.CodeAnalysis.Tools + true + true + Command line tool for formatting C# and Visual Basic code files based on .editorconfig settings. - https://go.microsoft.com/fwlink/?LinkID=288859 - true true true - + https://go.microsoft.com/fwlink/?LinkID=288859 + + win-x64;win-x86;osx-x64 - - true @@ -44,18 +48,7 @@ - - True - True - Resources.resx - - - - - - ResXFileCodeGenerator - Resources.Designer.cs - +