Completed
Last Updated: 09 Nov 2022 13:30 by ADMIN
Release R3 2022 SP1
Tonya
Created on: 20 Oct 2022 07:46
Type: Bug Report
1
ReferencedAssemblies are only resolvable by file name in NET 6 EUD
There is a behavioral difference between .NET Framework and .NET assembly loading, which results in inconsistent behavior in the .NET EUD. Currently, referenced assemblies can only be loaded by file name. (i.e. MyAssembly should be passed as MyAssembly.dll in the config). The former behavior (loading by name) should be enabled for better consistency.
0 comments