We have a code base which is mostly .NET framework but we have new .NET core applications
We use .NET projects to facilitate RO DA clients that are then project dependencies on the client side.
The .NET projects are targeted for .NET framework 4.7.2
We now use clones of the .NET FW4.7.2 client projects that target .NET core 8 and that use the same sources via reference.
However when using DA the RemObjects code crashes in LinqRemoteDataAdapter for the .NET Core project.
One DataRequestCall parameter (aTableRequestInfoArray) does not have a DataType
See the debug screenshot
You can’t use .NET FW 4.x packages with .NET Core.
Correct usage: use nuget packages from C:\Program Files (x86)\RemObjects Software\Packages folder. in this case compiler will select correct .dll for your platform
I don’t understand your suggestion
You can see in my screenshot that C:\Program Files (x86)\RemObjects Software\Packages
is in the nuget source list.
What should I add/change?