InterfaceGenerator icon indicating copy to clipboard operation
InterfaceGenerator copied to clipboard

Add nullable context

Open ThierryRosseau opened this issue 10 months ago • 2 comments

Add nullable context to generated interface to fix warning

The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source. 

ThierryRosseau avatar Mar 27 '24 14:03 ThierryRosseau

@daver32 @adamhathcock Can this be validated and merged if possible with a new build? Thx very much

ThierryRosseau avatar Mar 27 '24 14:03 ThierryRosseau

I don't have access to this repo but I'd add it if I could.

Lack of nullability is holding this back

adamhathcock avatar Mar 27 '24 16:03 adamhathcock