Skip to content

[release/2.1] Microsoft.AspNetCore.Identity.UI does not build correctly #30503

Open
@wtgodbe

Description

@wtgodbe

https://github.com/dotnet/aspnetcore/blob/release/2.1/src/Identity/UI/src/Microsoft.AspNetCore.Identity.UI.csproj does not build correctly in release/2.1 currently - not all expected outputs are being produced. It appears that it doesn't actually import the razor props/targets from https://github.com/dotnet/aspnetcore/tree/release/2.1/src/Razor/Sdk.Razor/src/build/netstandard2.0. We should figure out why it's broken and fix it before we need to patch it again, at which time we should remove the condition here:

<Target Name="VerifyBuildOutputs" AfterTargets="Build" Condition="'$(IsPackageInThisPatch)' == 'true'">

Metadata

Metadata

Assignees

Labels

affected-mostThis issue impacts most of the customersarea-identityIncludes: Identity and providersarea-infrastructureIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworkbugThis issue describes a behavior which is not expected - a bug.investigateseverity-minorThis label is used by an internal tool

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions