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

added fluent WithIdentityInsert() method in order to deactivate and reactivate Identity insert in an sql database. Added a test project using TestContainers #468

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

Commits on May 16, 2024

  1. added fluent WithIdentityInsert() method in order to deactivate and r…

    …eactivate Identity insert in an sql database.
    
    added a test project with a test container to run an actual sql server for testing purposes
    francisgauthier1 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    645c23d View commit details
    Browse the repository at this point in the history
  2. removed bak files

    francisgauthier1 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    22b7cfa View commit details
    Browse the repository at this point in the history
  3. moved entities

    francisgauthier1 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    ce68260 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9453c1c View commit details
    Browse the repository at this point in the history
  5. upgraded to dotnet 8

    francisgauthier1 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    dfb2c90 View commit details
    Browse the repository at this point in the history
  6. upgrade dotnet 8

    francisgauthier1 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    15152d6 View commit details
    Browse the repository at this point in the history
  7. added pipeline

    francisgauthier1 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    304f5e0 View commit details
    Browse the repository at this point in the history
  8. added yml

    francisgauthier1 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    83d7f7a View commit details
    Browse the repository at this point in the history
  9. removed pipeline

    francisgauthier1 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    622731c View commit details
    Browse the repository at this point in the history
  10. revert dotnet version to 7

    Signed-off-by: Francis Gauthier <[email protected]>
    francisgauthier1 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    3cbf274 View commit details
    Browse the repository at this point in the history
  11. revert dotnet version to 7

    Signed-off-by: Francis Gauthier <[email protected]>
    francisgauthier1 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    6db02b1 View commit details
    Browse the repository at this point in the history
  12. revert dotnet version to 7

    Signed-off-by: Francis Gauthier <[email protected]>
    francisgauthier1 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    76af958 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3df5ce2 View commit details
    Browse the repository at this point in the history
  14. modified tests

    francisgauthier1 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    c065355 View commit details
    Browse the repository at this point in the history