Skip to content

Commit 3fd8d27

Browse files
committed
Added latest ServiceStack .dlls and refactor to support new ConfigureHost signature
1 parent 2c3e7a7 commit 3fd8d27

7 files changed

Lines changed: 2830 additions & 1 deletion

File tree

lib/ServiceStack.Common.dll

-512 Bytes
Binary file not shown.

lib/ServiceStack.Common.xml

Lines changed: 363 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/ServiceStack.Interfaces.dll

512 Bytes
Binary file not shown.

lib/ServiceStack.Interfaces.xml

Lines changed: 951 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/ServiceStack.XML

Lines changed: 1515 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/ServiceStack.dll

19.5 KB
Binary file not shown.

src/ServiceStack.ServiceInterface/Testing/TestBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ protected TestBase(string serviceClientBaseUri, params Assembly[] serviceAssembl
6767
var appHost = new TestAppHost(this);
6868
this.AppHost = appHost;
6969

70-
EndpointHost.ConfigureHost(this.AppHost, "TestBase", serviceAssemblies);
70+
EndpointHost.ConfigureHost(this.AppHost, "TestBase", new ServiceManager(serviceAssemblies));
7171

7272
EndpointHost.ServiceManager = appHost.Config.ServiceManager;
7373
}

0 commit comments

Comments
 (0)