chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:13:17 +08:00
commit 58ab8315aa
8961 changed files with 5602567 additions and 0 deletions
@@ -0,0 +1,11 @@
namespace Examples.testing{
[Guid("cf9a082f-490c-4b59-8a9a-eee161420d06")]
internal sealed class DemoProjectTests : Instance<DemoProjectTests>
{
[Output(Guid = "771dbcd5-b6a0-4888-a11b-f8cc71c362d4")]
public readonly Slot<string> Result = new Slot<string>();
}
}