We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Web.Tests project
ABP v5.0.1 / MVC / EF Core Razor page integration tests always redirect to /Error?httpStatusCode=404.
/Error?httpStatusCode=404
Run abp new Acme.BookStore Execute the Index_Tests test in the Web.Tests project
abp new Acme.BookStore
Index_Tests
I tested it with abp 5.0.0. It's OK.
I checked the changes between 5.0.0-5.0.1 and it seems to be related to #10947
The text was updated successfully, but these errors were encountered:
Add Web module as CompiledRazorAssemblyPart.
CompiledRazorAssemblyPart
5dfca00
Resolve #11183
maliming
No branches or pull requests
ABP v5.0.1 / MVC / EF Core
Razor page integration tests always redirect to
/Error?httpStatusCode=404
.Reproduce
Run
abp new Acme.BookStore
Execute the
Index_Tests
test in the Web.Tests projectI tested it with abp 5.0.0. It's OK.
I checked the changes between 5.0.0-5.0.1 and it seems to be related to #10947
The text was updated successfully, but these errors were encountered: