sapco2 1.2.0.1

dotnet add package sapco2 --version 1.2.0.1
NuGet\Install-Package sapco2 -Version 1.2.0.1
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="sapco2" Version="1.2.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add sapco2 --version 1.2.0.1
#r "nuget: sapco2, 1.2.0.1"
#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 sapco2 as a Cake Addin
#addin nuget:?package=sapco2&version=1.2.0.1

// Install sapco2 as a Cake Tool
#tool nuget:?package=sapco2&version=1.2.0.1

license Nuget Nuget-download

Multi Build And Test ( Net5.0, Core3.1, Core2.1 )

Türkçe Dökümantasyon Full Documentation

SapCo2 (SAP Connector Core)

We tried to design SAPCO2 as a library for data processing over SAP in the simplest and fastest way. We focused on quick use, simplifying it as much as possible.

Referenced by SapNwRfc and NwRfcNet projects that were previously developed during the development phase. I recommend that you take a look at these two projects before examining the project. Especially the Wrapper parts have emerged by combining the common aspects of the two projects.

SapCo2 is support .Net Core, Net 5 ve .Net Frameworks.

Requiretment

Our library needs .dll files developed with C ++ in SAP NetWeaver RFC Library 7.50 SDK. For the installation of the relevant SDK package and more: You can refer to the official page of: sparkles: SAP.

After obtaining the relevant SKD (requires an SAP licensed account from you);

  • Extract your zip file to a directory of your own and show the lib directory in the files you extract to the environment variable PATH (Windows), LD_LIBRARY_PATH (Linux), DYLD_LIBRARY_PATH (MacOS) according to your operating system.
  • or directly copy the contents of the lib folder to your output directory.

To use the SDK package in the Windows operating system, you must install the 64-bit version of Visual C ++ 2013 redistributable package.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework 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 was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on sapco2:

Package Downloads
DCMS.Module.CRM.Infrastructure

DCMS Module CRM(CRM同步套件) - Infrastructure

DCMS.Module.CRM.Application

DCMS Module CRM(CRM同步套件) - Application

DCMS.Module.Archive.Application

DCMS Module Archive(基础档案) - Application

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.0.1 87,200 8/5/2021
1.0.0.6 2,997 12/2/2020
1.0.0.5 25,364 8/13/2020
1.0.0.4 922 8/13/2020
1.0.0.3 988 8/13/2020
1.0.0.2 981 8/13/2020
1.0.0.1 903 8/12/2020
1.0.0-Beta.6 229 8/10/2020
1.0.0-Beta.5 250 8/6/2020
1.0.0-Beta.4 250 8/6/2020
1.0.0-Beta.3 253 8/6/2020
1.0.0-Beta.2 264 8/6/2020
1.0.0-beta.1 239 8/6/2020
1.0.0-Alpha.1 217 8/12/2020

# 1.2.0.1 Changeset
- Usage simplified
- Improved Meta DATA information of RFC and BAPI definitions,
- Added connection pool support
- Added multi-connection support
- Changed the connection configuration structure
- Changed function calls
- Example projects expanded