Update UNSAFE_MigrationHelper with new appsettings.json getter
This commit is contained in:
parent
500b287721
commit
f0ca349539
3 changed files with 35 additions and 20 deletions
|
|
@ -9,9 +9,7 @@ namespace LibationFileManager
|
|||
{
|
||||
public partial class Configuration : PropertyChangeFilter
|
||||
{
|
||||
public bool LibationSettingsAreValid
|
||||
=> File.Exists(APPSETTINGS_JSON)
|
||||
&& SettingsFileIsValid(SettingsFilePath);
|
||||
public bool LibationSettingsAreValid => SettingsFileIsValid(SettingsFilePath);
|
||||
|
||||
public static bool SettingsFileIsValid(string settingsFile)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue