Félix Perreault
Félix Perreault
**Describe the bug** Trying to test the software in local environment with docker on windows **To Reproduce** - Copy this `docker-compose.yml` to a bare directory : ``` version: "3.7" services:...
## Current behavior property changed not propagated to calculated properties ## Expected behavior property changed propagate to calculated properties Affected platform(s): All Visual Studio: All ## Anything else we need...
``` public partial record MyClass { public MyClass Child { get; init; } } ``` The generated code builds correctly, but I get a stackoverflow when the code uses the...
When your model contains a property of type ICollection, the property cannot be assigned from the generator. It results in an exception mentioning "the object should implement IConvertible". This happens...