Donnel

Results 3 comments of Donnel

I am able to get rid of the build errors, if I do the below: - Generate the Dtos as record types. - Use `MapToConstructor(true)` in my CodeGenerationRegister. This generates...

Hey @andrerav, looks like the prerelease fixed the casing issue for record types. But the mapper generated changes after I upgraded to pre-release and doesn't compile as before. This is...

I had the exact use case as being discussed above, i.e. the ability to change the cancellation token from inside a behavior. @jbogard would this be a possible solution? `...