eXpandFramework / eXpand

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

Version conflict #1022

Closed merdiano closed 6 months ago

merdiano commented 11 months ago

𝗗𝗲𝘀𝗰𝗿𝗶𝗯𝗲 𝘁𝗵𝗲 𝗯𝘂𝗴 When installing eXpandExcellImporter.Win package (23.1.503, 23.1.501, 23.1.401) it conflicts with DevExpress.ExpressApp.CodeAnalysis 23.1.5

eXpandExcelImporter.Win 23.1.503 -> Xpand.Extensions 4.231.5 -> Microsoft.CodeAnalysis.CSharp 4.2.0 -> Microsoft.CodeAnalysis.Common (= 4.2.0)

DevExpress.ExpressApp.CodeAnalysis 23.1.5 -> Microsoft.CodeAnalysis.CSharp.Workspaces 3.3.1 -> Microsoft.CodeAnalysis.Common (= 3.3.1).

𝗧𝗼 𝗥𝗲𝗽𝗿𝗼𝗱𝘂𝗰𝗲

  1. craete xaf project with devex. version 23.1.5
  2. install nuget eXpandExcellImporter.Win package 23.1.503 𝗘𝘅𝗽𝗲𝗰𝘁𝗲𝗱 𝗯𝗲𝗵𝗮𝘃𝗶𝗼𝗿 package installed
apobekiaris commented 11 months ago

I am aware of the DevExpress.ExpressApp.CodeAnalysis problem therefore eXPand does not use it. Try remove it from your project b4 installing the nuget and let me know

odilbek84 commented 10 months ago

I had same problem, just deleted DevExpress.ExpressApp.CodeAnalysis, no more errors. (23.1.3)

apobekiaris commented 10 months ago

it is also possible to keep the DevExpress.CodeAnalysis if you install

<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.7.0" />
expand commented 6 months ago

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

.Thank you for your contribution.