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

Adding "eXpandLib" using nuget return error #873

Closed neo-james closed 12 months ago

neo-james commented 3 years ago

trying to add package eXpandLib to Winforms project result in the following

`

Attempting to gather dependency information for package 'eXpandLib.21.1.301' with respect to project 'XafTest.Win', targeting '.NETFramework,Version=v4.7.2' Gathering dependency information took 1.07 min Attempting to resolve dependencies for package 'eXpandLib.21.1.301' with DependencyBehavior 'Lowest' Unable to resolve dependency 'akarnokd.reactive_extensions'. Source(s) used: 'nuget.org', 'DevExpress 21.1 Local', 'Microsoft Visual Studio Offline Packages'. Time Elapsed: 00:01:04.2016575 ========== Finished ==========

`

apobekiaris commented 3 years ago

please use the packagereference format instead of the packages.config

faludigabor commented 3 years ago

trying to add package eXpandLib to Winforms project result in the following

`

Attempting to gather dependency information for package 'eXpandLib.21.1.301' with respect to project 'XafTest.Win', targeting '.NETFramework,Version=v4.7.2' Gathering dependency information took 1.07 min Attempting to resolve dependencies for package 'eXpandLib.21.1.301' with DependencyBehavior 'Lowest' Unable to resolve dependency 'akarnokd.reactive_extensions'. Source(s) used: 'nuget.org', 'DevExpress 21.1 Local', 'Microsoft Visual Studio Offline Packages'. Time Elapsed: 00:01:04.2016575 ========== Finished ==========

`

Have you got this resolved ? I have the same issue . image tx, gabor

apobekiaris commented 3 years ago

packages.config is not supported use packagereference format instead

faludigabor commented 3 years ago

thanks took me a while that I need to convert the packaging in visual studio :) but worked ! g

expand commented 12 months ago

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

.Thank you for your contribution.