DocxToSource icon indicating copy to clipboard operation
DocxToSource copied to clipboard

Unable To Build Main Branch

Open ggottemo opened this issue 11 months ago • 0 comments

Hello, not sure if this is still being actively worked on - but I am unable to build the main branch. Here's the steps I took:

  • Clone main branch
  • run git submodule update --init --recursive to update the submodule, seemed to pull the right commit.
  • Try to build: image

Text pasted below for easier reading:

0>------- Started building project: DocxToSource 0>DocxToSource.csproj: Error NU1605 : Warning As Error: Detected package downgrade: DocumentFormat.OpenXml from 3.0.1 to 2.14.0. Reference the package directly from the project to select a different version. DocxToSource -> Serialize.OpenXml.CodeGen -> DocumentFormat.OpenXml (>= 3.0.1) DocxToSource -> DocumentFormat.OpenXml (>= 2.14.0) 0>DocxToSource.csproj: Error NU1605 : Warning As Error: Detected package downgrade: System.CodeDom from 8.0.0 to 5.0.0. Reference the package directly from the project to select a different version. DocxToSource -> Serialize.OpenXml.CodeGen -> System.CodeDom (>= 8.0.0) DocxToSource -> System.CodeDom (>= 5.0.0) 0>------- Finished building project: DocxToSource. Succeeded: False. Errors: 2. Warnings: 0

ggottemo avatar Mar 13 '24 12:03 ggottemo