Hi,
Last time I looked to call .NET libraries from PB. I checked that pbdotnetinvoker.dll library is only supported and compiled in .net 6. We have many libraries and frameworks in .NET 8. Is possible to call libraries compiled in .NET 8? Maybe I can get the sources of pbdotnetinvoker.dll library and rebuild it in .NET 8? I can't wait for the next version of PB (PB2025) :(.
Regards
Paweł
Maybe COM is a good solution, but I can call my .NET library directly. I would use TriggerEvent invoker for triggering events in PowerScript from .NET. Maybe is possible to clone or get sources of pbdotnetinvoker.dll library ?