Update build.yml #118
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/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/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/Pages/Talent/JobList.razor#L4
'RenderMode' is an ambiguous reference between 'ServiceStack.Blazor.RenderMode' and 'Microsoft.AspNetCore.Components.Web.RenderMode'
|
build:
TalentBlazor/Components/Pages/Account/Manage/ExternalLogins.razor#L113
'HttpMethods' does not contain a definition for 'IsGet'
|
build:
TalentBlazor/Components/Pages/Account/Login.razor#L112
'HttpMethods' does not contain a definition for 'IsGet'
|
build:
TalentBlazor/Components/Pages/Talent/JobEdit.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/Hello.cs#L14
Non-nullable property 'Result' 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#L17
Non-nullable property 'ProfileUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
TalentBlazor.ServiceModel/Talent.cs#L18
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading