server: enable nullable annotations in legacy files
This commit is contained in:
parent
a987116eb5
commit
0ba44c21e7
55 changed files with 110 additions and 0 deletions
2
src/Yavsc.Server/ViewModels/Account/SignInModel.cs
Executable file → Normal file
2
src/Yavsc.Server/ViewModels/Account/SignInModel.cs
Executable file → Normal file
|
|
@ -1,3 +1,5 @@
|
|||
#nullable enable annotations
|
||||
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace Yavsc.ViewModels.Account
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue