From 6bbc12d964f5f60dec70fb6e200853718a544d44 Mon Sep 17 00:00:00 2001 From: fx <52990061+quyvu01@users.noreply.github.com> Date: Tue, 7 Jan 2025 13:28:41 +0700 Subject: [PATCH] Update OfX-EFCore README.md. Currently, OfX-EfCore are supporting primitive types! --- src/OfX.EntityFrameworkCore/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/OfX.EntityFrameworkCore/README.md b/src/OfX.EntityFrameworkCore/README.md index 70769d7..efcae7d 100644 --- a/src/OfX.EntityFrameworkCore/README.md +++ b/src/OfX.EntityFrameworkCore/README.md @@ -53,7 +53,7 @@ Here, you can use the method `AddDbContexts()`, which takes `DbContext(s)` to ex That all! Let go to the moon! -Note: In this release, Id is exclusively supported as a string. But hold tight—I'm gearing up to blow your mind with the next update! Stay tuned! +Note: In this release, Id is exclusively supported as string, Guid, int, long...(primitive types). But hold tight—I'll be back to support the strongly-type! Stay tuned! | Package Name | Description | .NET Version | Document | |----------------------------------------------------------|-------------------------------------------------------------------------------------------------|--------------|---------------------------------------------------------------------------| @@ -61,4 +61,4 @@ Note: In this release, Id is exclusively supported as a string. But hold tight | [OfX-EFCore](https://www.nuget.org/packages/OfX-EFCore/) | This is the OfX extension package using EntityFramework to fetch data | 8.0, 9.0 | This Document | | [OfX-gRPC](https://www.nuget.org/packages/OfX-gRPC/) | OfX.gRPC is an extension package for OfX that leverages gRPC for efficient data transportation. | 8.0, 9.0 | [ReadMe](https://github.com/quyvu01/OfX/blob/main/src/OfX.Grpc/README.md) | | [OfX-Nats](https://www.nuget.org/packages/OfX-Nats/) | OfX-Nats is an extension package for OfX that leverages Nats for efficient data transportation. | 8.0, 9.0 | [ReadMe](https://github.com/quyvu01/OfX/blob/main/src/OfX.Nats/README.md) | ---- \ No newline at end of file +---