Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use PackageContentsParser and RevitAddInUtility #1

Open
ricaun opened this issue Jan 22, 2025 · 1 comment
Open

Use PackageContentsParser and RevitAddInUtility #1

ricaun opened this issue Jan 22, 2025 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@ricaun
Copy link
Member

ricaun commented Jan 22, 2025

Update DesignApplicationLoader.cs to use the PackageContentsParser and RevitAddInUtility Revit native packages.

This quarantine to follow the configuration inside the PackageContents.xml and point to the correct .addin file. After parse the .addin file check if is the assembly is already loaded, if not load the correct assembly and class.

@ricaun ricaun added enhancement New feature or request good first issue Good for newcomers labels Jan 22, 2025
@ricaun ricaun changed the title [Enhancement]: Use PackageContentsParser and RevitAddInUtility Use PackageContentsParser and RevitAddInUtility Jan 22, 2025
@ricaun
Copy link
Member Author

ricaun commented Jan 22, 2025

The packages below can be used to get the package Revit references.

<PackageReference Include="Nice3point.Revit.Api.RevitAddInUtility" Version="$(RevitVersion).*"/>
<PackageReference Include="Nice3point.Revit.Api.PackageContentsParser" Version="$(RevitVersion).*"/>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant