##// 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:

r288:90cef6117ced v3
r295:28af686e24f7 default
Show More
Implab.Playground.csproj
27 lines | 869 B | text/plain | TextLexer
cin
Working on Unity xml configuration
r267 <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup Condition="'$(OSTYPE)'=='linux'">
cin
Added test for TraceRegistry
r287 <TargetFrameworks>netcoreapp2.0;;net46</TargetFrameworks>
cin
Working on Unity xml configuration
r267 <FrameworkPathOverride Condition="'$(TargetFramework)'=='net46'">/usr/lib/mono/4.6-api/</FrameworkPathOverride>
</PropertyGroup>
<PropertyGroup Condition="'$(OSTYPE)'=='windows'">
<TargetFrameworks>netcoreapp2.0;net46</TargetFrameworks>
</PropertyGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../Implab/Implab.csproj" />
<ProjectReference Include="..\Implab.ServiceHost\Implab.ServiceHost.csproj" />
</ItemGroup>
<ItemGroup>
cin
Added IObservable to TraceRegistry
r288 <PackageReference Include="Unity" Version="5.8.6" />
<PackageReference Include="System.Reactive" Version="4.0.0" />
cin
Working on Unity xml configuration
r267 </ItemGroup>
</Project>