diff --git a/NFox/.editorconfig b/NFox/.editorconfig
new file mode 100644
index 0000000000000000000000000000000000000000..939b35feadd191b8ce11573626791b58b21088b7
--- /dev/null
+++ b/NFox/.editorconfig
@@ -0,0 +1,10 @@
+[*.cs]
+
+# CA1305: 指定 IFormatProvider
+dotnet_diagnostic.CA1305.severity = none
+
+# CA1304: 指定 CultureInfo
+dotnet_diagnostic.CA1304.severity = none
+
+# CA1307: 指定 StringComparison
+dotnet_diagnostic.CA1307.severity = none
diff --git a/NFox/Basal/WPF/RelayCommand.cs b/NFox/Basal/WPF/RelayCommand.cs
index 60cbbdecc3a81ba72b0f87bbbaa85f180b947aec..831f479c74fbd9c600b4ae6219c1a30bc2df8c8f 100644
--- a/NFox/Basal/WPF/RelayCommand.cs
+++ b/NFox/Basal/WPF/RelayCommand.cs
@@ -28,7 +28,7 @@ namespace NFox.WPF
/// execute
public RelayCommand(Action