Skip to content

PensumSubjects combinated key added #14

PensumSubjects combinated key added

PensumSubjects combinated key added #14

Triggered via push October 17, 2023 02:01
Status Success
Total duration 1m 0s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: WEB.API.Jarvis/Program.cs#L61
The type 'Mail.Service.Models.EmailConfiguration?' cannot be used as type parameter 'TService' in the generic type or method 'ServiceCollectionServiceExtensions.AddSingleton<TService>(IServiceCollection, TService)'. Nullability of type argument 'Mail.Service.Models.EmailConfiguration?' doesn't match 'class' constraint.
build: WEB.API.Jarvis/Context/JarvisDbContext.cs#L53
Cannot convert null literal to non-nullable reference type.
build: WEB.API.Jarvis/Models/Career.cs#L8
Non-nullable property 'CareerId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: WEB.API.Jarvis/Controllers/SubjectsController.cs#L128
Argument of type 'IIncludableQueryable<Pensum, List<PensumSubject>?>' cannot be used for parameter 'source' of type 'IIncludableQueryable<Pensum, IEnumerable<PensumSubject>>' in 'IIncludableQueryable<Pensum, Subject?> EntityFrameworkQueryableExtensions.ThenInclude<Pensum, PensumSubject, Subject?>(IIncludableQueryable<Pensum, IEnumerable<PensumSubject>> source, Expression<Func<PensumSubject, Subject?>> navigationPropertyPath)' due to differences in the nullability of reference types.
build: WEB.API.Jarvis/Controllers/StudentsController.cs#L97
Dereference of a possibly null reference.
build: WEB.API.Jarvis/Controllers/AuthenticationController.cs#L62
Possible null reference argument for parameter 'email' in 'Task<IdentityUser?> UserManager<IdentityUser>.FindByEmailAsync(string email)'.
build: WEB.API.Jarvis/Controllers/AuthenticationController.cs#L140
Possible null reference argument for parameter 'email' in 'Task<IdentityUser?> UserManager<IdentityUser>.FindByEmailAsync(string email)'.
build: WEB.API.Jarvis/Controllers/AuthenticationController.cs#L155
Possible null reference argument for parameter 'password' in 'Task<IdentityResult> UserManager<IdentityUser>.CreateAsync(IdentityUser user, string password)'.
build: WEB.API.Jarvis/Controllers/AuthenticationController.cs#L219
Possible null reference argument for parameter 'userName' in 'Task<IdentityUser?> UserManager<IdentityUser>.FindByNameAsync(string userName)'.
build: WEB.API.Jarvis/Controllers/AuthenticationController.cs#L220
Possible null reference argument for parameter 'password' in 'Task<bool> UserManager<IdentityUser>.CheckPasswordAsync(IdentityUser user, string password)'.