From 65f4e5047131a3675f334ec4a57754e633ff9cc1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 30 Sep 2025 19:11:51 +0000 Subject: [PATCH 1/3] Initial plan From 0564ed778b9324391d4285023d4f21bbc5947c6c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 30 Sep 2025 19:15:13 +0000 Subject: [PATCH 2/3] Remove IWAPI section from extensions index Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com> --- entity-framework/core/extensions/index.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/entity-framework/core/extensions/index.md b/entity-framework/core/extensions/index.md index 67e851f28d..7d1358b8d0 100644 --- a/entity-framework/core/extensions/index.md +++ b/entity-framework/core/extensions/index.md @@ -52,12 +52,6 @@ Entity Framework Visual Editor is a Visual Studio extension that adds an O/RM de [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=michaelsawczyn.EFDesigner2022) -### IWAPI - -IWAPI (Instant Web API) is a scaffolding engine for .NET Core that can automate the generation of DbContext classes, entities, models and creates a working Web API from any SQL Server database. - -[Website](https://instantwebapi.com/) - ### efmig efmig is a multi-platform GUI application that speeds up daily development when working with Entity Framework Core. It covers the most popular use cases such as migration code and script generation with simple, one-click interface. For EF Core: 2-8. From 8095a4fd0b9dc734bf693a40667cf14838b9ac87 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 30 Sep 2025 19:17:42 +0000 Subject: [PATCH 3/3] Update ms.date in header Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com> --- entity-framework/core/extensions/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entity-framework/core/extensions/index.md b/entity-framework/core/extensions/index.md index 7d1358b8d0..cae6e6d949 100644 --- a/entity-framework/core/extensions/index.md +++ b/entity-framework/core/extensions/index.md @@ -2,7 +2,7 @@ title: Tools & Extensions - EF Core description: External tools and extensions for Entity Framework Core author: ErikEJ -ms.date: 05/22/2024 +ms.date: 09/30/2025 uid: core/extensions/index ---