Starting a Project with the New Revit 2025 .Net 8 API

Опубликовано: 22 Октябрь 2024
на канале: ValorVDC
1,175
23

Today, I'd like to talk to you about the Revit 2025 API moving from the.net framework to .net 8. Although starting a new project isn't that much different between the two frameworks. But one of the things I did notice is the new Visual Studio 2022 update [Version 17.9.6] changed a lot of the way the build events work, and this is something you might want to really pay attention to or become really surprised and wonder how to get it to work. I know it took me a day or two to figure it out. So, sit back, buckle your seat belts, and enjoy the ride as we dive into the Revit 2025 project setup.

Add a folder while using Build Events:
   • Build Events to Debug Revit while usi...