Fix some edge cases

This commit is contained in:
TheXamlGuy
2024-05-14 16:52:47 +01:00
parent c310b3080c
commit 553a6fbaff
10 changed files with 85 additions and 41 deletions
+3 -1
View File
@@ -9,4 +9,6 @@ public interface IConfigurationSource<TConfiguration>
void Set(TConfiguration value);
void Set(object value);
}
}
public interface IRemovable : IDisposable;