Is there a specific reason why you're building the 7.3.0 branch? I'ts only 19% done and is in no way ready for prime-time at all if you're going to base a website on Umbraco.
The latest stable release is currently 7.2.1, which you can see on the download page - So that's the version you should download and use. You don't need to build Umbraco from the source unless you intend to modify the core for some reason, or make bugfixes in the core and submit pull requests for those to the core team.
But you can achieve the same thing by installing Umbraco using Nuget instead...there is no need to build from source. Whenever a new release is avaible you can upgrade using nuget
By building from source you won't have the latest version all the time and you manually need to download new versions an rebuild. It does not make any sense unless you're contributing to the core fixing bugfixes etc. :)
error in branch 7.3.0
When i builded project and run Umbraco.Web.Ui i saw error.
https://yadi.sk/i/EcWPsTn5egV58
Hi kodermax and welcome to our :)
Is there a specific reason why you're building the 7.3.0 branch? I'ts only 19% done and is in no way ready for prime-time at all if you're going to base a website on Umbraco.
The latest stable release is currently 7.2.1, which you can see on the download page - So that's the version you should download and use. You don't need to build Umbraco from the source unless you intend to modify the core for some reason, or make bugfixes in the core and submit pull requests for those to the core team.
Looking forward to hearing from you.
/Jan
Hello, thank you. I understood that run project Umbraco.Web.Ui 7.2.1 also call errors. But I used build.bat and that's ok.
Hi kodermax
But is there any specific reason to why you're building the source code?
/Jan
Only have a new features as soon as possible)
Hi Kodermax
But you can achieve the same thing by installing Umbraco using Nuget instead...there is no need to build from source. Whenever a new release is avaible you can upgrade using nuget
https://our.umbraco.org/documentation/Installation/install-umbraco-with-nuget
By building from source you won't have the latest version all the time and you manually need to download new versions an rebuild. It does not make any sense unless you're contributing to the core fixing bugfixes etc. :)
/Jan
Thanks for the help and tips.
is working on a reply...