Synergex.SynergyDE.synrnt 10.3.3030

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

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

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. 
.NETPlatform dotnet is compatible. 
MonoAndroid monoandroid is compatible. 
native native 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 259 3/8/2024
12.2.1.1010 636 12/15/2023
12.2.1.1008 347 11/13/2023
12.2.1.1007 722 8/9/2023
12.2.1.1003 5,769 11/18/2022
12.1.1.3292 120 5/24/2023
12.1.1.3283 571 9/20/2022
12.1.1.3278 1,116 4/1/2022
12.0.1.3275 3,752 2/15/2022
12.0.1.3274 1,016 12/13/2021
12.0.1.3272 462 9/10/2021
11.1.1100 1,310 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,310 2/26/2021
11.1.1060 16,822 9/22/2020
11.1.1050 3,792 7/14/2020
11.1.1040 692 6/11/2020
11.1.1031 13,055 3/25/2020
11.1.1030 2,868 1/29/2020
11.1.1020 753 12/19/2019
11.1.1010 872 11/8/2019
11.1.1000 13,409 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,477 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,416 5/7/2015
10.3.1002 1,578 4/6/2015
10.3.1001 1,532 3/4/2015
10.3.1001-beta19 1,200 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

For runtime fixes and enhancements specific to traditional
Synergy, see rel_dbl.txt.  

-- You can now pass a dynamic array of structures through XSUBR
with Synergy .NET. [tr#36807]

-- The Synergy .NET runtime now logs licensing errors to the dbs
event log. Note that "unknown source" will be logged for a
ClickOnce deployment if Synergy is not installed on the target
machine. [tr#36857]

-- When an error occurs in the windowing routines (for example,
W_AREA) and it's called from a method, the error reporting now
unmangles the method name instead of reporting the mangled
method name. We added an optional parameter to the ERRMOD routine
that (when it's non-zero and the error routine is a method)
causes the method name to return unmangled. If the value is 0 or
the parameter is not passed, the mangled name is returned. This
also applies to %DBL$ERRMOD. [tr#34310]

-- Explicit and implicit Select AND optimization now occurs when
ORs are present but not optimized for OR (like the keys used by
the ORs are different or non-keys) or Where.In() on a non-key.
Previously, no optimization occurred even though a key on the AND
side of the tree could be optimized. For AND optimization,
Where.Keynum() is now only required to override OR/In optimization
with AND optimization of the specified key. Also, AND must be on
top of the expression tree with only ANDs present on one side for
AND optimization to occur. (See the entry for tr#36601 in
rel_dbl.) Setting DBG_SELECT now displays an "OR+AND (OR on top) -
optimization cancelled" message when AND is not at the top and
the entire expression cannot be optimized. [tr#36989]

-- The SORT statement has been updated to make better use of
memory. SORT now determines optimal memory usage to avoid
excessive intermediate I/O with an upper ceiling limit of 4 MB
on UNIX and 64 MB on Windows. You can adjust the upper ceiling
by setting the new environment variable SORTMEMMAX=<kilobytes>
(the number of kilobytes that SORT should not exceed). A
significant performance improvement may occur when sorting
large files (with very large and/or many records, including tens
of millions). You must unset the existing SORTMEM environment
variable to enable this feature; if SORTMEM is set, it will
override the optimal memory feature. The Select class, which
uses SORT on large selections using Orderby.Ascending and
Orderby.Descending, will also use this feature, as will remote
SORT over xfServer. [tr#37060]

-- With the 32-bit 10.3.3b Synergy .NET runtime, a Select with a
Where expression that had a comparison against a null string
or "" would not match on a blank. This has been corrected.
[tr#36867]

-- With the Synergy .NET runtime, SRUN licenses were not freed
when an appdomain was exited. This has been corrected. [tr#36887]

-- A Synergy .NET Windows Service application will no longer hang
when the service is stopped during execution of the .NET
Framework OnStop method. [tr#36889]

-- Examining variables for a Synergy .NET application in Visual
Studio sometimes caused an "Invalid variable" error. This has
been corrected. [tr#36921]

-- In rare cases, an error (e.g., BadDigitException) caused by a
Select statement would be detected by a later statement. This has
been corrected. [tr#37051]

-- In versions 10.3.3 through 10.3.3b of the Synergy .NET
runtime, trapping a generated error in an appdomain would cause
an error in the default appdomain instead of the appdomain that
generated the error. This has been corrected. [tr#37052]

-- In 10.3.3b, a Join using a tag field did not correctly match
against the tag when the joined files were accessed via xfServer.
In addition, using a Sparse object caused xfServer to crash.
These have been fixed. [tr#36924]

-- In 9.5.1 through 10.3.3b, LPQUE with DBLOPT #22 set failed to
spawn dblpq.bat when run under dbr.exe. This has been fixed.
[tr#37010]

-- On a READ or FIND where no positioning argument was specified
(key specification, POSITION:, ^FIRST, ^LAST, RFA:, etc.), a READ
still occurred and a "Key not same" error was generated. A new,
more appropriate $ERR_INVRD error ("Invalid READ, %s") is now
generated. [tr#32446]