eXpand icon indicating copy to clipboard operation
eXpand copied to clipboard

Adding "eXpandLib" using nuget return error

Open neo-james opened this issue 4 years ago • 4 comments

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 ==========

`

neo-james avatar Jun 08 '21 23:06 neo-james

please use the packagereference format instead of the packages.config

apobekiaris avatar Jun 09 '21 05:06 apobekiaris

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

faludigabor avatar Jun 12 '21 07:06 faludigabor

packages.config is not supported use packagereference format instead

apobekiaris avatar Jun 12 '21 08:06 apobekiaris

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

faludigabor avatar Jun 16 '21 11:06 faludigabor

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

.Thank you for your contribution.

expand avatar Nov 11 '23 21:11 expand