eXpand icon indicating copy to clipboard operation
eXpand copied to clipboard

Version conflict

Open merdiano opened this issue 1 year ago • 3 comments

𝗗𝗲𝘀𝗰𝗿𝗶𝗯𝗲 𝘁𝗵𝗲 𝗯𝘂𝗴 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

merdiano avatar Oct 03 '23 09:10 merdiano

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

apobekiaris avatar Oct 03 '23 09:10 apobekiaris

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

odilbek84 avatar Oct 26 '23 12:10 odilbek84

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

<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.7.0" />

apobekiaris avatar Nov 05 '23 16:11 apobekiaris

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

.Thank you for your contribution.

expand avatar Mar 05 '24 21:03 expand