You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 18, 2026. It is now read-only.
The generated ts for following dto definition
public record UserDto(string Name, string Surname, string Id);is
export interface UserDto { }Support for the record type would be much appreciated because in my opinion, the new record type in C# 9 is perfect for DTOs