-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Wring C# code generation in version 14.0.0.0 RC (.net 8) #4620
Comments
@paulomorgado seems to be a regression with PR |
Is this still an issue with the latest preview? |
This should have been solved by now. I'll add a test for that to confirm. |
Thank you, |
Just created PR #4634 with tests added for this pattern. Code generated now should be something like: urlBuiIder_.Append("projects /" ) ;
urtBuitder_.Append(System.Uri.EscapeDataString(ConvertToString(projectld, System.Globalization.CultureInfo.InvariantCulture)));
urtBuitder_.Append("/devices/clientld:");
urtBuitder_.Append(System.Uri.EscapeDataString(ConvertToString(clientld, System.Globalization.CultureInfo.InvariantCulture))); Can you check, @trudyhood? |
|
That would be a sure way of getting it. |
Hi,
NSwag command line tool for .NET Core Net80, toolchain v14.0.0.0 (NJsonSchema v11.0.0.0 (Newtonsoft.Json v13.0.0.0))
The API is this:
And the NSwag-generated code is this:
NSwag doesn't replace the client ID. It was working fine in the previous version.
The text was updated successfully, but these errors were encountered: