More edge cases

This commit is contained in:
TheXamlGuy
2024-05-26 14:51:25 +01:00
parent 859d16c85c
commit 307443e4ce
12 changed files with 59 additions and 56 deletions
+1 -1
View File
@@ -2,5 +2,5 @@
public record ItemConfiguration
{
public string? Name { get; set; } = "";
public string Name { get; set; } = "";
}