Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RecordDeclaration with Generics produces invalid code #201

Closed
shocklateboy92 opened this issue May 16, 2021 · 0 comments · Fixed by #203
Closed

RecordDeclaration with Generics produces invalid code #201

shocklateboy92 opened this issue May 16, 2021 · 0 comments · Fixed by #203
Labels
type:bug Something isn't working
Milestone

Comments

@shocklateboy92
Copy link
Collaborator

One of my projects had the following line

public record AnkiResponse<T>(T Result, string? Error);

which made csharpier blow up completely.

@shocklateboy92 shocklateboy92 added the type:bug Something isn't working label May 16, 2021
@belav belav added this to the 0.9.3 milestone May 17, 2021
belav added a commit that referenced this issue May 17, 2021
@belav belav changed the title Does not handle generic records RecordDeclaration with Generics produces invalid code May 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants