David Ball
David Ball
For my specific application, I'll need to be able to issue a sequence of verbs to configure the application before the final verb executes the application action. For instance: app.exe...
I've created some initial support for DynamicObject objects. It works for DynamicObject objects that have members, but not indexes (like Array, IList, etc.). For the moment, it depends on Dynamitey....
I updated the Open Graph Parser so that it can parse arrays of images with properties and present them as arrays of image objects with properties. There are other Open...
**Describe the bug** The default `z-index` for `@media(min-width: 641px) { .bb-top-row-sticky {} }` media class is set to default value of 1. That seems good enough for some things. But...
#### Description NSwag generates double types when number is provided. Seerr service returns 400 Bad Request when decimal numbers are sent from HttpClient. This fix changes most number types to...