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
First off, thanks for the great library! I'm probably doing something wrong, but for some reason, types aren't being generated in my project. Here's what I'm trying:
Hi Thomas, unfortunately I don't have a clue what's going on 😅
I just tried to reproduce this by running dotnet new classlib and copying your files in. I also added the property <EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles> to the project, so that the files are written to the obj folder, and I can see the expected generated files 🤔
I'm not sure where to go from here unfortunately 😅
Hi Andrew,
First off, thanks for the great library! I'm probably doing something wrong, but for some reason, types aren't being generated in my project. Here's what I'm trying:
Code:
.csproj
:After doing a clean and rebuild, no types are generated. I also checked the obj folder but couldn't find any generated files for the types.
Do you have any idea what might be causing this? I’m happy to try debugging further if needed. Thanks in advance for your help!
Best regards,
Thomas
The text was updated successfully, but these errors were encountered: