Vasile Bujac
Results
2
issues of
Vasile Bujac
For a path template like `/odata/QueueRetention({key})` generated client code does not replace `{key}` url route parameter. Used `net80/dotnet-nswag.exe` from https://github.com/RicoSuter/NSwag/releases/tag/v14.0.0-preview010 with `net8` (which is the reason I'm upgrading to 14)...
state: done
MigrationRunner.LoadVersionInfoIfRequired always returns false even when it had to create the tables
2
**Describe the bug** `MigrationRunner.LoadVersionInfoIfRequired` docstring says `true if the table had to be created or false when it already existed`, but it returns `false` if the version info table had...
bug