Luiz Henrique Cassettari
Luiz Henrique Cassettari
This disable all methods? And enable the user to click to execute?
I now the Performance Adviser execute all rules when opened. 🙁  I didn't test with the new **LookupEngine** version.
> Native add-in isolation planned for feature Revit updates Interesting! Where did you get this file? If is the Revit Preview probably is better to share the link to the...
I was experimenting with `ILRepack` and decided to try in `RevitLookUp` to repack all dependencies inside the main `RevitLookup.dll` In the end only `RevitLookup.dll` and `RevitLookup.UI.dll` is available inside the...
> I don't really feel like this would make sense in Revit 2026 with a native isolation. What do you think? I guess you could not use `ILRepack` in Revit...
> So, Il-Repack is not compatible with the current code base. > > Blocked by: [gluck/il-repack#387](https://github.com/gluck/il-repack/issues/387) You don't need to repack the UI, because you already copy the whole project...
Interesting a lot of projects, maybe the way would be to have another project just to repack the references, like `RevitLookup.Extensions` with `Microsoft.Extensions.*` and `Serilog.*` and use that project as...
> A separate project is a bad way to go, the current implementation should not depend on whether Repack is used or not. Still it is an additional option, and...
My idea was to not include the any UI dll in the repack. This new patch looks really promising. Let's wait for the release 🙂
I noticed the Theme is not updating the current window, is similar like this issue: https://github.com/jeremytammik/RevitLookup/issues/194 Don't know if is because of the Repack version, but I Repack the `RevitLookup.UI.Playground`...