Migration to .net 6 and openxml 3.0.1#43
Open
digitalsigi wants to merge 4 commits intoantonmihaylov:masterfrom
Open
Migration to .net 6 and openxml 3.0.1#43digitalsigi wants to merge 4 commits intoantonmihaylov:masterfrom
digitalsigi wants to merge 4 commits intoantonmihaylov:masterfrom
Conversation
added 4 commits
January 25, 2024 11:54
Owner
|
what is preventing you from using the netstandard 2.0 library in dotnet 6 🤔 |
Author
|
Well, I am working on an app which should run on Windows, Linux and MacOS. For this I use https://github.com/ElectronNET/Electron.NET and Blazor. Now I experienced compile errors when building the app on linux. I was not able to fix that. I suspect that the version of underlaying OpenXML SDK is the problem. It comes with a bunch of Debian and other linux references. So I tried to upgrade just this package and found that API has changed. Finally I decided to migrate to .net 6. and newest OpenXml SDK and everything was fine. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I am working on an app requiring net 6 on windows and linux. So I migrated this library to .net 6 and newest version of DocumentFormat.Openxml.
Note: It was also required to update NUnit. For this I changed ASsert to ClassicAssert.