InfoBridge.SuperLinq 1.0.20

There is a newer version of this package available.
See the version list below for details.
dotnet add package InfoBridge.SuperLinq --version 1.0.20
                    
NuGet\Install-Package InfoBridge.SuperLinq -Version 1.0.20
                    
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="InfoBridge.SuperLinq" Version="1.0.20" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="InfoBridge.SuperLinq" Version="1.0.20" />
                    
Directory.Packages.props
<PackageReference Include="InfoBridge.SuperLinq" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add InfoBridge.SuperLinq --version 1.0.20
                    
#r "nuget: InfoBridge.SuperLinq, 1.0.20"
                    
#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.
#addin nuget:?package=InfoBridge.SuperLinq&version=1.0.20
                    
Install InfoBridge.SuperLinq as a Cake Addin
#tool nuget:?package=InfoBridge.SuperLinq&version=1.0.20
                    
Install InfoBridge.SuperLinq as a Cake Tool

Primarily SuperLinq is a LINQ provider for the NetServer Web Services, more specially for the ArchiveAgent. By default it utilizes the dynamic archive provider to query any table in the SuperOffice database but it can actually be used to query any archive provider.

Product Compatible and additional computed target framework versions.
.NET Framework net471 is compatible.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.32 803 6/8/2020 1.0.32 is deprecated because it is no longer maintained.
1.0.31 601 5/18/2020
1.0.30 550 4/22/2020
1.0.29 601 3/31/2020
1.0.28 667 3/11/2020
1.0.27 661 2/19/2020
1.0.26 671 1/13/2020
1.0.25 714 11/22/2019
1.0.24 676 10/30/2019
1.0.23 702 10/14/2019
1.0.22 637 9/6/2019
1.0.21 654 9/5/2019
1.0.20 606 7/17/2019
1.0.19 669 6/6/2019
1.0.18 642 5/16/2019
1.0.17 665 4/15/2019
1.0.16 656 3/25/2019
1.0.15 743 2/20/2019
1.0.14 733 2/14/2019
1.0.13 755 1/18/2019
1.0.12 739 12/17/2018
1.0.11 803 11/7/2018
1.0.10 888 10/10/2018
1.0.9 927 9/24/2018
1.0.8 945 8/29/2018
1.0.7 986 7/20/2018
1.0.6 1,135 5/29/2018
1.0.5 1,281 4/11/2018
1.0.4 1,075 11/1/2017
1.0.3 1,176 4/21/2017
1.0.2 1,136 12/28/2016
1.0.1 1,271 11/10/2016
1.0.0 1,222 11/1/2016

1.0.20
Added SuperOffice 8.5 R03 database changes and updated SuperOffice NuGet Packages to 8.5 R03 (8.5.7121.17)

1.0.19
Added SuperOffice 8.5 R02 database changes and updated SuperOffice NuGet Packages to 8.5 R02 (8.5.7093.18)
Added comment in keys.config.default to clarify usage of USEC for login with SuperId accounts
Added exclusion of several custom tables, which is not detectable anymore using the previous methods

1.0.18
Added SuperOffice 8.5 R01 database changes and updated SuperOffice NuGet Packages to 8.5 R01 (≈ 8.5.7072.907)
Added support for new data type: Int array

1.0.17
Added SuperOffice 8.4 R08 database changes and updated SuperOffice NuGet Packages to 8.4 R08 (≈ 8.4.7038.15)

1.0.16
Added SuperOffice 8.4 R07 database changes and updated SuperOffice NuGet Packages to 8.4 R07 (8.4.7013.18)

1.0.15
Added SuperOffice 8.4 R06 database changes and updated SuperOffice NuGet Packages to 8.4 R06 (8.4.6981.14)

1.0.14
Added SuperOffice 8.4 R05 database changes and updated SuperOffice NuGet Packages to 8.4 R05 (8.4.6964.18)

1.0.13
Added support for loading column configuration from a custom class by specifiying a configProviderClass in ColumnInfo

1.0.12
Updated SuperOffice NuGet Packages to 8.4.6907.14 ≈ 8.4 R04 (which is 8.4.6915.14)

1.0.11
Added SuperOffice 8.4 R03 database changes and updated SuperOffice NuGet Packages to 8.4 R03 (8.4.6883.1105)

1.0.10
Added SuperOffice 8.4 R02 changes and updated SuperOffice NuGet Packages to 8.4 R02 (8.4.6850.14)
Added optional parameters to Queryable and SimpleQueryable contructors to specify which entities should be fetched from the SuperOffice archive

1.0.9
Updated SuperOffice NuGet Packages to 8.4 R01 (8.4.6837.1220)

1.0.8
Added SuperOffice 8.3 R04 changes and updated SuperOffice NuGet Packages to 8.3 R04 (8.3.6810.15)
Updated solution projects to .NET Framework 4.7.1

1.0.7
Added SuperOffice 8.3 R02 changes and updated SuperOffice NuGet Packages to 8.3 R02 (8.3.6746.16)

1.0.6
Added SuperOffice 8.3 R01 tables and updated SuperOffice NuGet Packages to 8.3 R01 (8.3.6718.18)

1.0.5
Added SuperOffice 8.2 R04 tables and updated SuperOffice NuGet Packages to 8.2 R04 (8.2.6642.1034)

1.0.4
Added SuperOffice 8.1 tables and updated SuperOffice NuGet Packages to 8.1
Split up parser from ArchiveManager so it can be used to parse any Archive Provider result set
Fixed multithreated initialization issue
Fixed issue with OrderBy on overridden properties that could take incorrect tablename of base class

1.0.3
Support for nullable checks and removed references to 7.5 proxies
   
1.0.2
Small bug fixes, documentation and a better base interface for models

1.0.1
fix for issue #1 utc conversion was used when not enabled

1.0.0
Initial release