InfoBridge.SuperLinq
1.0.6
See the version list below for details.
dotnet add package InfoBridge.SuperLinq --version 1.0.6
NuGet\Install-Package InfoBridge.SuperLinq -Version 1.0.6
<PackageReference Include="InfoBridge.SuperLinq" Version="1.0.6" />
paket add InfoBridge.SuperLinq --version 1.0.6
#r "nuget: InfoBridge.SuperLinq, 1.0.6"
// Install InfoBridge.SuperLinq as a Cake Addin #addin nuget:?package=InfoBridge.SuperLinq&version=1.0.6 // Install InfoBridge.SuperLinq as a Cake Tool #tool nuget:?package=InfoBridge.SuperLinq&version=1.0.6
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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | 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. |
-
- FastMember.Signed (>= 1.1.0)
- Remotion.Linq (>= 2.1.1)
- SuperOffice.NetServer.Services (>= 8.3.6718.18)
- System.Collections (>= 4.0.11)
- System.Diagnostics.Debug (>= 4.0.11)
- System.Linq (>= 4.1.0)
- System.Linq.Expressions (>= 4.1.0)
- System.Linq.Queryable (>= 4.0.1)
- System.ObjectModel (>= 4.0.12)
- System.Reflection (>= 4.1.0)
- System.Reflection.Extensions (>= 4.0.1)
- System.Runtime (>= 4.1.0)
- System.Runtime.Extensions (>= 4.1.0)
- System.Threading (>= 4.0.11)
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 | 751 | 6/8/2020 | |
1.0.31 | 573 | 5/18/2020 | |
1.0.30 | 521 | 4/22/2020 | |
1.0.29 | 571 | 3/31/2020 | |
1.0.28 | 638 | 3/11/2020 | |
1.0.27 | 632 | 2/19/2020 | |
1.0.26 | 641 | 1/13/2020 | |
1.0.25 | 684 | 11/22/2019 | |
1.0.24 | 646 | 10/30/2019 | |
1.0.23 | 673 | 10/14/2019 | |
1.0.22 | 606 | 9/6/2019 | |
1.0.21 | 622 | 9/5/2019 | |
1.0.20 | 568 | 7/17/2019 | |
1.0.19 | 638 | 6/6/2019 | |
1.0.18 | 610 | 5/16/2019 | |
1.0.17 | 635 | 4/15/2019 | |
1.0.16 | 626 | 3/25/2019 | |
1.0.15 | 709 | 2/20/2019 | |
1.0.14 | 700 | 2/14/2019 | |
1.0.13 | 720 | 1/18/2019 | |
1.0.12 | 706 | 12/17/2018 | |
1.0.11 | 755 | 11/7/2018 | |
1.0.10 | 841 | 10/10/2018 | |
1.0.9 | 877 | 9/24/2018 | |
1.0.8 | 895 | 8/29/2018 | |
1.0.7 | 917 | 7/20/2018 | |
1.0.6 | 1,031 | 5/29/2018 | |
1.0.5 | 1,166 | 4/11/2018 | |
1.0.4 | 995 | 11/1/2017 | |
1.0.3 | 1,095 | 4/21/2017 | |
1.0.2 | 1,059 | 12/28/2016 | |
1.0.1 | 1,149 | 11/10/2016 | |
1.0.0 | 1,143 | 11/1/2016 |
1.0.6
Added SuperOffice 8.3 R01 tables and updated SuperOffice NuGet Packages to 8.1 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