You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
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/
The text was updated successfully, but these errors were encountered: