feat: bootstrap suitelink tag client codecs

This commit is contained in:
Joseph Doherty
2026-03-16 14:43:31 -04:00
commit 731bfe2237
30 changed files with 3429 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
namespace SuiteLink.Client.Tests;
public class UnitTest1
{
[Fact]
public void Test1()
{
Assert.True(true);
}
}