question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Investigate supporting .NET Core projects.

See original GitHub issue

I 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:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
nozzlegearcommented, Aug 29, 2016

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.

1reaction
dcworldwidecommented, Aug 13, 2016

@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.

Bountysource

Read more comments on GitHub >

github_iconTop Results From Across the Web

Investigate support for .Net Core projects in VS2015 #894
Net Core tooling was only ever pre-release -> not supported; analyzers can be configured using NuGet, but only run on build, ...
Read more >
Troubleshoot and debug ASP.NET Core projects
Understand and troubleshoot warnings and errors with ASP.NET Core projects.
Read more >
Diagnostics tools overview - .NET Core
An overview of the tools and techniques available to diagnose .NET Core applications.
Read more >
Performance profiler of .NET Core and .NET Standard ...
The Visual Studio 2019 profiler supports the instrumentation method of performance profiling for .netcore applications as long as they are set ...
Read more >
Templates problem: .NET 5.0 and .NET Core are not ...
When I create project based on .NET Core or .NET 5.0 template I have message that this project is not supported:
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found