ptran
(Phat Tran)
29 April 2024 03:16
1
Hi All,
Thank you for stopping by and reading my post. I am a newbie in this community so please let me know if I miss anything. Nice to meet you all!
I’ve been researching to use xUnitRevit for my Revit plugins. As we know that the Revit 2025 API requires the .net 8 upgraded plugins, my question is if the xUnitRevit framework supports it or not?
Hope you all have a nice day!
jonathon
(Jonathon)
29 April 2024 04:50
2
It has not been revised nor tested to work with 2025.
We multi-version release xUnitRevit and both the runner and utils projects for all versions up to 2024 are targeting Net4.8. All also rely on the Speckle.Revit.API
nuget we publish, which would include the relevant Revit dlls.
That said, if you clone the repo, copy a new 2025 directory for the two components, change the target framework and add dependency references to your local Revit dlls you are welcome to try, test, confirm and contribute.
All PRs are welcome!!!
1 Like
ptran
(Phat Tran)
28 August 2024 07:59
3
Hi Team,
As your contribution guides, I created a request in the repo for this matter. Thank you.
opened 07:58AM - 28 Aug 24 UTC
enhancement
question
<!---
Provide a short summary in the Title above. Examples of good Issue titl… es:
* "Enhancement: Connector for Minecraft"
* "Enhancement: Web viewer should support tesseracts"
-->
## Prerequisites
<!---
Please answer the following questions before submitting an issue.
-->
- [x] I read the [contribution guidelines](https://github.com/specklesystems/speckle-server/blob/main/CONTRIBUTING.md)
- [x] I checked the [documentation](https://speckle.guide/) and found no answer.
- [x] I checked [existing issues](../issues?q=is%3Aissue) and found no similar issue.
- [x] I checked the [community forum](https://speckle.community/) for related discussions and found no answer.
- [x] I'm requesting the feature to the correct repository (see also [speckle-server](https://github.com/specklesystems/speckle-server), [speckle-sharp](https://github.com/specklesystems/speckle-sharp), [specklepy](https://github.com/specklesystems/specklepy), [speckle-docs](https://github.com/specklesystems/speckle-docs), and [others](https://github.com/orgs/specklesystems/repositories))
## What package are you referring to?
[xUnitRevit](https://github.com/specklesystems/xUnitRevit)
<!---
Is it related to the server (backend) only, or does this feature request relate to the frontend, viewer, objectloader or any other package?
-->
## Is your feature request related to a problem? Please describe.
Simply make xUnitRevit support Revit 2025. That would be a huge benefit to all Revit 2025 addin developers.
<!---
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
-->
## Describe the solution you'd like
<!---
A clear and concise description of what you want to happen.
-->
## Describe alternatives you've considered
<!---
A clear and concise description of any alternative solutions or features you've considered.
-->
## Additional context
<!---
Add any other context or screenshots about the feature request here.
Have you seen this feature implemented in any other software? Can you provide screenshots or links to video or documentation?
What works well about these existing features in other software? What doesn't work well?
-->
## Related issues or community discussions
https://speckle.community/t/does-xunitrevit-support-revit-2025-api-or-net-8-upgrade/10501
<!---
Is this feature request related to (but sufficiently distinct from) any existing issues?
Does this feature request require other features to be available beforehand?
Has this feature been discussed in the community forum, please link here? https://speckle.community/
-->