serenity-is / Serenity

Business Apps Made Simple with Asp.Net Core MVC / TypeScript
https://serenity.is
MIT License
2.57k stars 796 forks source link

Dynamic is generated differently by Pro.Coder source generator #6624

Closed volkanceylan closed 1 year ago

volkanceylan commented 1 year ago

When a custom type has C# dynamic member, Pro.Coder generates this instead of any

import { dynamic } from "../dynamic"

export interface TypeA {
    ....
    options?: dynamic;
     ...
}

Probably due to difference between Cecil and Roslyn