You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know the code at the moment isn't looking very nice. This was just a spike to check while converting our main project to .NET Core 3 and I needed DocX.
Next steps;
Check that versioning with the assembly info is correct
Generate separate keys for the *.NETCore projects?
Consider how WindowsIdentity.GetCurrent().Name is used originally
Hi,
If you are looking for .NET Standard 2.0 support of DocX, you can try it for free for 45 days here : https://xceed.com/xceed-words-for-net/ under the name "Xceed Words for .NET".
This is the commercial version of DocX.
v1.6 supports .NET Standard 2.0.
Thank you.
Hi,
For now, the .NET Standard is only part of the Commercial version of DocX. But it could change in the future. You can try to implement it yourself, but the official versions supporting .NET Standard is "Xceed Words for .NET" v1.6 and up.
Thank you.
Hi, For now, the .NET Standard is only part of the Commercial version of DocX. But it could change in the future. You can try to implement it yourself, but the official versions supporting .NET Standard is "Xceed Words for .NET" v1.6 and up. Thank you.
Must say Xceed is doing the community more and more disservice here.
You've already made clear this is for community consumption only, i.e. no commercial support. Why not merge a person's large effort to get this to .NET Standard?
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
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.
This is an attempt at support .NETStandard 2.1.
I know the code at the moment isn't looking very nice. This was just a spike to check while converting our main project to .NET Core 3 and I needed DocX.
Next steps;
WindowsIdentity.GetCurrent().Nameis used originally