From 7bf7efd64bc3980138f3afc78fb45f8fc7fe1b23 Mon Sep 17 00:00:00 2001 From: maliming Date: Fri, 17 Apr 2026 16:31:12 +0800 Subject: [PATCH 1/3] Add AbpUiResource as base for AbpFeatureManagementResource in Web module --- .../AbpFeatureManagementWebModule.cs | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/modules/feature-management/src/Volo.Abp.FeatureManagement.Web/AbpFeatureManagementWebModule.cs b/modules/feature-management/src/Volo.Abp.FeatureManagement.Web/AbpFeatureManagementWebModule.cs index 1c8c2a2572..bd4d26bb8c 100644 --- a/modules/feature-management/src/Volo.Abp.FeatureManagement.Web/AbpFeatureManagementWebModule.cs +++ b/modules/feature-management/src/Volo.Abp.FeatureManagement.Web/AbpFeatureManagementWebModule.cs @@ -1,10 +1,12 @@ -using Microsoft.AspNetCore.Mvc.RazorPages; +using Localization.Resources.AbpUi; +using Microsoft.AspNetCore.Mvc.RazorPages; using Microsoft.Extensions.DependencyInjection; using Volo.Abp.AspNetCore.Mvc.Localization; using Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared; using Volo.Abp.FeatureManagement.Localization; using Volo.Abp.FeatureManagement.Settings; using Volo.Abp.Http.ProxyScripting.Generators.JQuery; +using Volo.Abp.Localization; using Volo.Abp.Modularity; using Volo.Abp.SettingManagement.Web; using Volo.Abp.SettingManagement.Web.Pages.SettingManagement; @@ -38,6 +40,13 @@ public class AbpFeatureManagementWebModule : AbpModule public override void ConfigureServices(ServiceConfigurationContext context) { + Configure(options => + { + options.Resources + .Get() + .AddBaseTypes(typeof(AbpUiResource)); + }); + Configure(options => { options.FileSets.AddEmbedded(); From f38cbd7922195c7929d6d1e7ccdad8ba6ed42f71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alper=20Ebi=C3=A7o=C4=9Flu?= <9526587+ebicoglu@users.noreply.github.com> Date: Fri, 17 Apr 2026 15:54:29 +0300 Subject: [PATCH 2/3] Update Post.md --- .../Post.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/docs/en/Community-Articles/2026-04-17-Top-AI-Coding-Models-2026-Rankings/Post.md b/docs/en/Community-Articles/2026-04-17-Top-AI-Coding-Models-2026-Rankings/Post.md index 576755ba87..f8d7cf2b3f 100644 --- a/docs/en/Community-Articles/2026-04-17-Top-AI-Coding-Models-2026-Rankings/Post.md +++ b/docs/en/Community-Articles/2026-04-17-Top-AI-Coding-Models-2026-Rankings/Post.md @@ -1,19 +1,5 @@ # Top AI Coding Models in 2026: Which One Should Developers Actually Use? -Meta Description: -Explore the top AI coding models in 2026, ranked by performance, real-world usage, and developer experience. Find the best model for your workflow. - -Keywords: - -* AI coding models 2026 -* best AI for programming -* GPT-5 vs Claude vs Gemini -* code generation AI tools -* AI developer assistants -* LLM coding benchmarks - ---- - ## Introduction AI coding tools went from “cool autocomplete” to “basically your junior dev (who never sleeps)” in just a couple of years. From d0f7ce05eba909f222961f823d8a9eb3306a1266 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alper=20Ebi=C3=A7o=C4=9Flu?= <9526587+ebicoglu@users.noreply.github.com> Date: Fri, 17 Apr 2026 15:54:49 +0300 Subject: [PATCH 3/3] Update Post.md --- .../2026-04-17-Top-AI-Coding-Models-2026-Rankings/Post.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/en/Community-Articles/2026-04-17-Top-AI-Coding-Models-2026-Rankings/Post.md b/docs/en/Community-Articles/2026-04-17-Top-AI-Coding-Models-2026-Rankings/Post.md index f8d7cf2b3f..ced75b12ef 100644 --- a/docs/en/Community-Articles/2026-04-17-Top-AI-Coding-Models-2026-Rankings/Post.md +++ b/docs/en/Community-Articles/2026-04-17-Top-AI-Coding-Models-2026-Rankings/Post.md @@ -1,5 +1,3 @@ -# Top AI Coding Models in 2026: Which One Should Developers Actually Use? - ## Introduction AI coding tools went from “cool autocomplete” to “basically your junior dev (who never sleeps)” in just a couple of years.