Hi @hs0wkc, welcome to the community!
Please use the triple backticks (```) to enclose code and output messages for better readability; I’ve done it for you this time
- It’s perfectly fine to use that form of import.
- What was included in the .net framework
System.dll
is now split into multiple assemblies in .NET 8. In this case, the enum (and other things of theSystem.ComponentModel
namespace) are moved to theSystem.ComponentModel.TypeConverter.dll
assembly.
@dosymep @Jean-Marc should we track down everything that was included in the “old” libraries and add them to the assemblies to load? I wonder if we can bypass that list and provide all the loaded libraries directly from c#…