feat: scaffold SpamGuard solution with project structure

This commit is contained in:
2026-04-07 11:35:41 +01:00
commit 75dd1662b2
10 changed files with 575 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
namespace SpamGuard.Tests;
public class UnitTest1
{
[Fact]
public void Test1()
{
}
}