Oleg Deribas
Oleg Deribas
NSwag generates invalid C# code when `/GenerateBaseUrlProperty:false` option is used. It looks like it is a regression in v14.0.1 possibly caused by #4691 Here's a simple project which demonstrates the...
Condition expression evaluation resulted in error when NSwagGenerateExceptionClasses is not defined. Fixes #4633
If converted project contains floating package versions in package references like this: ``` ``` these references are just get transferred to *Directory.Packages.props* and result in the following error: > error...