Skip to content

Format codebase on push or pull request #8

Format codebase on push or pull request

Format codebase on push or pull request #8

Triggered via push June 13, 2024 09:36
Status Success
Total duration 40s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: api/Migrations/20240515013713_init.cs#L9
The type name 'init' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: api/Migrations/20240515013713_init.Designer.cs#L16
The type name 'init' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: api/Data/AppDbContext.cs#L15
'AppDbContext.Users' hides inherited member 'IdentityUserContext<AppUser, string, IdentityUserClaim<string>, IdentityUserLogin<string>, IdentityUserToken<string>>.Users'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: api/Program.cs#L55
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
build: api/Controllers/AccountController.cs#L36
Possible null reference argument for parameter 'password' in 'Task<IdentityResult> UserManager<AppUser>.CreateAsync(AppUser user, string password)'.
build: api/Migrations/20240515013713_init.cs#L9
The type name 'init' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: api/Migrations/20240515013713_init.Designer.cs#L16
The type name 'init' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: api/Data/AppDbContext.cs#L15
'AppDbContext.Users' hides inherited member 'IdentityUserContext<AppUser, string, IdentityUserClaim<string>, IdentityUserLogin<string>, IdentityUserToken<string>>.Users'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: api/Program.cs#L55
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
build: api/Controllers/AccountController.cs#L36
Possible null reference argument for parameter 'password' in 'Task<IdentityResult> UserManager<AppUser>.CreateAsync(AppUser user, string password)'.