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

Entity framework configuration #12

Merged
merged 8 commits into from
Nov 26, 2024
Merged

Conversation

disouzam
Copy link
Member

  1. 64b52d6 Filtering out folders bin, obj, .git, .vs, .vscode, .config from showing in file explorer

  2. 22f78f7 Added .editorconfig to ensure a consistent code style is followed
    New file(s):

    • .editorconfig
  3. 574904d Made adjustments in namespaces to be in compliant with prohibition of underscores in naming as dictated by .editorconfig
    New file(s):

    • myfinance-web-wo-top-level-statement/Infrastructure/MyFinanceDbContext.cs
  4. 4928032 Added Entity Framework packages

    • Microsoft.EntityFrameworkCore, version 9.0.0
    • Microsoft.EntityFrameworkCore.SqlServer, version 9.0.0
  5. 912aed4 Creation of entities and configuration of DbContext
    New file(s):

    • myfinance-web-wo-top-level-statement/Domain/PlanoConta.cs
    • myfinance-web-wo-top-level-statement/Domain/Transacao.cs
  6. 44d64c8 Basic configuration to display one entry of database into home page to verify that Entity Framework is properly configured

@disouzam disouzam merged commit 5e41479 into main Nov 26, 2024
4 checks passed
@disouzam disouzam deleted the Entity-Framework-configuration branch November 26, 2024 23:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant