Félix Perreault

Results 4 issues of 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:...

bug

## 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...

kind/bug
priority/awaiting-more-evidence

``` public partial record MyClass { public MyClass Child { get; init; } } ``` The generated code builds correctly, but I get a stackoverflow when the code uses the...

kind/bug
priority/awaiting-more-evidence

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...