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

Updating from 19.2.6 to current version #923

Closed sergejoz closed 2 years ago

sergejoz commented 2 years ago

Hello! I wanted to update from 19.2.6 to current version and wanna ask what is the easiest way to do it? As i can see you dont use pwsh line to update anymore? how can i install all nuget packages to replace old refs in a big project? image

apobekiaris commented 2 years ago

as per video

https://github.com/eXpandFramework/Reactive.XAF/tree/master/src/Modules

apobekiaris commented 2 years ago

remove all existing deps first

apobekiaris commented 2 years ago

u wanna use the Xpand.ExpressApp container packages instead of the RX demoed in the video

@{Id=Xpand.XAF.Core.All; Version=4.212.8.8; Source=Lab} @{Id=Xpand.XAF.Web.All; Version=4.212.8.8; Source=Lab} @{Id=Xpand.XAF.Win.All; Version=4.212.8.8; Source=Lab}

apobekiaris commented 2 years ago

apologies I paste the RX containers the main container are

@{Id=eXpandAgnostic @{Id=eXpandWin @{Id=eXpandWed

sergejoz commented 2 years ago

Thank u for fast answer!

Tried to install a package to one of my modules and getting this:

Attempting to gather dependency information for package 'eXpandAgnostic.21.2.601' with respect to project 'VersionningModule', targeting '.NETFramework,Version=v4.7.2' Gathering dependency information took 17.63 sec Attempting to resolve dependencies for package 'eXpandAgnostic.21.2.601' with DependencyBehavior 'Lowest' Unable to resolve dependency 'akarnokd.reactive_extensions'. Source(s) used: 'nuget.org', 'Xpand', 'DevExpress 21.2 Local', 'Microsoft Visual Studio Offline Packages'. Time Elapsed: 00:00:18.2257395 ========== Finished ==========

Nvm, fixed with changing managment format to packagereference

sergejoz commented 2 years ago

I thought everythining is working but cant open Module or Module.Win model. Works fine in other modules. Didnt get any error, my VS just closes. Tried with clean project, get the same. Any suggestions?

apobekiaris commented 2 years ago

maybe try VS as Admin? to get more info

sergejoz commented 2 years ago

Already tried, nothing new

apobekiaris commented 2 years ago

try the standalone editor Xpand or XAF they pretty similar