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

Publish EntityUpdatedEvent when navigation changes. #19079

Merged
merged 5 commits into from
Apr 3, 2024

Update AbpDbContext.cs

56c8d42
Select commit
Loading
Failed to load commit list.
Merged

Publish EntityUpdatedEvent when navigation changes. #19079

Update AbpDbContext.cs
56c8d42
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Mar 25, 2024 in 0s

94.08% of diff hit (target 51.55%)

View this Pull Request on Codecov

94.08% of diff hit (target 51.55%)

Annotations

Check warning on line 355 in framework/src/Volo.Abp.EntityFrameworkCore/Volo/Abp/EntityFrameworkCore/AbpDbContext.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

framework/src/Volo.Abp.EntityFrameworkCore/Volo/Abp/EntityFrameworkCore/AbpDbContext.cs#L353-L355

Added lines #L353 - L355 were not covered by tests

Check warning on line 93 in framework/src/Volo.Abp.EntityFrameworkCore/Volo/Abp/EntityFrameworkCore/ChangeTrackers/AbpEfCoreNavigationHelper.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

framework/src/Volo.Abp.EntityFrameworkCore/Volo/Abp/EntityFrameworkCore/ChangeTrackers/AbpEfCoreNavigationHelper.cs#L92-L93

Added lines #L92 - L93 were not covered by tests

Check warning on line 137 in framework/src/Volo.Abp.EntityFrameworkCore/Volo/Abp/EntityFrameworkCore/ChangeTrackers/AbpEfCoreNavigationHelper.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

framework/src/Volo.Abp.EntityFrameworkCore/Volo/Abp/EntityFrameworkCore/ChangeTrackers/AbpEfCoreNavigationHelper.cs#L136-L137

Added lines #L136 - L137 were not covered by tests

Check warning on line 18 in framework/src/Volo.Abp.EntityFrameworkCore/Volo/Abp/EntityFrameworkCore/EntityHistory/NullEntityHistoryHelper.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

framework/src/Volo.Abp.EntityFrameworkCore/Volo/Abp/EntityFrameworkCore/EntityHistory/NullEntityHistoryHelper.cs#L18

Added line #L18 was not covered by tests

Check warning on line 20 in framework/src/Volo.Abp.EntityFrameworkCore/Volo/Abp/EntityFrameworkCore/EntityHistory/NullEntityHistoryHelper.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

framework/src/Volo.Abp.EntityFrameworkCore/Volo/Abp/EntityFrameworkCore/EntityHistory/NullEntityHistoryHelper.cs#L20

Added line #L20 was not covered by tests

Check warning on line 54 in framework/test/Volo.Abp.EntityFrameworkCore.Tests/Volo/Abp/EntityFrameworkCore/AbpEntityFrameworkCoreTestModule.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

framework/test/Volo.Abp.EntityFrameworkCore.Tests/Volo/Abp/EntityFrameworkCore/AbpEntityFrameworkCoreTestModule.cs#L53-L54

Added lines #L53 - L54 were not covered by tests

Check warning on line 48 in framework/test/Volo.Abp.TestApp/Volo/Abp/TestApp/Domain/AppEntityWithNavigations.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

framework/test/Volo.Abp.TestApp/Volo/Abp/TestApp/Domain/AppEntityWithNavigations.cs#L46-L48

Added lines #L46 - L48 were not covered by tests

Check warning on line 73 in framework/test/Volo.Abp.TestApp/Volo/Abp/TestApp/Domain/AppEntityWithNavigations.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

framework/test/Volo.Abp.TestApp/Volo/Abp/TestApp/Domain/AppEntityWithNavigations.cs#L73

Added line #L73 was not covered by tests

Check warning on line 75 in framework/test/Volo.Abp.TestApp/Volo/Abp/TestApp/Domain/AppEntityWithNavigations.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

framework/test/Volo.Abp.TestApp/Volo/Abp/TestApp/Domain/AppEntityWithNavigations.cs#L75

Added line #L75 was not covered by tests

Check warning on line 48 in modules/identity/test/Volo.Abp.Identity.Domain.Tests/Volo/Abp/Identity/Distributed_User_Change_Event_Tests.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

modules/identity/test/Volo.Abp.Identity.Domain.Tests/Volo/Abp/Identity/Distributed_User_Change_Event_Tests.cs#L48

Added line #L48 was not covered by tests

Check warning on line 51 in modules/identity/test/Volo.Abp.Identity.Domain.Tests/Volo/Abp/Identity/Distributed_User_Change_Event_Tests.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

modules/identity/test/Volo.Abp.Identity.Domain.Tests/Volo/Abp/Identity/Distributed_User_Change_Event_Tests.cs#L51

Added line #L51 was not covered by tests