Add InterSystems.Data.IRISClient.dll to Nuget as a package?
Since .Net has a unified package manager system (Nuget.org) why doesn't Intersystems create and add a nuget package (.nupkg) containing the InterSystems.Data.IRISClient.dll file.
This would make it easier for external .net developers to obtain the package for creating tools and/or applications that utilize Iris/Iris4Health
Can Intersystems create a nuget package?
We're currently working on getting our .NET packages posted on NuGet, @Stefan Wittmann has the latest details.
We also currently ship both .dll and .nupkg files for each of our .NET projects with IRIS, so you can use those nupkg files in the meantime.
@Summer Myerson Thanks for the info. Does the container versions of iris also contain those? I looked at the durable volume and didnt see them.
The .NET IRIS dll files and nupkg files are located in the installation directory, in the dev folder. For containers, that would be /usr/irissys/dev/dotnet/bin.
Source: https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls...
@Summer Myerson @Stefan Wittmann Any update of the packages in nuget?
Looks like it's already there