eXpandFramework / eXpand

DevExpress XAF (eXpressApp) extension framework. 𝗹𝗶𝗻𝗸𝗲𝗱𝗶𝗻.𝗲𝘅𝗽𝗮𝗻𝗱𝗳𝗿𝗮𝗺𝗲𝘄𝗼𝗿𝗸.𝗰𝗼𝗺, 𝘆𝗼𝘂𝘁𝘂𝗯𝗲.𝗲𝘅𝗽𝗮𝗻𝗱𝗳𝗿𝗮𝗺𝗲𝘄𝗼𝗿𝗸.𝗰𝗼𝗺 and 𝘁𝘄𝗶𝘁𝘁𝗲𝗿 @𝗲𝘅𝗽𝗮𝗻𝗱𝗳𝗿𝗮𝗺𝗲𝘄𝗼𝗿𝗸 and or simply 𝗦𝘁𝗮𝗿/𝘄𝗮𝘁𝗰𝗵 this repository and get notified from 𝗚𝗶𝘁𝗛𝘂𝗯
http://expand.expandframework.com
Microsoft Public License
222 stars 115 forks source link

First try to build repository locally #881

Closed vimarx closed 11 months ago

vimarx commented 3 years ago

Hi, this is my first attempt to rebuild locally the lab repository

the rebuild option of vs fails

' 1>Downloading runtime.native.System 4.3.1 1>Downloading System.Text.RegularExpressions 4.3.1 1>Something went wrong while downloading DevExpress.ExpressApp.TreeListEditors.Web 21.1.5 1>Message: The package DevExpress.ExpressApp.TreeListEditors.Web 21.1.5 can't be found in C:\Program. (The directory doesn't exist.) 1>Please check the feed definition in your paket.dependencies file. ' Dx is installed in the default path, but paket restore is having some issues with the space in the path.

apobekiaris commented 3 years ago

paket.dependecies needs to modified to match your sources

here how azure does it

https://github.com/eXpandFramework/eXpand/blob/230ec8a0a8b5ada2b18aa7c1d26513047cd10a53/.github/Azure-pipeline.yml#L33

apobekiaris commented 3 years ago

so use your DXApiFeed instead

apobekiaris commented 3 years ago

also to clarify a bit more for all, if the build does not pass on azure it most problably won't work in your local machine although it worked on mine

expand commented 11 months ago

Closing issue for age. Feel free to reopen it at any time.

.Thank you for your contribution.