Skip to content

Commit cab2e65

Browse files
fix: remove #nullable from _ViewImports (not a supported directive)
#nullable enable is not a supported directive in _ViewImports.cshtml per the ASP.NET Core docs. Nullable is already enabled globally via <Nullable>enable</Nullable> in Directory.Build.props.
1 parent de580f9 commit cab2e65

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

EssentialCSharp.Web/Areas/Identity/Pages/_ViewImports.cshtml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
@using EssentialCSharp.Web.Areas.Identity.Pages
44
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
55
@using EssentialCSharp.Web.Areas.Identity.Data
6-
#nullable enable
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
@using EssentialCSharp.Web
22
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
3-
#nullable enable

0 commit comments

Comments
 (0)