Commit 7973c9c
committed
fix: Add #nullable enable directive to _Layout.cshtml
Fixed nullable reference type annotation error by adding explicit #nullable enable
directive at the top of the Razor file. This is required for auto-generated Razor
code that uses nullable reference types.1 parent ad6481a commit 7973c9c
1 file changed
Lines changed: 1 addition & 0 deletions
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
0 commit comments