Skip to content
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

Merged
merged 18 commits into from
Aug 12, 2022

Commits on Aug 10, 2022

  1. Re-Entrancy management for Session Value Layout Render. Also fix spel…

    …ling errors and remove unused using statements.
    Burak Akgerman committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    99b5345 View commit details
    Browse the repository at this point in the history
  2. Make the code more similar between ASP.NET and ASP.NET Core.

    Burak Akgerman committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    430e139 View commit details
    Browse the repository at this point in the history
  3. Add NET 35 recursion prevention

    Burak Akgerman committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    60e8329 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Implement a re-entrancy manager

    Burak Akgerman committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    3084390 View commit details
    Browse the repository at this point in the history
  2. Rename a method in ReEntrantManager to make more sense

    Burak Akgerman committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    68842b4 View commit details
    Browse the repository at this point in the history
  3. rename a variable to make more sense

    Burak Akgerman committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    b0c38e0 View commit details
    Browse the repository at this point in the history
  4. review changes

    Burak Akgerman committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    6b5577f View commit details
    Browse the repository at this point in the history
  5. committed too soon, now fixed

    Burak Akgerman committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    13d6a92 View commit details
    Browse the repository at this point in the history
  6. Attmpt to obtain the lock in the ctor of ReEntrantManager

    Burak Akgerman committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    eca59da View commit details
    Browse the repository at this point in the history
  7. ctor and InternalLogger changes

    Burak Akgerman committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    c3272c4 View commit details
    Browse the repository at this point in the history
  8. review changes

    Burak Akgerman committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    990f8d1 View commit details
    Browse the repository at this point in the history
  9. rename class as requested

    Burak Akgerman committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    ca961c9 View commit details
    Browse the repository at this point in the history
  10. Renamed

    Burak Akgerman committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    89d7588 View commit details
    Browse the repository at this point in the history
  11. Simplify Disposal by eliminate separate DisposalImpl method

    Burak Akgerman committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    331d6ab View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Implement the requested change

    Burak Akgerman committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    f02ee7d View commit details
    Browse the repository at this point in the history
  2. Fxied to use static TryGetLock() method

    Burak Akgerman committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    951a9c8 View commit details
    Browse the repository at this point in the history
  3. Split the code to eliminate compiler warnings

    Burak Akgerman committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    3b5f196 View commit details
    Browse the repository at this point in the history
  4. reduce number of private methods

    Burak Akgerman committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    7a52795 View commit details
    Browse the repository at this point in the history