[Info] Change in Library Structure (nuBuilder 4.7.x)
Posted: Thu May 15, 2025 4:37 am
Starting from nuBuilder version 4.7.x, all third-party libraries have been moved from core/libs to a new top-level folder: /third_party.
Why this change?
Easier core updates: Third-party libraries often don’t need updating. Keeping them separate makes replacing the core folder simpler and cleaner.
Better separation of concerns: Clearer distinction between nuBuilder’s own code and external dependencies.
Improved code search: You can now search the core folder without needing to exclude unrelated third-party code.
This structural change is aimed at improving maintainability and developer experience.
If you experience any unexpected issues, please create a post in the General forum.

Easier core updates: Third-party libraries often don’t need updating. Keeping them separate makes replacing the core folder simpler and cleaner.
Better separation of concerns: Clearer distinction between nuBuilder’s own code and external dependencies.
Improved code search: You can now search the core folder without needing to exclude unrelated third-party code.
This structural change is aimed at improving maintainability and developer experience.
