Proposed fix for not null enum type#314
Conversation
This drops the `.Value` call on non nullable enum types, which doesn't exist
|
@doron050 I fixed up the line ending that caused the linting to fail, would you mind kicking off the workflow again? Cheers |
Hi, first of all, thanks for your contribution! If not, it's OK, I'll add the test after the CI passes |
- use dotnet 8
I had a quick look, and I'll be honest I didn't look very long / hard so excuse my ignorance if I'm way off.. but the existing tests in In the bug above the generated code doesn't compile while performing I then had a quick look at Again I could be off here, but to me it seems like a unit test is needed asserting the result of the Delegate returned by If it's okay with you I'll leave this one to you. |
Hi, of course! I'll add the test and merge the PR |

This drops the
.Valuecall on non nullable enum types, which doesn't exist