Skip to content
Triggered via push October 21, 2024 16:37
Status Success
Total duration 48s
Billable time 1m
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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: 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: Models/Views/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/Identity/UserCutomInputJson.cs#L7
'UserCutomInputJson.ProfilePicture' hides inherited member 'UserCustom.ProfilePicture'. Use the new keyword if hiding was intended.
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/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: 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.