Warning CS8603 - Possible null reference return type

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
luisjae
User
Posts: 2

Warning CS8603 - Possible null reference return type

Post by luisjae »

Hello... My version is v2022.4. When I generate it for the first time, I get 64 warnings (as many as pages it compiles) like the following:
C:\inetpub\...\Models\UserLevelsView.cs(1045,24) :warning CS8603: Possible null reference return type.[C:\inetpub\...\projectXXX_NET.csproj]
Please help


MichaelG
User
Posts: 1095

Post by MichaelG »

Make sure that you have upgraded to the latest version (2022.8). Show the problem lines with a few lines above or below if the warning persists.


Post Reply