-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Is .NET 8 SDK Required? #1013
Comments
@carminoplata Thanks for taking the time to report this. This is probably a bug that was introduced recently. The I'll fix this as soon as I can |
@carminoplata I just did some testing on the current released version (v1.14.0) and I can't seem to reproduce your error. Do you know what version of this extension you are using? Maybe upgrading to the latest version would help. I tried out the latest version (v1.14.0) on the latest Visual Studio 2022 (v17.12.0 ) |
No, you don't need .NET 8 to run the extension. For historical reasons, Visual Studio extensions are written using .NET Framework 4.8. Also, as far as I know, the .NET 8.0 SDK comes with Visual Studio 2022 |
In addition, I'm dealing with this error when I try to generate Client using Refitter from a swagger generated via nswag studio. Using Generate with NSwag (14.1.0), I don't have any issue except for the multiple delcarations of the same _httpClient into multiple interfaces and partial classes inside the generated Client.cs. |
Hi,
I'm dealing with this error when I try to generate code from swagger.json
Impossible load file or assembly System.Text.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
.Do I need to download and use SDK .NET 8?
Support Key:
9ca55a7
Found in Tools -> Options -> REST API Client Code Generator - AnalyticsTo Reproduce
Using only .NET 7 SDK and ASP.NET Core Runtime 8.0.10, Install REST API Client Code Generator for VS 2022
The text was updated successfully, but these errors were encountered: