This Microservice proxy/wrapper assembly can be used to interface with the ILEusion web based microservice to make IBM i data interactions from .Net applications.
This .Net assembly is based on .Net standard so should work with .Net 4.6.1 and above or with .Net Core Version 2.0 and above on any platform, including IBMi Mono .Net.
The assembly will be able to be used with the following .Net application versions:
.Net Framework 4.6.1 and above.
.Net Core Version 2.0 and above.
.Net Framework 4.6.1 and above with Mono .Net on IBMi.
Other Mono .Net environments - Not sure about other Mono environments but since the DLL is pure C# it should work with all versions of Mono.
Download Nuget package from the Nuget site.
https://www.nuget.org/packages/ILEusionStd/1.0.1.3
Download Offline Nuget package and sample C# program from the releases page.
https://github.com/richardschoen/ILEusion-DotNet/releases
Info on ILEusion and associated IBM i projects required to use the .Net assembly.
ILEusion - IBM i accessible via HTTP or Db. (Based on ILEastic and noxDB)
Github link: https://github.com/sitemule/ILEusion
Web site: https://ileusion.com/
ILEAstic - An embedded application server for ILE on IBM i.
Github link: https://github.com/sitemule/ILEastic
noxDB - Not only XML. SQL,JSON and XML made easy for IBM i.
Github link: https://github.com/sitemule/noxDB