GenerateAspNetCoreClient icon indicating copy to clipboard operation
GenerateAspNetCoreClient copied to clipboard

Error when running dotnet-generate-client

Open jopeek opened this issue 1 year ago • 1 comments

With version 1.1.0, I get the following exception when trying to run the dotnet-generate-client MyProject -o MyClient -n MyClient command.

Could not load type 'System.Net.Quic.QuicImplementationProviders' from assembly 'System.Net.Quic

It still runs fine on version 0.8.0, which I think is the last one that did not require the .Net 7.0 runtime. MyProject is a .Net 6.0 application.

jopeek avatar Mar 07 '23 19:03 jopeek

That's unfortunate :( Could you provide a project sample? As I'm not able to reproduce it with the projects I've tried.

Dreamescaper avatar Mar 08 '23 20:03 Dreamescaper