##// END OF EJS Templates
Fixed promise rejection when there is not specified error handler in the reaction....
Fixed promise rejection when there is not specified error handler in the reaction. FIXED SPELLING IN THE XML CONTAINER CONFIGURATION signleton->singleton Code cleanup Update tests make them working on dotnet core

File last commit:

r295:28af686e24f7 default
r295:28af686e24f7 default
Show More
Implab.ServiceHost.Test.csproj
27 lines | 1.1 KiB | text/plain | TextLexer
/ Implab.ServiceHost.Test / Implab.ServiceHost.Test.csproj
cin
Added tests for Implab.ServiceHost.Unity configuration loader.
r289 <Project Sdk="Microsoft.NET.Sdk">
cin
Fixed promise rejection when there is not specified error handler in the reaction....
r295 <PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>
cin
Added tests for Implab.ServiceHost.Unity configuration loader.
r289
<ItemGroup>
cin
Fixed promise rejection when there is not specified error handler in the reaction....
r295 <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="1.3.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
cin
Added tests for Implab.ServiceHost.Unity configuration loader.
r289 <PackageReference Include="System.Reactive" Version="4.0.0" />
<ProjectReference Include="../Implab/Implab.csproj"/>
<ProjectReference Include="../Implab.ServiceHost/Implab.ServiceHost.csproj"/>
</ItemGroup>
<ItemGroup>
<None Include="data/**/*.*" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
cin
Fixed promise rejection when there is not specified error handler in the reaction....
r295 </Project>