Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
tera
Posts
Comments
C
C#
•
Created by Arch Leaders on 6/28/2024 in
#help
Restrict register endpoint using ASP.NET Core Identity
actually nvm about this point, seems fine either way
14 replies
C
C#
•
Created by Arch Leaders on 6/28/2024 in
#help
Restrict register endpoint using ASP.NET Core Identity
you likely don't need everything that it includes
14 replies
C
C#
•
Created by Arch Leaders on 6/28/2024 in
#help
Restrict register endpoint using ASP.NET Core Identity
i feel like this is just meant as a starting point.. it's not gonna fit everyones needs
14 replies
C
C#
•
Created by Arch Leaders on 6/28/2024 in
#help
Restrict register endpoint using ASP.NET Core Identity
https://github.com/dotnet/aspnetcore/blob/main/src/Identity/Core/src/IdentityApiEndpointRouteBuilderExtensions.cs
14 replies
C
C#
•
Created by Arch Leaders on 6/28/2024 in
#help
Restrict register endpoint using ASP.NET Core Identity
well ok 500ish lines 😂 but its not complicated stuff
14 replies
C
C#
•
Created by Arch Leaders on 6/28/2024 in
#help
Restrict register endpoint using ASP.NET Core Identity
whole MapIdentityApi is not much code
14 replies
C
C#
•
Created by Arch Leaders on 6/28/2024 in
#help
Restrict register endpoint using ASP.NET Core Identity
so you should rather just copy and edit it to suit your needs
14 replies
C
C#
•
Created by Arch Leaders on 6/28/2024 in
#help
Restrict register endpoint using ASP.NET Core Identity
but anyway that register endpoint is really meant to be used by the user creating their account, not an admin
14 replies
C
C#
•
Created by Arch Leaders on 6/28/2024 in
#help
Restrict register endpoint using ASP.NET Core Identity
you could write a middleware
14 replies
C
C#
•
Created by Komitet on 6/25/2024 in
#help
✅ Access to the path 'C:\Users\Administarto\AppData\Local\Application Data' is denied
and program run as admin?
48 replies
C
C#
•
Created by Komitet on 6/25/2024 in
#help
✅ Access to the path 'C:\Users\Administarto\AppData\Local\Application Data' is denied
probably need admin permissions to read those files
48 replies
C
C#
•
Created by Joschi on 6/24/2024 in
#help
✅ EFCore fetching all data in nearly all tables after a single insert
so when i ask what you do, i generally expect code :p
18 replies
C
C#
•
Created by Joschi on 6/24/2024 in
#help
✅ EFCore fetching all data in nearly all tables after a single insert
sharing just "important bits" might miss something
18 replies
C
C#
•
Created by Joschi on 6/24/2024 in
#help
✅ EFCore fetching all data in nearly all tables after a single insert
at least i would try strip down the method to minimal repro.. then share
18 replies
C
C#
•
Created by Joschi on 6/24/2024 in
#help
✅ EFCore fetching all data in nearly all tables after a single insert
can you at least show full method code? do you set up anything in the dbcontext?
18 replies
C
C#
•
Created by Joschi on 6/24/2024 in
#help
✅ EFCore fetching all data in nearly all tables after a single insert
do you use lazy loading
18 replies
C
C#
•
Created by Joschi on 6/24/2024 in
#help
✅ EFCore fetching all data in nearly all tables after a single insert
i have no experience with StronglyTypedId but I don't see how just that would cause such behaviour
18 replies
C
C#
•
Created by Joschi on 6/24/2024 in
#help
✅ EFCore fetching all data in nearly all tables after a single insert
- is it always happening - is it only one place - what else goes on in the method where it happens ...
18 replies
C
C#
•
Created by Joschi on 6/24/2024 in
#help
✅ EFCore fetching all data in nearly all tables after a single insert
is project public? bigger picture might help
18 replies
C
C#
•
Created by Joschi on 6/24/2024 in
#help
✅ EFCore fetching all data in nearly all tables after a single insert
this sounds very odd if what you said were the only changes
18 replies