Investigate supporting .NET Core projects.
See original GitHub issueI haven’t had a chance to play around with .NET Core at all yet, but would like to migrate this project to it while still supporting .NET 4.X. I’m planning an update to The Shopify Development Handbook that will use ASP/.NET Core, so this is the perfect time to add support to ShopifySharp.
From my (currently limited) understanding, we’ll need to remove the .csproj (👏) and replace it with a project.json file, then add net451
to the frameworks
list. Not entirely sure yet, will investigate further.
No timetable for .NET Core support, but it’s definitely planned.
Edit: We’re currently in the middle of buying a house, which is why development on this issue and #62 has slowed. Rest assured, I’m fully committed to bringing .NET Core support to ShopifySharp!
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:8 (5 by maintainers)
After tinkering with .NET Core and trying to add support to ShopifySharp, it looks like we won’t be able to do so until the RestSharp dependency adds support itself. They’re tracking that right here.
@nozzlegear Posted a bounty to help kick-start this 😄
For the bounty developer, the goal of this bounty is to upgrade this library to support .net core. PR must be accepted to be considered complete.