Skip to content
Triggered via push October 19, 2024 09:07
Status Success
Total duration 50s
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/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: 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.