-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
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
Improved re-entrancy Scope Lock for Session Value Layout Render #850
Commits on Aug 10, 2022
-
Re-Entrancy management for Session Value Layout Render. Also fix spel…
…ling errors and remove unused using statements.
Burak Akgerman committedAug 10, 2022 Configuration menu - View commit details
-
Copy full SHA for 99b5345 - Browse repository at this point
Copy the full SHA 99b5345View commit details -
Make the code more similar between ASP.NET and ASP.NET Core.
Burak Akgerman committedAug 10, 2022 Configuration menu - View commit details
-
Copy full SHA for 430e139 - Browse repository at this point
Copy the full SHA 430e139View commit details -
Add NET 35 recursion prevention
Burak Akgerman committedAug 10, 2022 Configuration menu - View commit details
-
Copy full SHA for 60e8329 - Browse repository at this point
Copy the full SHA 60e8329View commit details
Commits on Aug 11, 2022
-
Implement a re-entrancy manager
Burak Akgerman committedAug 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 3084390 - Browse repository at this point
Copy the full SHA 3084390View commit details -
Rename a method in ReEntrantManager to make more sense
Burak Akgerman committedAug 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 68842b4 - Browse repository at this point
Copy the full SHA 68842b4View commit details -
rename a variable to make more sense
Burak Akgerman committedAug 11, 2022 Configuration menu - View commit details
-
Copy full SHA for b0c38e0 - Browse repository at this point
Copy the full SHA b0c38e0View commit details -
Burak Akgerman committed
Aug 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 6b5577f - Browse repository at this point
Copy the full SHA 6b5577fView commit details -
Burak Akgerman committed
Aug 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 13d6a92 - Browse repository at this point
Copy the full SHA 13d6a92View commit details -
Attmpt to obtain the lock in the ctor of ReEntrantManager
Burak Akgerman committedAug 11, 2022 Configuration menu - View commit details
-
Copy full SHA for eca59da - Browse repository at this point
Copy the full SHA eca59daView commit details -
ctor and InternalLogger changes
Burak Akgerman committedAug 11, 2022 Configuration menu - View commit details
-
Copy full SHA for c3272c4 - Browse repository at this point
Copy the full SHA c3272c4View commit details -
Burak Akgerman committed
Aug 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 990f8d1 - Browse repository at this point
Copy the full SHA 990f8d1View commit details -
Burak Akgerman committed
Aug 11, 2022 Configuration menu - View commit details
-
Copy full SHA for ca961c9 - Browse repository at this point
Copy the full SHA ca961c9View commit details -
Burak Akgerman committed
Aug 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 89d7588 - Browse repository at this point
Copy the full SHA 89d7588View commit details -
Simplify Disposal by eliminate separate DisposalImpl method
Burak Akgerman committedAug 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 331d6ab - Browse repository at this point
Copy the full SHA 331d6abView commit details
Commits on Aug 12, 2022
-
Implement the requested change
Burak Akgerman committedAug 12, 2022 Configuration menu - View commit details
-
Copy full SHA for f02ee7d - Browse repository at this point
Copy the full SHA f02ee7dView commit details -
Fxied to use static TryGetLock() method
Burak Akgerman committedAug 12, 2022 Configuration menu - View commit details
-
Copy full SHA for 951a9c8 - Browse repository at this point
Copy the full SHA 951a9c8View commit details -
Split the code to eliminate compiler warnings
Burak Akgerman committedAug 12, 2022 Configuration menu - View commit details
-
Copy full SHA for 3b5f196 - Browse repository at this point
Copy the full SHA 3b5f196View commit details -
reduce number of private methods
Burak Akgerman committedAug 12, 2022 Configuration menu - View commit details
-
Copy full SHA for 7a52795 - Browse repository at this point
Copy the full SHA 7a52795View commit details