Looking to debug System.Net.Http.WinHttpHandler #40767
Unanswered
jensolsson
asked this question in
General
Replies: 1 comment
-
cc @dotnet/ncl |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I believe I spotted an issue with HTTP/2 in WinHttpHandler and want to investigate it further. I pulled the code and included System.Net.Http.WinHttpHandler.csproj in my solution but I am unable to compile and run it.
I get the following error in the log file from Visual Studio
2020-08-13 12:53:23
Recoverable
System.AggregateException: Project system data flow 'DataflowBlockSlim (ActionBlockSlimAsync
1 : 25115887)' closed because of an exception: System.AggregateException: One or more errors occurred. ---> System.ArgumentException: Must contain activeTargetFramework (Unsupported,Version=v0.0). Parameter name: dependenciesByTargetFramework at Microsoft.VisualStudio.ProjectSystem.VS.Tree.Dependencies.Snapshot.DependenciesSnapshot..ctor(String projectPath, ITargetFramework activeTargetFramework, ImmutableDictionary
2 dependenciesByTargetFramework)...
I also get some errors regarding nuget
Is it possible to include WinHttpHandler like this? What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions