标签: c# asp.net-core asp.net-core-identity
使用最新版本asp.net-core 2.0 preview2,我现在收到IdentityServiceOptions不存在的错误。
asp.net-core 2.0 preview2
IdentityServiceOptions
它是命名空间的一部分:Microsoft.AspNetCore.Identity.Service但不再定义。
Microsoft.AspNetCore.Identity.Service
有谁知道替换它的是什么?
答案 0 :(得分:1)
正如宣布的here,Microsoft的B2C模拟器/ OIDC开发服务器(又称身份即服务)将不会作为2.0 RTM的一部分发布,因此已从最新的公开预览中删除。