default options if null (#10)

This commit is contained in:
Adam Hathcock
2024-06-19 11:59:57 +01:00
committed by GitHub
parent c71fc31132
commit 1b93e37894
14 changed files with 26 additions and 24 deletions
@@ -6,5 +6,5 @@ namespace ProxyInterfaceConsumer.Http;
[Speckle.ProxyGenerator.Proxy(typeof(HttpClient), ImplementationOptions.ProxyBaseClasses)]
public partial interface IHttpClient : IHttpMessageInvoker { }
[Speckle.ProxyGenerator.Proxy(typeof(HttpMessageInvoker))]
[Speckle.ProxyGenerator.Proxy(typeof(HttpMessageInvoker), ImplementationOptions.None)]
public partial interface IHttpMessageInvoker { }