Robert Stocks
Robert Stocks
I have an array property of a base type that is populated with several different Concrete Types ``` public class Query { public Filter[] Filters { get; set; } ;...
I would like to include the last modified time stamp in the generated output!
support translate3d in the special case where the 3rd argument is 0 (which makes it the same as translate) I had to strip the px values as well for my...
Hard to explain exactly what I would like so an example: current output ``` export interface FooBaseType { '$type': string; baseProperty?: string; } export type DriviedClassName2 = FooBaseType & {...
Is there any support for [CSI Volume Cloning](https://kubernetes.io/docs/concepts/storage/volume-pvc-datasource/)? It does not seem to work but does not cause any errors either
Hi, I have a use case where I have some custom resources in my manifest, and ideally they need to be created in a specific order, I can solve this...
**Is your feature request related to a problem? Please describe.** It would be really handy if I could set a filter EG - Show items that require increased resources (we...
**Describe the bug** Auto Cleanup Unused Files - Does not work if you have both component and e2e tests in the same project pluginVisualRegressionCleanupUnusedImages=true deletes the files from the other...
Fixes #810 Adds a new "Unspecifed" member to the Conversions Enum and uses that rather than Default Adds unit tests for the new behavour and the previously broken behavour. I...
### Describe the bug When setting additional conversions using the VogenDefaults attribute it is not possible to revert back to the defaults on a specific instance. Vogen: 7.0.4 net9.0 ###...