skuvault-integrations/ebayAccess

Change main project/NuGet to support .NET Standard

Opened this issue · 4 comments

Would be great if it was built against a .NET standard so it can be nicely used with .NET Core as well as the full framework.

@HakanL Is there still a need for this? We might be be able to make this happen depending on difficulty level. I can do an analysis of what is compatible with differing core versions. Would probably try for 2.X if so.

I think any "server-side" .NET library should target .NET Standard today, so I'd say there's still a need. Most libraries convert fine. I think doing 2.0 is perfectly fine, but most libraries will do fine with 1.4-1.6. It may be worthwhile to aim for the lowest easiest level.

Does this library currently support net core? If someone can guide me to convert, many thanks.

slav commented

It does not support .net core or .net standard at the moment. We have some plans to update it in the future, but no specific timeline.