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
Hi @bstordrup - a lot has changed since v3.3, so I'd try updating. I don't think nullability annotations will influence the behavior of this package though, so I suspect the issue might be elsewhere.
If you still run into trouble, paring this down to a minimal repro would be the best way to guide us towards what needs fixing. Hope this helps!
In my
appsettings.json
, I have thisWriteTo
definition:I have a SinkConfigurationExtensions method defined like this:
This method is hit as expected.
But Roslyn triggers a
CS86252: Cannot convert null literal to non-nullable reference type
warning on it and suggests to declare it as nullable.So changing the definition to
but now the method is not hit.
I'm using version 3.3.0 - is this an issue that has been fixed in a more recent version?
The text was updated successfully, but these errors were encountered: