Vault 2025 Extension / .NET 8.0

Vault 2025 Extension / .NET 8.0

mwillia1
Enthusiast Enthusiast
752 Views
3 Replies
Message 1 of 4

Vault 2025 Extension / .NET 8.0

mwillia1
Enthusiast
Enthusiast

Has anyone gotten a Vault 2025 Extension to load using .NET "Core"?

 

If I take a working .NET Framework extension and convert it to .NET 8.0 with all the same assembly attribute and .vcet.config then nothing happens.  The extension never loads, and I don't get any errors.

 

I have tried with dotNameRuntime missing ("Any") and set to "Core".  Nothing seems to help.

 

Is there another trick I'm missing?

 

This goes for Explorer Extensions and Job Handler Extensions.

 

Thanks,

0 Likes
753 Views
3 Replies
Replies (3)
Message 2 of 4

Markus.Koechl
Autodesk
Autodesk

Vault Explorer and Job Handler extensions continue consuming .NET Framework. The .NET Core SDK is added to support application extensions that moved to .NET Core like Inventor or AutoCAD 2025. See more details and background information in my Blog-Post: https://blogs.autodesk.com/vault/2024/04/autodesk-vault-2025-sdk-breaking-news/.



Markus Koechl

Solutions Engineer PDM, Autodesk Central Europe
0 Likes
Message 3 of 4

mfoster9TD82
Advocate
Advocate

Does this mean that a Vault Explorer extension project using the IExplorerExtension interface cannot be a .net core project?

0 Likes
Message 4 of 4

Markus.Koechl
Autodesk
Autodesk

@mfoster9TD82: Yes, Vault Explorer 2025 extensions (including custom jobs) continue using the .NET Framework. Please, visit the feedback portal to get more details on future changes.



Markus Koechl

Solutions Engineer PDM, Autodesk Central Europe