Updating Boilerplate to newer versions #10793
-
I'm currently working on an old code base, which is using BitPlatform boilerplate older versions, The question is:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Upgrading BitPlatform Boilerplate from Version X to Y Upgrading the BitPlatform boilerplate from one version (e.g., 9.7.3) to another (e.g., 9.7.4) can be challenging, but it’s worth the effort due to the numerous new features and improvements added to your project.
By performing the upgrade in a separate directory and carefully merging changes, you can safely update your project. |
Beta Was this translation helpful? Give feedback.
Upgrading BitPlatform Boilerplate from Version X to Y
Upgrading the BitPlatform boilerplate from one version (e.g., 9.7.3) to another (e.g., 9.7.4) can be challenging, but it’s worth the effort due to the numerous new features and improvements added to your project.
To avoid issues, we recommend not letting too much time pass between upgrades, as frequent updates reduce the complexity of merging changes.
We’ve worked to simplify upgrades by moving much of the code into reusable packages like
Bit.BlazorUI
,Bit.Bswup
,Bit.Butil
, andBit.Besql
, which streamline integration and reduce conflicts.The following process should not be performed in your actual project folder to avoid accidental ov…