Refactor Talent app to be a Blazor for .NET 8 Interactive Server appl… #117
Annotations
10 errors and 10 warnings
build:
TalentBlazor/Program.cs#L52
'IServiceCollection' does not contain a definition for 'AddBlazorServerIdentityApiClient' and no accessible extension method 'AddBlazorServerIdentityApiClient' accepting a first argument of type 'IServiceCollection' could be found (are you missing a using directive or an assembly reference?)
|
build:
TalentBlazor/Program.cs#L86
'BlazorConfig' does not contain a definition for 'IsDevelopment'
|
build:
TalentBlazor/Components/Shared/NavMenu.razor#L4
'RenderMode' is an ambiguous reference between 'ServiceStack.Blazor.RenderMode' and 'Microsoft.AspNetCore.Components.Web.RenderMode'
|
build:
TalentBlazor/Configure.Auth.cs#L15
'IdentityAuthContext<ApplicationUser, IdentityRole>' does not contain a definition for 'EnableCredentialsAuth' and no accessible extension method 'EnableCredentialsAuth' accepting a first argument of type 'IdentityAuthContext<ApplicationUser, IdentityRole>' could be found (are you missing a using directive or an assembly reference?)
|
build:
TalentBlazor/Components/App.razor#L14
The name 'BlazorHtml' does not exist in the current context
|
build:
TalentBlazor/Components/Pages/Talent/JobView.razor#L4
'RenderMode' is an ambiguous reference between 'ServiceStack.Blazor.RenderMode' and 'Microsoft.AspNetCore.Components.Web.RenderMode'
|
build:
TalentBlazor/Components/Pages/Account/ExternalLogin.razor#L104
'HttpMethods' does not contain a definition for 'IsGet'
|
build:
TalentBlazor/Components/Pages/Talent/JobCreate.razor#L5
'RenderMode' is an ambiguous reference between 'ServiceStack.Blazor.RenderMode' and 'Microsoft.AspNetCore.Components.Web.RenderMode'
|
build:
TalentBlazor/Components/Pages/Talent/JobList.razor#L4
'RenderMode' is an ambiguous reference between 'ServiceStack.Blazor.RenderMode' and 'Microsoft.AspNetCore.Components.Web.RenderMode'
|
build:
TalentBlazor/Components/Pages/Talent/Dashboard.razor#L6
'RenderMode' is an ambiguous reference between 'ServiceStack.Blazor.RenderMode' and 'Microsoft.AspNetCore.Components.Web.RenderMode'
|
build:
TalentBlazor.ServiceModel/Emails.cs#L10
Non-nullable property 'To' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
TalentBlazor.ServiceModel/Emails.cs#L12
Non-nullable property 'Subject' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
TalentBlazor.ServiceModel/WeatherForecast.cs#L11
Non-nullable property 'Summary' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
TalentBlazor.ServiceModel/Todos.cs#L43
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
TalentBlazor.ServiceModel/Todos.cs#L37
Non-nullable property 'Ids' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
TalentBlazor.ServiceModel/Todos.cs#L29
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
TalentBlazor.ServiceModel/Todos.cs#L20
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
TalentBlazor.ServiceModel/Talent.cs#L501
Non-nullable property 'Notes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
TalentBlazor.ServiceModel/Talent.cs#L463
Non-nullable property 'ApplicationUserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
TalentBlazor.ServiceModel/Talent.cs#L430
Non-nullable property 'ApplicationUserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|