Synergex.SynergyDE.synrnt 10.3.3000

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.3000
NuGet\Install-Package Synergex.SynergyDE.synrnt -Version 10.3.3000
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.3000" />
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.3000
#r "nuget: Synergex.SynergyDE.synrnt, 10.3.3000"
#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.3000

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

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 is compatible.  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. 
.NETPlatform dotnet is compatible. 
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.ddlib

SynergyDE XML API package.

Synergex.SynergyDE.synxml

SynergyDE XML API package.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
12.3.1.1014 422 3/8/2024
12.2.1.1010 640 12/15/2023
12.2.1.1008 356 11/13/2023
12.2.1.1007 756 8/9/2023
12.2.1.1003 5,909 11/18/2022
12.1.1.3292 122 5/24/2023
12.1.1.3283 573 9/20/2022
12.1.1.3278 1,124 4/1/2022
12.0.1.3275 3,778 2/15/2022
12.0.1.3274 1,053 12/13/2021
12.0.1.3272 462 9/10/2021
11.1.1100 1,375 8/30/2022
11.1.1090 1,564 11/19/2021
11.1.1081 450 10/20/2021
11.1.1080 924 7/16/2021
11.1.1070 2,365 2/26/2021
11.1.1060 16,930 9/22/2020
11.1.1050 3,792 7/14/2020
11.1.1040 692 6/11/2020
11.1.1031 13,105 3/25/2020
11.1.1030 2,875 1/29/2020
11.1.1020 757 12/19/2019
11.1.1010 876 11/8/2019
11.1.1000 13,413 10/1/2019
11.0.4001-beta1 445 8/30/2019
10.3.3072 2,515 3/1/2019
10.3.3071 785 2/13/2019
10.3.3060 16,478 9/22/2018
10.3.3050 1,708 3/9/2018
10.3.3040 1,036 10/23/2017
10.3.3030 1,347 5/9/2017
10.3.3021 1,309 3/7/2017
10.3.3020 1,512 12/9/2016
10.3.3010 1,498 7/19/2016
10.3.3000 1,449 5/23/2016
10.3.2001-beta17 1,073 3/23/2016
10.3.1021 1,902 12/1/2015
10.3.1020 2,487 8/12/2015
10.3.1011 1,430 5/7/2015
10.3.1002 1,588 4/6/2015
10.3.1001 1,541 3/4/2015
10.3.1001-beta19 1,211 3/4/2015
10.3.1000 1,500 11/21/2014
10.2.5001-beta2 1,003 10/6/2014
10.2.5001-beta1 1,020 9/19/2014
10.2.5000 1,205 9/19/2014
10.2.3091-beta6 1,008 9/12/2014
10.2.3091-beta5 1,012 9/11/2014
10.2.3091-beta4 960 9/11/2014
10.2.3091-beta2 1,011 8/21/2014
10.2.3091-beta1 1,031 8/21/2014
10.2.3090-beta1 908 8/14/2014

-- To support large XML documents, we added %HANDLE_FROM_STRING
to enable you to create a memory handle from a String object:

   <str> = %string_from_handle(<hnd>)
  
and %STRING_FROM_HANDLE to enable you to create a String object
from a memory handle:

   <hnd> = %handle_from_string(<str> [, DM_STATIC])
 
[tr#34311]

-- We made a number of enhancements to Select and related classes
to enable you to create simple joins in a way that is similar to
SQL92 join syntax. See the entry for tr#35559 in rel_dbl.txt for
more information. [tr#35559]

-- We improved the performance of concurrent read operations when
the same ISAM file is accessed across threads and processes. In
testing, we have observed between 10% and 50% improvement with
some configurations, with even greater improvements when using
SSD drives. [tr#36276]

-- We improved Synergy .NET support for low-level windows so
that these windows are no longer limited to 80 or 132 columns
when resizing window width. (Low-level windows are created with
the Synergy windowing API, which for Synergy .NET is based on
the UNIX code base for Synergy DBL.) [tr#36218]

-- We improved the performance of arithmetic functions for the d
and i data types. [tr#33639]

-- By default, xfServer connections are assigned to different
AppDomains, even if your program doesn't include a call to
S_SERVER_THREAD_INIT. THIS CHANGE MAY BREAK YOUR CODE. As a result
of this change, if your program calls S_SERVER_THREAD_INIT, it
must also explicitly call S_SERVER_THREAD_SHUTDOWN to ensure the
xfServer connection is closed. [tr#34798]

-- In versions 10.1.1 through 10.3.1b, the runtime would sometimes
leak memory if an OPEN statement failed but the file existed. This
has been corrected. [tr#36424]

-- If the SQL Connection function %SSC_MOVE was called for a
cursor in an error state, a segmentation fault would sometimes
occur. This has been corrected. An E_TOOFEWVAR error is now
reported. [tr#36346]

-- MERGE now correctly combines remote files. Previously, the
first file specified for a MERGE was used, but other remote files
for the MERGE were omitted. (For each of these other files, the
MERGE added another copy of the first file to the output.)
[tr#36291]

-- Previously, a Select with Where.In(key1, val1, val2, ...),
where the key and the values were alpha, would fail to return
matches for values with fewer than the maximum number of digits
for the key (e.g., "   123"). This has been corrected. [tr#36227]

-- Changing the Select locking behavior by using Q_MANUAL_LOCK in
the From constructor no longer causes non-matching records to
remain locked. [tr#36197]

-- Calling READS after opening a pipe with the O mode for OPEN
no longer causes a "signal trap/segmentation violation" error.
The FILOPT error is now generated in this situation. [tr#36168]

-- Previously, EOF was not trapped for an ACCEPT statement with
an I/O error list. This has been corrected. [tr#36157]

-- Previously, the Select class would sometimes return partial
results or cause a segmentation fault when a Where expression
contained one or more .or. clauses. This has been corrected.
[tr#36127]

-- Attempting to create an ISAM file from an XDL file (using
bldism or fconvert) when specifying a key as an autokey
(SEQUENCE, TIMESTAMP, or CREATESTAMP) caused a BADKEY error
("AUTOKEYS cannot be segmented") with bldism or an "Invalid
XDL/FDL file" error with fconvert if the last key definition
was not the autokey but was segmented. This has been corrected.
[tr#36144]