Replies: 1 comment
-
You must use the ApplicationContextManager from the Csla.AspNetCore package to get correct behavior in aspnetcore. The default is to use AsyncLocal, which works in .NET Core, but not in aspnetcore. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Csla.ApplicationContext not work in .net core 3.1
may be need add Compile options when in web aspnetcore project,should use HttpContext direct " in code" with IHttpContextAccessor?
Beta Was this translation helpful? Give feedback.
All reactions