Skip to content

Nested dictionary with inheritance gets translated wrong #15

@PerfectlyNormal

Description

@PerfectlyNormal

Input type:
class SchedulesResponse : Dictionary<Guid, Dictionary<DateTimeOffset, IEnumerable<WorkingPeriodResponse>>>

Output:
Attempted to import IEqualityComparer``1 (System.Collections.Generic.IEqualityComparer``1[[System.Guid, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]) in SchedulesResponse

Expected:
{ [key: string]: { [key: string]: WorkingPeriodResponse[] } }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions