Skip to content

Feature/JA-114 Blazor components configuration #31

Feature/JA-114 Blazor components configuration

Feature/JA-114 Blazor components configuration #31

Triggered via pull request June 10, 2024 16:59
Status Failure
Total duration 52s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
build: TutorLizard.Web/Program.cs#L25
'IServerSideBlazorBuilder' does not contain a definition for 'AddInteractiveWebAssemblyComponents' and no accessible extension method 'AddInteractiveWebAssemblyComponents' accepting a first argument of type 'IServerSideBlazorBuilder' could be found (are you missing a using directive or an assembly reference?)
build: TutorLizard.Web/Program.cs#L87
'RazorComponentsEndpointConventionBuilder' does not contain a definition for 'AddInteractiveWebAssemblyRenderMode' and no accessible extension method 'AddInteractiveWebAssemblyRenderMode' accepting a first argument of type 'RazorComponentsEndpointConventionBuilder' could be found (are you missing a using directive or an assembly reference?)
build: TutorLizard.Web/Program.cs#L25
'IServerSideBlazorBuilder' does not contain a definition for 'AddInteractiveWebAssemblyComponents' and no accessible extension method 'AddInteractiveWebAssemblyComponents' accepting a first argument of type 'IServerSideBlazorBuilder' could be found (are you missing a using directive or an assembly reference?)
build: TutorLizard.Web/Program.cs#L87
'RazorComponentsEndpointConventionBuilder' does not contain a definition for 'AddInteractiveWebAssemblyRenderMode' and no accessible extension method 'AddInteractiveWebAssemblyRenderMode' accepting a first argument of type 'RazorComponentsEndpointConventionBuilder' could be found (are you missing a using directive or an assembly reference?)
build
Process completed with exit code 1.
build: TutorLizard.BusinessLogic/Services/StudentService.cs#L108
The result of the expression is always 'true' since a value of type 'DateTime' is never equal to 'null' of type 'DateTime?'
build: TutorLizard.BusinessLogic/Models/Ad.cs#L7
Non-nullable property 'Subject' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TutorLizard.BusinessLogic/Models/Ad.cs#L7
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TutorLizard.BusinessLogic/Models/Ad.cs#L7
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TutorLizard.BusinessLogic/Models/Ad.cs#L7
Non-nullable property 'Location' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TutorLizard.BusinessLogic/Models/User.cs#L38
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TutorLizard.BusinessLogic/Models/User.cs#L38
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TutorLizard.BusinessLogic/Models/User.cs#L38
Non-nullable property 'PasswordHash' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TutorLizard.BusinessLogic/Models/AdRequest.cs#L7
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TutorLizard.BusinessLogic/Models/Category.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.