Dear all,
Based on this announcement, there are a few questions:
- Is it mandatory to install the .NET 6 with PB 2022 R2 standalone compiler (PBAutoBuild220.exe)?
- Is it mandatory to install the .NET 6 with PB 2022 R2 IDE?
- How does the .NET 6 components should deliver to end users (AKA customers that are using applications that been created by PB 2022 R2)?
- Does .NET 6 included on the PB packager? Should i enforce my users to install .NET 6 (my policy is not include 3rd party on my setup, but ask it as prerequisite)?
- How all security vulnerabilities of the .NET 6 should be handled? - adding picture to illustrate it, security vulnerabilities of .net 6 should be handled by Appeon as the ones that installed it?
So, at least regarding the DLL importer (import C# DLL), as long as I work on .netFrameWork (4.8), I will use the LoadWithDotNetFrameWork()
Yes, I myself did manage to get a DLL that uses .Net Framework 4.7 to work with "LoadWithDotNet", but that's a very simple DLL without any third party dependencies.
regards.