##// 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.csproj
26 lines | 1.3 KiB | text/plain | TextLexer
cin
refactoring, moving to dotnercore, simplifying promises
r240 <Project Sdk="Microsoft.NET.Sdk">
cin
small fixes
r2 <PropertyGroup>
cin
Implab.Diagnostics drafts
r253 <Authors>Sergey Smirnov</Authors>
<Title>Implab library</Title>
<Description>Provides some helper clesses like XML serialization helpers, JSON XML reader,
JSON pull-parser, ECMA-style promises, lightweight synchonization routines Signal
and SharedLock, Trace helpers on top of System.Diagnostics, ObjectPool etc.
</Description>
cin
Fixed promise rejection when there is not specified error handler in the reaction....
r295 <Copyright>2012-2021 Sergey Smirnov</Copyright>
<Version>3.0.16</Version>
cin
sync
r291 <PackageLicenseUrl>https://bitbucket.org/wozard/implabnet/src/v3/Implab/license.txt</PackageLicenseUrl>
<PackageProjectUrl>https://bitbucket.org/wozard/implabnet</PackageProjectUrl>
<RepositoryUrl>https://bitbucket.org/wozard/implabnet</RepositoryUrl>
cin
minor fixes
r260 <RepositoryType>mercurial</RepositoryType>
<PackageTags>IMPLAB;Json pull-parser;Json Xml;async;diagnostics;serialization;</PackageTags>
cin
Adde workaround to the behaviour of the logical operations stack in conjuction...
r255 <TargetFrameworks>netstandard2.0;net46</TargetFrameworks>
<FrameworkPathOverride Condition="'$(TargetFramework)'=='net46' and '$(OSTYPE)'=='linux'">/usr/lib/mono/4.5/</FrameworkPathOverride>
<DefineConstants Condition="'$(TargetFramework)'=='net46'">NETFX_TRACE_BUG;$(DefineConstants)</DefineConstants>
cin
Added implab nuget spec
r234 </PropertyGroup>
cin
refactoring, moving to dotnercore, simplifying promises
r240
cin
Added XmlToJson xsl transformation....
r264 <ItemGroup>
cin
Fixed promise rejection when there is not specified error handler in the reaction....
r295 <EmbeddedResource LogicalName="Implab.Xml.json.xsl" Include="src\Xml\json.xsl"/>
cin
Added XmlToJson xsl transformation....
r264 </ItemGroup>
cin
refactoring, moving to dotnercore, simplifying promises
r240 </Project>