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
When reading a schema MyClass with properties being named MyClass and MyClass1, the service enters an infinite loop and can only be cancelled by shutting down Visual Studio 2022 via the task manager.
I suspect that this seems to be a problem with the newest version 1.8.0 of this extension, as there weren't any issues for me a few weeks ago.
Steps to reproduce
Store the following json-file locally and try to generate the code from it (check "Generate CSharp Client" and then in the CSharp Client Settings uncheck GenerateClientClasses)
Describe the bug
When reading a schema
MyClass
with properties being namedMyClass
andMyClass1
, the service enters an infinite loop and can only be cancelled by shutting down Visual Studio 2022 via the task manager.I suspect that this seems to be a problem with the newest version 1.8.0 of this extension, as there weren't any issues for me a few weeks ago.
Steps to reproduce
Store the following json-file locally and try to generate the code from it (check "Generate CSharp Client" and then in the CSharp Client Settings uncheck GenerateClientClasses)
Expected result
Previously the property
MyClass
was renamed toMyClass2
in the generated code.Actual result
Upon hitting finish, the service enters an infinite loop. The console output gets stuck as shown on the screenshot below.
Screenshots
The text was updated successfully, but these errors were encountered: