[Upgrade]: handle navbar page admin to view component #20
Annotations
12 warnings
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/
|
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 the project:
Models/Identity/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 the project:
ViewModels/Identity/UserCutomInputJson.cs#L7
'UserCutomInputJson.ProfilePicture' hides inherited member 'UserCustom.ProfilePicture'. Use the new keyword if hiding was intended.
|
Build the project:
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 the project:
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 the project:
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 the project:
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 the project:
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 the project:
ViewModels/Session/RegisterViewModel.cs#L11
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build the project:
ViewModels/Session/RegisterViewModel.cs#L16
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build the project:
ViewModels/Session/RegisterViewModel.cs#L22
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading