Move Mapster config to static constructors (#7)

This commit is contained in:
Adam Hathcock
2024-06-14 13:04:45 +01:00
committed by GitHub
parent a71073b377
commit 4303a788ab
25 changed files with 98 additions and 111 deletions
@@ -394,9 +394,8 @@ namespace ProxyInterfaceSourceGeneratorTests.Source
{
_Instance = instance;
_InstanceHttpMessageInvoker = instance;
}
}
}
#nullable restore