Resharper doesnt work as intended with nullable support Follow
Completed
Even though I use the forgiving ! keyword I get warnings
Please sign in to leave a comment.
Hello Anders Malmgren80,
Do you have nullable reference types enabled for the project (<Nullable>enable</Nullable> inside csproj file) or for this file (#nullable enable)? It is not obvious from your screenshot.
Thank you in advance.
Hi, it's not enabled. Resharper started to warn on methods retuning Nullable reference types when we went up to .NET 5
Thank you for the reply.
I discussed this issue with our development team and opened a corresponding request - https://youtrack.jetbrains.com/issue/RSRP-486112
Please follow it to get the latest updates.