Fix some edge cases

This commit is contained in:
TheXamlGuy
2024-05-14 16:52:47 +01:00
parent 942601d950
commit 72bededc3a
27 changed files with 197 additions and 29 deletions
+3
View File
@@ -0,0 +1,3 @@
namespace Bitvault;
public record ArchiveEventArgs<TValue>(TValue Value);