Support delegates with nullable return values not generated correctly #17109
Labels
generator
Issues affecting the generator
good first issue
This is a good first issue for someone to start working with our code
Milestone
Steps to Reproduce
SupportDelegates.g.cs
file (inobj/Debug/net7.0-ios/iOS
)Expected Behavior
The delegate should have been generated with a nullable return type.
Actual Behavior
The delegate was generated with a non-nullable return type.
Environment
Version information
Build Logs
msbuild.binlog.zip
Example Project (If Possible)
MyBindingProject.zip
The text was updated successfully, but these errors were encountered: