Hello, when using the MvvmToolkit package, I need to use the "ObservableValidator" to validate the length of a property and localize it. However, if I change the Resx cs file to public and add a new resource, and use the LangKey marked with [ResourceKeysOf (typeof (Language))] to obtain the value, the compilation will not succeed
Hello, when using the MvvmToolkit package, I need to use the "ObservableValidator" to validate the length of a property and localize it. However, if I change the Resx cs file to public and add a new resource, and use the LangKey marked with [ResourceKeysOf (typeof (Language))] to obtain the value, the compilation will not succeed