Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
beth
Posts
Comments
C
C#
•
Created by Zee on 11/7/2024 in
#help
implement stripe payment feature for asp.net core web api and wpf
You've set the session url to the id. You can just use the url directly instead of trying to add session.payment to the start
5 replies
C
C#
•
Created by Stage on 11/10/2024 in
#help
Possible race condition?
I'd also consider using transient unless you intend for the state of the ioauthclient to be shared/mutated by other classes in the same request
6 replies
C
C#
•
Created by Stage on 11/10/2024 in
#help
Possible race condition?
Should be ok. You're injecting it as scoped so you'll get 1 instance per request. I'd personally avoid mutating the state of an injected class like that but in this case it should be safe
6 replies