Synergex.SynergyDE.synrnt 10.3.1001

There is a newer version of this package available.
See the version list below for details.
dotnet add package Synergex.SynergyDE.synrnt --version 10.3.1001                
NuGet\Install-Package Synergex.SynergyDE.synrnt -Version 10.3.1001                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Synergex.SynergyDE.synrnt" Version="10.3.1001" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Synergex.SynergyDE.synrnt --version 10.3.1001                
#r "nuget: Synergex.SynergyDE.synrnt, 10.3.1001"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Synergex.SynergyDE.synrnt as a Cake Addin
#addin nuget:?package=Synergex.SynergyDE.synrnt&version=10.3.1001

// Install Synergex.SynergyDE.synrnt as a Cake Tool
#tool nuget:?package=Synergex.SynergyDE.synrnt&version=10.3.1001                

SynergyDE runtime package for MONO.

Product Compatible and additional computed target framework versions.
.NET net6.0-android was computed.  net7.0-android was computed.  net8.0-android was computed. 
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid is compatible. 
native native is compatible. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wpa81 is compatible. 
Windows Store win81 is compatible. 
Xamarin.iOS xamarinios is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on Synergex.SynergyDE.synrnt:

Package Downloads
Harmony.Core

HarmonyCore package that provides base runtime functionality

Synergex.SynergyDE.Build

SynergyDE build package for .Net Core and .Net Standard. Click the project URL for release note information.

Harmony.Core.Codegen

HarmonyCore package that provides Codegen helpers

Synergex.SynergyDE.synxml

SynergyDE XML API package.

Synergex.SynergyDE.ddlib

SynergyDE XML API package.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
12.4.1.1001 234 9/3/2024
12.3.1.1019 548 7/8/2024
12.3.1.1014 823 3/8/2024
12.2.1.1010 6,953 12/15/2023
12.2.1.1008 428 11/13/2023
12.2.1.1007 859 8/9/2023
12.2.1.1003 6,198 11/18/2022
12.1.1.3292 138 5/24/2023
12.1.1.3283 601 9/20/2022
12.1.1.3278 1,138 4/1/2022
12.0.1.3275 3,839 2/15/2022
12.0.1.3274 1,173 12/13/2021
12.0.1.3272 486 9/10/2021
11.1.1100 1,561 8/30/2022
11.1.1090 1,575 11/19/2021
11.1.1081 460 10/20/2021
11.1.1080 948 7/16/2021
11.1.1070 2,600 2/26/2021
11.1.1060 17,063 9/22/2020
11.1.1050 3,811 7/14/2020
11.1.1040 697 6/11/2020
11.1.1031 13,115 3/25/2020
11.1.1030 2,884 1/29/2020
11.1.1020 763 12/19/2019
11.1.1010 885 11/8/2019
11.1.1000 13,704 10/1/2019
11.0.4001-beta1 447 8/30/2019
10.3.3072 2,531 3/1/2019
10.3.3071 798 2/13/2019
10.3.3060 16,496 9/22/2018
10.3.3050 1,723 3/9/2018
10.3.3040 1,049 10/23/2017
10.3.3030 1,364 5/9/2017
10.3.3021 1,325 3/7/2017
10.3.3020 1,526 12/9/2016
10.3.3010 1,520 7/19/2016
10.3.3000 1,466 5/23/2016
10.3.2001-beta17 1,079 3/23/2016
10.3.1021 1,921 12/1/2015
10.3.1020 2,509 8/12/2015
10.3.1011 1,444 5/7/2015
10.3.1002 1,610 4/6/2015
10.3.1001 1,556 3/4/2015
10.3.1001-beta19 1,218 3/4/2015
10.3.1000 1,514 11/21/2014
10.2.5001-beta2 1,010 10/6/2014
10.2.5001-beta1 1,027 9/19/2014
10.2.5000 1,236 9/19/2014
10.2.3091-beta6 1,014 9/12/2014
10.2.3091-beta5 1,017 9/11/2014
10.2.3091-beta4 965 9/11/2014
10.2.3091-beta2 1,016 8/21/2014
10.2.3091-beta1 1,037 8/21/2014
10.2.3090-beta1 912 8/14/2014

See REL_DBL.TXT for information on runtime changes that apply to
both Synergy .NET and traditional Synergy.

-- We added support for thread-specific xfServer connections for
Mono platforms. [tr#35591]

-- We fixed several issues that had the potential to cause
threading problems for Select.OrderBy and record locking for the
WAIT I/O statement qualifier. [tr#35652]

-- Previously, the Select class returned the incorrect number of
records in certain cases because the system garbage collector
prematurely released Where condition data. This has been
corrected. [tr#35695]

-- Previously, if an application used multi-threaded access to
xfServer with connection recovery but without
S_SERVER_THREAD_INIT, an incorrect error code would sometimes be
returned or the application could lock up. This has been
corrected. [tr#35636]

-- We fixed a memory leak that occurred if you created an
AlphaEnumerator, used From (for the Select class) on the same
channel, and then closed the channel. [tr#35663]

-- Operations that assign unsigned integers (ushort or uint) to
decimals now result in positive numbers. [tr#35658]

-- If an ISAM file reaches a limit set with SIZE_LIMIT or
RECORD_LIMIT, FileFullException is now thrown. (Previously,
SynException was thrown.) [tr#35637]

-- Previously, the negative sign (-) was not shown for negative
values if you used ToString or an implicit string cast from an
implied decimal with 0 decimal places. This has been corrected.
[tr#35606]

-- Previously, an unhandled exception would in rare cases cause
the runtime to hang on shutdown. For example, this could happen
if you pressed CTRL+C while xfServer was reconnecting. This has
been corrected. [tr#35583]

-- Previously, a thread shutdown would sometimes cause a .NET
Framework segmentation fault after an I/O operation where the
channel that was last used had been closed on another thread.
This has been corrected. [tr#35575]

-- Characters in the unsigned byte range (128-255) now work on
Mono platforms. [tr#35570]

-- XCALL SETDFN did not support PATHs/logicals or work with
XCALL ISAMC. This has been corrected. [tr#35664]

-- If you used the Select class for a segmented key where the
order of the segments differed, some matching records would not
be returned. This has been corrected. [tr#35612]

-- Previously, no records would be returned if you used the
Select class with an order that was different than the specified
key and the comparison spanned more than one segment. This has
been corrected. [tr#35573]

-- We removed support for MonoTouch, which is no longer supported
by Apple. [tr#35667]

-- On Android and 32-bit iOS, using %DATE with an i8 variable
caused an arithmetic overflow exception. This has been corrected.
[tr#35654]