Fix test harness casing and exclude test sources from app
This commit is contained in:
@@ -13,6 +13,6 @@ internal class StubHttpClientFactory : IHttpClientFactory
|
||||
|
||||
public HttpClient CreateClient(string name)
|
||||
{
|
||||
return new HttpClient(_handler, dispose: false);
|
||||
return new HttpClient(_handler, disposeHandler: false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user