csehatt741
csehatt741
I'd like to generate `System.Version` for the following schema: ```yaml schema: type: string format: version ``` Generator: CSharpGenerator NSwag version: 13.15.10.0 Based on my current understanding, `CSharpTypeResolver.ResolveString` is responsible for...
When the request body is required and nullable reference types are allowed in the project containing the generated code, warnings are raised in the generated client. Command: openapi2csclient JsonLibrary: SystemTextJson...
**Description** When a newly created Partner Admin tries to log in the first time it fails, as `user.lastActiveAt` is `null`: Logging in the second time succeeds, as `user.lastActiveAt` is not...
## Summary A new feature was implemented to enable multiple canvases in the canvas editor. - `SliceConfig` was updated in `types.js` to handle partially undoable slices: - new generic parametes,...