Skip to content

Commit

Permalink
engine=spotless
Browse files Browse the repository at this point in the history
nb_files_neither_included_nor_excluded: 4
nb_files_formatted: 1
eventKey: random-8e63a78d-76fb-44ad-b2fc-3d7afac50953
  • Loading branch information
cleanthat[bot] authored Nov 23, 2023
1 parent 29fcd2f commit cfa62dc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Abstractions/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---

title: Dgmjr.EntityFrameworkCore.Abstractions
lastmod: 2023-10-10T08:39:22:00.000Z
date: 2023-10-10T08:39:22:00.000Z
Expand All @@ -13,7 +14,7 @@ keywords:
- dgmjr
- dgmjr-io
type: readme
---
------------

Check warning on line 17 in src/Abstractions/README.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

src/Abstractions/README.md#L17

[rule-style] Rules should use `---`

# DGMJR Entity Framework Core Abstractions

Expand All @@ -29,6 +30,8 @@ Contains a bunch of "abstractions" for working with EntityFrameworkCore, specifi
- [IValidatableDbContext{TSelf}](https://github.com/dgmjr-io/EntityFrameworkCore/blob/main/src/Abstractions/IValidatableDbContext{TSelf}.cs)

## Interfaces for Entities

- [IEntity](https://github.com/dgmjr-io/EntityFrameworkCore/blob/main/src/Abstractions/IEntity/IEntity.cs)
- [IEntity{TId}](https://github.com/dgmjr-io/EntityFrameworkCore/blob/main/src/Abstractions/IEntity/IEntity{TId}.cs)
- [IEntity{TSelf,TId}](https://github.com/dgmjr-io/EntityFrameworkCore/blob/main/src/Abstractions/IEntity/IEntity{TSelf,TId}.cs)

0 comments on commit cfa62dc

Please sign in to comment.