Release date Pyrevit 2025

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 :wink:

  1. It’s perfectly fine to use that form of import.
  2. 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 the System.ComponentModel namespace) are moved to the System.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#…