Fix warnings#93
Conversation
BadMagic100
left a comment
There was a problem hiding this comment.
Like I mentioned in discord you should probably add a #nullable enable in the top of the generated file to make sure it behaves correctly regardless of the user's project configuration
0004 also has this, I'll leave you to correct the metadata in whatever way you think is appropriate FWIW I did confirm that you can fix the nullable problems more correctly by polyfilling MemberNotNullAttribute as a file class but I felt it was a bit too ugly to commit so we can leave as is |
ModMenuGenerator already does this. |
Summary of Changes
Fix warnings for generated source code.
Checklist