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

Mentioning Laraue.EfCoreTriggers #3556

Merged
merged 5 commits into from
Nov 19, 2021

Conversation

MaxDZ8
Copy link
Contributor

@MaxDZ8 MaxDZ8 commented Nov 13, 2021

I am in no way related with the framework nor its author.

This has been just a quick find; I would certainly like someone to evaluate it in more detail. I do not have the time budget to assess it and we could discuss whatever I have the means in the first place.

The repository contains a .dll which is provided to LoadExtension for testing. As much as I understand what it might be, it made me raise an eyebrow as I don't enjoy having binaries into repositories.

I am also unable to assess whatever conversion of method calls is reasonably complete.

Nonetheless, I think the API is good, and the library has value.

### Laraue.EfCoreTriggers
Fluent API to declare triggers in `Context.OnModelCreating` which are later built into migrations. Providers to Postgres, MySql, SqlServer and SqlLite.

There is some support for method call expression conversion. The library is on par with framework releases and the devoloper seems engaged.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems out of scope for the content here...

@@ -359,3 +359,11 @@ It also has many useful features commonly used especially on web development. Fo

[GitHub repository](https://github.com/SitholeWB/Pagination.EntityFrameworkCore.Extensions)
[NuGet](https://www.nuget.org/packages/Pagination.EntityFrameworkCore.Extensions)

### Laraue.EfCoreTriggers
Fluent API to declare triggers in `Context.OnModelCreating` which are later built into migrations. Providers to Postgres, MySql, SqlServer and SqlLite.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please specify the supported EF Core versions (like it is done for all other extensions in this list)

@@ -363,7 +363,7 @@ It also has many useful features commonly used especially on web development. Fo
### Laraue.EfCoreTriggers
Fluent API to declare triggers in `Context.OnModelCreating` which are later built into migrations. Providers to Postgres, MySql, SqlServer and SqlLite.

There is some support for method call expression conversion. The library is on par with framework releases and the devoloper seems engaged.
Support for EFCore: 5, 6.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use the same format as everywhere else in this file - so right after the description, add: For EF Core: 5, 6.

Co-authored-by: Erik Ejlskov Jensen <ErikEJ@users.noreply.github.com>
@ajcvickers ajcvickers merged commit 4059c92 into dotnet:main Nov 19, 2021
@ajcvickers
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants