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

Circular Dependency Changes #1148

Merged
merged 5 commits into from Jun 10, 2020
Merged

Commits on Jun 9, 2020

  1. Implement custom segmented stack for requests

    Define a new SegmentedStack<T> that allows us maintain segments of the request stack, meaning we can resolve decorators without allocating an entirely new operation.
    alistairjevans committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    d3f98aa View commit details
    Browse the repository at this point in the history
  2. In netstandard2.1, use TryEnsureSufficientExecutionStack after we hav…

    …e passed our typicaly max resolve depth, and only throw once it fails.
    alistairjevans committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    a847162 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57904bb View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Configuration menu
    Copy the full SHA
    a29ef28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd8bc4f View commit details
    Browse the repository at this point in the history