This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
fix Breaking change net 5 missing method
app.UseDatabaseErrorPage()
https://github.com/dotnet/efcore/issues/22687
pull/1559/head
Borja García Rodríguez
4 years ago
parent
ff728ec096
commit
1857cc1c9e
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/Services/Identity/Identity.API/Startup.cs
+ 0
- 1
src/Services/Identity/Identity.API/Startup.cs
View File
@ -128,7 +128,6 @@ namespace Microsoft.eShopOnContainers.Services.Identity.API
if
(
env
.
IsDevelopment
(
)
)
{
app
.
UseDeveloperExceptionPage
(
)
;
app
.
UseDatabaseErrorPage
(
)
;
}
else
{
Write
Preview
Loading…
Cancel
Save