-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Razor Pages are entirely missing from DLLs since 2.0.2-preview #2183
Comments
We need to look into this: Looks like there was a breaking change in the ASP.NET Core views between NET5 and 6. Thanks for opening the issue. Possibly related to: #2095 |
This should be it. |
This is due to a breaking change between net5 and net6. |
We've applied a workaround in 2.9.0 which should address the issue. The root cause is a breaking change in ASP.NET Core 6 with the Razor pages. |
Microsoft.Identity.Web Library
Microsoft.Identity.Web.UI
Microsoft.Identity.Web version
2.7.0
Web app
Sign-in users
Web API
Not Applicable
Token cache serialization
Not Applicable
Description
Since version 2.0.2-preview of this library, the compiled Razor Pages are entirely missing from the nuget package for .net6.0+ targets.
This also obviously prevents these pages from being routed to, since the endpoints for the razor pages also doesn't exist, the URL generated here does not know of a page identified by
/Account/SignedOut
.Reproduction steps
Error message
No response
Id Web logs
No response
Relevant code snippets
Regression
2.0.0-beta, all 1.x versions
Expected behavior
The razor pages exist
The text was updated successfully, but these errors were encountered: