mysteryx93 / HanumanInstitute.MvvmDialogs

Library simplifying the concept of opening dialogs from a view model when using MVVM
MIT License
173 stars 9 forks source link

Build howto #5

Closed KluDev closed 1 year ago

KluDev commented 2 years ago

It would be nice to have a build howto page.

Thanks

mysteryx93 commented 2 years ago

It's really just open the project and compile... is there anything causing issues?

KluDev commented 2 years ago

Yes, I have the folowing error if I use the build.ps1 script:

PS D:\Sources\HanumanInstitute.MvvmDialogs\build> .\build.ps1 Preparing to run build script... Running build script... The 'addin' directive is attempting to install the 'Cake.FileHelpers' package without specifying a package version number. More information on this can be found at https://cakebuild.net/docs/writing-builds/reproducible-builds/ It's not recommended, but you can explicitly override this warning by configuring the Skip Package Version Check setting to true (i.e. command line parameter "--settings_skippackageversioncheck=true", environment variable "CAKE_SETTINGS_SKIPPACKAGEVERSIONCHECK=true", read more about configuration at https://cakebuild.net/docs/running-builds/configuration/) Error: Failed to install addin 'Cake.FileHelpers'. PS D:\Sources\HanumanInstitute.MvvmDialogs\build>

There is an error with the install of 'Cake.FileHelpers' addin.

mysteryx93 commented 2 years ago

that build folder is probably remnants of the code-base I started from, it's not good. I'll have to delete that folder.

KluDev commented 2 years ago

OK, so please delete the folder. With VS it works.