Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moving to .NET core #28

Open
JeffreyMJohnson opened this issue Jun 16, 2020 · 2 comments
Open

Moving to .NET core #28

JeffreyMJohnson opened this issue Jun 16, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@JeffreyMJohnson
Copy link

Moving this solution to .Net core might be a good idea to keep it in line with .Net future plans IMO.

Thoughts?

https://devblogs.microsoft.com/dotnet/net-core-is-the-future-of-net/

@ppittle
Copy link
Owner

ppittle commented Jun 16, 2020

I'm pretty sure .NET Core rewrote large portions of the HttpClient and WebRequest infrastructure, which means the different techniques I've used for intercepting web traffic may not work on Core, but I have not yet fully explored this.

But I agree it would be nice to have Core support.

I'll need to investigate what can be done. But any help would be most welcome.

@ppittle
Copy link
Owner

ppittle commented Jul 11, 2020

Need to consider if there are existing solutions targeting dotnet core that would at least provide the lower level foundation and then can build Recording/Playback functionality on top of. Found a few possibilities:

Also - review if still need to hack WebClient.Create for dotnet core. Since core has default DI, can maybe drop that requirement to ease complexity.

@ppittle ppittle added the enhancement New feature or request label Jul 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants