Calling functions contained in a .NET Framework class library from Delphi has been solved long ago.
But we now have .NET Core and .NET Standard class libraries and would like know if using these in a Delphi project can be done. I'm not sure where to start or whether it is worth it. Obviously I can rebuild this library for .NET Framework but do I HAVE to do it this way?