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
Thanks for bringing this issue to my attention. @HugoX104447 is correct. He fixed this issue, and your code should work if you upgrade to the new 1.1.0 version. Please let me know if you have any other issues.
I'm going to close this issue because I think this is fixed. Feel free to reopen and ping me if it's not.
When a mocked interface or class has a struct as a parameter that is set to default, as follows:
it results in a compilation error of the generated mock file:
CS1750 A value of type '<null>' cannot be used as a default parameter because there are no standard conversions to type 'TestStruct'
The text was updated successfully, but these errors were encountered: