Wisej.NET 4.0 Schedule Plan?

0
0

The roadmap page says that Wisej.NET 4 will be released in Q1.25. Now Q1.25 is already over. When will this version be available?

 

It is important for us that the Designer can run with .net8. I know that you can use the hybrid variant and also implement .net48 so that the Designer works. However, we have an application that runs with Informix and the .net core DLL can only work with .net8 and throws errors if .net48 is also implemented.

  • You must to post comments
0
0

Hi Ulrike,

we are in the final phase of the public beta for Wisej.NET 4.0 and it will be released on April 28th 2025.
We have updated our roadmap online.

Best regards
Frank

  • You must to post comments
0
0

Hi, you can differentiate the referenced component using
<ItemGroup Condition=”‘$(TargetFramework)’ == ‘net48′”>
The same can be done using #if pragma inside your code

#if NET

#endif

Then you can choose what version of your application lanch in debug..The start menu offer the .NET48 or the .NET8 version to start.

 

 

 

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.