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

Introduced DI #25

Open
wants to merge 28 commits into
base: master
Choose a base branch
from
Open

Introduced DI #25

wants to merge 28 commits into from

Commits on Jul 4, 2024

  1. FS clean up

    lsfera committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    ab10cc1 View commit details
    Browse the repository at this point in the history
  2. suppress CS1591 (Missing XML comment for publicly visible type or mem…

    …ber) at project level
    lsfera committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    977f203 View commit details
    Browse the repository at this point in the history
  3. made UseTable() optional

    lsfera committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    ad74d3c View commit details
    Browse the repository at this point in the history
  4. enforce AOT

    lsfera committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    b59d386 View commit details
    Browse the repository at this point in the history
  5. rename IConsumes to IHandles

    lsfera committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    71c1f14 View commit details
    Browse the repository at this point in the history
  6. Use double quote

    lsfera committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    86656ec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    438cf21 View commit details
    Browse the repository at this point in the history
  8. unused directive

    lsfera committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    b24c01f View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    b024c6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cc1fed View commit details
    Browse the repository at this point in the history
  3. Added demo projrct for DI

    lsfera committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    380d06a View commit details
    Browse the repository at this point in the history
  4. Enhanced logging

    lsfera committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    acf5f4d View commit details
    Browse the repository at this point in the history
  5. bumped version to 0.1.1

    lsfera committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    e918dfa View commit details
    Browse the repository at this point in the history
  6. allow tableDescriptor access

    lsfera committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    2055fed View commit details
    Browse the repository at this point in the history
  7. renamed vars

    lsfera committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    eadba73 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    c097047 View commit details
    Browse the repository at this point in the history
  2. rename extension method

    lsfera committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    ef9ac95 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. move to files

    lsfera committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    345cad6 View commit details
    Browse the repository at this point in the history
  2. simplified di registration

    lsfera committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    645ec1a View commit details
    Browse the repository at this point in the history
  3. collapse project

    lsfera committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    ca28054 View commit details
    Browse the repository at this point in the history
  4. rename folder

    lsfera committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    f4cfe0c View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. mark as implicit usage

    lsfera committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    f9bf48f View commit details
    Browse the repository at this point in the history
  2. switch to prepared statement

    lsfera committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    7fff1b4 View commit details
    Browse the repository at this point in the history
  3. dispose resources

    lsfera committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    f0c4160 View commit details
    Browse the repository at this point in the history
  4. explicit defaults

    lsfera committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    8db4187 View commit details
    Browse the repository at this point in the history
  5. add PublisherOptions

    lsfera committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    c446721 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e71999b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2351af1 View commit details
    Browse the repository at this point in the history