Add TODO handle #9
Annotations
12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v2, peaceiris/actions-gh-pages@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
Models/UserCustom.cs#L11
'UserCustom.Email' hides inherited member 'IdentityUser<string>.Email'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
build:
Models/ViewNavItem.cs#L7
'ViewNavItem.Id' hides inherited member 'IdentityUser<string>.Id'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
build:
ViewModels/UserCutomInputJson.cs#L7
'UserCutomInputJson.ProfilePicture' hides inherited member 'UserCustom.ProfilePicture'. Use the new keyword if hiding was intended.
|
build:
Migrations/QuanLySinhVienDb/20241012095137_init.cs#L9
The type name 'init' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build:
Migrations/QuanLySinhVienDb/20241012095137_init.Designer.cs#L16
The type name 'init' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build:
ViewModels/Session/ValidateToken.cs#L6
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
ViewModels/Session/ValidateToken.cs#L7
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
ViewModels/Session/Token.cs#L6
Non-nullable property 'AccessToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
ViewModels/Session/Token.cs#L7
Non-nullable property 'RefreshToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
ViewModels/LoginViewModel.cs#L9
Non-nullable property 'UserNameOrEmail' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|