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

#1228 #1235 #1247 Overloaded AddOcelot method for dynamic FileConfiguration construction #1569

Merged
merged 10 commits into from
Sep 23, 2023

Commits on Jul 10, 2023

  1. Added AddOcelot Configbuilder Overload

    Added an AddOcelot overload to load FileConfiguration directly from the application, so that all the routes could be made configurable and could be load from anywhere.
    vijay-karavadra authored and raman-m committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    b888c74 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Code review changes

    vijay-karavadra committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    9e061a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    005d5ff View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. code review

    raman-m committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    7e78af9 View commit details
    Browse the repository at this point in the history
  2. CA1816 Change ConfigurationReloadTests.Dispose() to call GC.SuppressF…

    …inalize(object). This will prevent derived types that introduce a finalizer from needing to re-implement 'IDisposable' to call it.
    raman-m committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    e75cdcc View commit details
    Browse the repository at this point in the history
  3. SYSLIB1045 Use 'GeneratedRegexAttribute' to generate the regular expr…

    …ession implementation at compile-time.
    raman-m committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    c6e4fb0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f07522 View commit details
    Browse the repository at this point in the history
  5. Add developer's XML-docs

    raman-m committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    39520a9 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

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

Commits on Sep 23, 2023

  1. Configuration menu
    Copy the full SHA
    737ed28 View commit details
    Browse the repository at this point in the history