Also annoyed by runtime errors when having to limited visibility on an [TempData] property? When building an ASP.NET Core Razor page and not making a [TempData] property getter and/or setter public, you will run into a runtime error when hitting that page. This Roslyn analyzer and code fix will allow you to detect and fix this error when writing code, saving you one debug cycle. |