Fix namespace in RAZOR page _LoginPartial.cshtml, so nocompilation error when doing dotnet publish from CLI. Like D:\GITREPOS\eShopOnContainers-dev\src\Services\Identity\Identity.API\Views\Shared\_LoginPartial.cshtml(2,20): error CS0234: The type
or namespace name 'Models' does not exist in the namespace 'Identity.API' (are you missing an assembly reference?)
This commit is contained in:
parent
202e663f77
commit
14c3d69784
20838
k8s/.kube/schema/v1.6.6/api/v1/schema.json
Normal file
20838
k8s/.kube/schema/v1.6.6/api/v1/schema.json
Normal file
File diff suppressed because it is too large
Load Diff
9977
k8s/.kube/schema/v1.6.6/apis/extensions/v1beta1/schema.json
Normal file
9977
k8s/.kube/schema/v1.6.6/apis/extensions/v1beta1/schema.json
Normal file
File diff suppressed because it is too large
Load Diff
9977
k8s/.kube/schema/v1.6.6/schema566625515
Normal file
9977
k8s/.kube/schema/v1.6.6/schema566625515
Normal file
File diff suppressed because it is too large
Load Diff
20838
k8s/.kube/schema/v1.6.6/schema629255130
Normal file
20838
k8s/.kube/schema/v1.6.6/schema629255130
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,6 @@
|
||||
@using Microsoft.AspNetCore.Identity
|
||||
@using Identity.API.Models
|
||||
@using Microsoft.eShopOnContainers.Services.Identity.API.Models
|
||||
|
||||
|
||||
@inject SignInManager<ApplicationUser> SignInManager
|
||||
@inject UserManager<ApplicationUser> UserManager
|
||||
|
Loading…
x
Reference in New Issue
Block a user