diff --git a/ILSpy/Properties/Resources.Designer.cs b/ILSpy/Properties/Resources.Designer.cs
index c2982ddda..cb59e0a29 100644
--- a/ILSpy/Properties/Resources.Designer.cs
+++ b/ILSpy/Properties/Resources.Designer.cs
@@ -1543,6 +1543,15 @@ namespace ICSharpCode.ILSpy.Properties {
}
}
+ ///
+ /// Looks up a localized string similar to Use primary constructor syntax for non-record types.
+ ///
+ public static string DecompilerSettings_UsePrimaryConstructorSyntaxForNonRecordTypes {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.UsePrimaryConstructorSyntaxForNonRecordTypes", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to Use ref locals to accurately represent order of evaluation.
///
diff --git a/ILSpy/Properties/Resources.resx b/ILSpy/Properties/Resources.resx
index 3c23e3ed5..64871a33b 100644
--- a/ILSpy/Properties/Resources.resx
+++ b/ILSpy/Properties/Resources.resx
@@ -531,6 +531,9 @@ Are you sure you want to continue?
Use primary constructor syntax with records
+
+ Use primary constructor syntax for non-record types
+
Use ref locals to accurately represent order of evaluation
diff --git a/ILSpy/Properties/Resources.zh-Hans.resx b/ILSpy/Properties/Resources.zh-Hans.resx
index 0c6decb07..cae67ec78 100644
--- a/ILSpy/Properties/Resources.zh-Hans.resx
+++ b/ILSpy/Properties/Resources.zh-Hans.resx
@@ -495,6 +495,9 @@
使用带有记录的主构造器语法
+
+
+
使用 ref 局部变量以准确表达求值顺序