microsoft / XLIFF2-Object-Model

If you’re looking to store localization data and propagate it through your localization pipeline allowing tools to interoperate then you may want to use the XLIFF 2.0 object model. The XLIFF 2.0 object model implements the OASIS Standard for the XLIFF 2.0 specification as defined at http://docs.oasis-open.org/xliff/xliff-core/v2.0/xliff-core-v2.0.html.
Other
86 stars 26 forks source link

Support for .Net Standard #28

Open valdisiljuconoks opened 6 years ago

valdisiljuconoks commented 6 years ago

Any plans in this direction?

JonasSamuelsson commented 4 years ago

I need to do some xliff file handling from a net core app, is it likely that this will get accepted with an updated nuget package any time soon or should I look for an alternative?

aldonetti commented 4 years ago

@RyanKing77 - I will try to locate someone in the original team of owners. could you try the same please? thx!

valdisiljuconoks commented 4 years ago

just give to community and we will make sure it has sustainable future.

VladimirRybalko commented 4 years ago

I've published a new nuget package with .NET standard supporting. Feel free to use it: https://www.nuget.org/packages/Xliff.OM.NetStandard

stiofanmacthomais commented 4 years ago

I've published a new nuget package with .NET standard supporting. Feel free to use it: https://www.nuget.org/packages/Xliff.OM.NetStandard

Will try to integrate this today and will keep you posted!

valdisiljuconoks commented 4 years ago

Haven't checked yet, but is package strongly named?

VladimirRybalko commented 2 years ago

Haven't checked yet, but is package strongly named?

Yes, it's finally strongly named. Feel free to use it: Xliff.OM.NetStandard

valdisiljuconoks commented 2 years ago

Back in days I just created signed version of the original package :)

https://www.nuget.org/packages/Xliff.OM-Signed/

But thanks for the efforts 👍