When nullable reference types are enabled, the following ReSharper compiler warning is emitted: [Code inspection: 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.](https://www.jetbrains.com/help/rider/CSharpWarnings_CS8669.html) Can you add an explicit #nullable directive when nullable reference types are used?
When nullable reference types are enabled, the following ReSharper compiler warning is emitted:
Code inspection: 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.
Can you add an explicit #nullable directive when nullable reference types are used?