WIP
This commit is contained in:
@@ -20,4 +20,4 @@ public class ConfigurationWriter<TConfiguration>(IConfigurationSource<TConfigura
|
||||
public void Write(object value) => source.Set(value);
|
||||
|
||||
public void Write(TConfiguration value) => source.Set(value);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user