Open Source Web Application Framework for ASP.NET Core
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
maliming a25e94fe23
Address Copilot review: fix nullability and add whitespace tests
1 month ago
..
Volo.Abp Upgrade to .NET 10.0. 8 months ago
Volo.Abp.AI Add fallback to default chat client for unconfigured workspaces 3 months ago
Volo.Abp.AI.Abstractions Move AbpAIOptions to Abstractions project 7 months ago
Volo.Abp.ApiVersioning.Abstractions Upgrade to .NET 10.0. 8 months ago
Volo.Abp.AspNetCore refactor: streamline TickerQ initialization and enhance service access methods 2 months ago
Volo.Abp.AspNetCore.Abstractions Upgrade to .NET 10.0. 8 months ago
Volo.Abp.AspNetCore.Authentication.JwtBearer Upgrade to .NET 10.0. 8 months ago
Volo.Abp.AspNetCore.Authentication.OAuth Upgrade to .NET 10.0. 8 months ago
Volo.Abp.AspNetCore.Authentication.OpenIdConnect Upgrade to .NET 10.0. 8 months ago
Volo.Abp.AspNetCore.Bundling Upgrade to .NET 10.0. 8 months ago
Volo.Abp.AspNetCore.Components Upgrade to .NET 10.0. 8 months ago
Volo.Abp.AspNetCore.Components.MauiBlazor Provide a way to clear the `application configuration` cache for all users. 4 months ago
Volo.Abp.AspNetCore.Components.MauiBlazor.Bundling Revert "Initialize timezone service in AbpBlazorWebView" 7 months ago
Volo.Abp.AspNetCore.Components.MauiBlazor.Theming Merge branch 'dev' into net10.0 8 months ago
Volo.Abp.AspNetCore.Components.MauiBlazor.Theming.Bundling Upgrade to .NET 10.0. 8 months ago
Volo.Abp.AspNetCore.Components.Server Refactor token validation in CookieAuthenticationOptionsExtensions 4 months ago
Volo.Abp.AspNetCore.Components.Server.Theming Upgrade to .NET 10.0. 8 months ago
Volo.Abp.AspNetCore.Components.Web Refactor TableColumn width property to string type and implement BlaoriseFluentSizingParse for dynamic sizing in DataGrid columns 3 months ago
Volo.Abp.AspNetCore.Components.Web.Theming Merge pull request #24582 from abpframework/Home-Breadcrumb 4 months ago
Volo.Abp.AspNetCore.Components.WebAssembly fix: only enable browser request streaming over HTTPS in Blazor WASM 2 months ago
Volo.Abp.AspNetCore.Components.WebAssembly.Theming Upgrade to .NET 10.0. 8 months ago
Volo.Abp.AspNetCore.Components.WebAssembly.Theming.Bundling Upgrade to .NET 10.0. 8 months ago
Volo.Abp.AspNetCore.MultiTenancy Address Copilot review: fix nullability and add whitespace tests 1 month ago
Volo.Abp.AspNetCore.Mvc Merge pull request #25108 from abpframework/auto-merge/rel-10-1/4434 2 months ago
Volo.Abp.AspNetCore.Mvc.Client Merge pull request #24995 from abpframework/auto-merge/rel-10-1/4394 2 months ago
Volo.Abp.AspNetCore.Mvc.Client.Common Use static proxy to get `ApplicationConfiguration`. 3 months ago
Volo.Abp.AspNetCore.Mvc.Contracts Add UserSharingStrategy to MultiTenancyInfoDto 4 months ago
Volo.Abp.AspNetCore.Mvc.Dapr Upgrade to .NET 10.0. 8 months ago
Volo.Abp.AspNetCore.Mvc.Dapr.EventBus Upgrade to .NET 10.0. 8 months ago
Volo.Abp.AspNetCore.Mvc.NewtonsoftJson Introduce AddAbpOptions to prevent options deadlocks 5 months ago
Volo.Abp.AspNetCore.Mvc.UI Merge pull request #24639 from abpframework/auto-merge/rel-10-1/4280 4 months ago
Volo.Abp.AspNetCore.Mvc.UI.Bootstrap fix: avoid spacing for hidden MVC inputs (#25095) 2 months ago
Volo.Abp.AspNetCore.Mvc.UI.Bundling Use `Append` method instead of `HtmlEncoder`. 4 months ago
Volo.Abp.AspNetCore.Mvc.UI.Bundling.Abstractions Upgrade to .NET 10.0. 8 months ago
Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy Upgrade to .NET 10.0. 8 months ago
Volo.Abp.AspNetCore.Mvc.UI.Packages Remove jquery-form package and update abpAjaxForm 3 months ago
Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared Remove serialization of form data array in abpAjaxForm 2 months ago
Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Demo Upgrade to .NET 10.0. 8 months ago
Volo.Abp.AspNetCore.Mvc.UI.Widgets Upgrade to .NET 10.0. 8 months ago
Volo.Abp.AspNetCore.Serilog Upgrade to .NET 10.0. 8 months ago
Volo.Abp.AspNetCore.SignalR Upgrade to .NET 10.0. 8 months ago
Volo.Abp.AspNetCore.TestBase Fix unit tests in Rider. 4 months ago
Volo.Abp.Auditing Increase max full-name length limits to 512 3 months ago
Volo.Abp.Auditing.Contracts Merge branch 'dev' into net10.0 8 months ago
Volo.Abp.Authorization Refactor resource permission key lookup to use names/ClientIds 4 months ago
Volo.Abp.Authorization.Abstractions Rename ManagementPermission to ManagementPermissionName 5 months ago
Volo.Abp.AutoMapper Extract DefaultMaxDepth to AbpAutoMapperOptions for configurability 1 month ago
Volo.Abp.Autofac Upgrade to .NET 10.0. 8 months ago
Volo.Abp.Autofac.WebAssembly Upgrade to .NET 10.0. 8 months ago
Volo.Abp.AzureServiceBus Add Azure.Identity support to AzureServiceBus client config. 6 months ago
Volo.Abp.BackgroundJobs Upgrade to .NET 10.0. 8 months ago
Volo.Abp.BackgroundJobs.Abstractions Upgrade to .NET 10.0. 8 months ago
Volo.Abp.BackgroundJobs.HangFire Upgrade to .NET 10.0. 8 months ago
Volo.Abp.BackgroundJobs.Quartz Upgrade to .NET 10.0. 8 months ago
Volo.Abp.BackgroundJobs.RabbitMQ Add CorrelationId to RabbitMQ job messages 3 months ago
Volo.Abp.BackgroundJobs.TickerQ Update TickerQ package versions and refactor background job management 2 months ago
Volo.Abp.BackgroundWorkers Upgrade to .NET 10.0. 8 months ago
Volo.Abp.BackgroundWorkers.Hangfire Handle Hangfire storage without JobQueueProperty feature. 4 months ago
Volo.Abp.BackgroundWorkers.Quartz Upgrade to .NET 10.0. 8 months ago
Volo.Abp.BackgroundWorkers.TickerQ Update TickerQ package versions and refactor background job management 2 months ago
Volo.Abp.BlazoriseUI Add DateTimeOffset support and improve data grid value conversion 2 months ago
Volo.Abp.BlobStoring Upgrade to .NET 10.0. 8 months ago
Volo.Abp.BlobStoring.Aliyun Upgrade to .NET 10.0. 8 months ago
Volo.Abp.BlobStoring.Aws Upgrade to .NET 10.0. 8 months ago
Volo.Abp.BlobStoring.Azure Upgrade to .NET 10.0. 8 months ago
Volo.Abp.BlobStoring.Bunny Add Newtonsoft.Json dependency to Bunny and HangFire 6 months ago
Volo.Abp.BlobStoring.FileSystem Upgrade to .NET 10.0. 8 months ago
Volo.Abp.BlobStoring.Google Upgrade to .NET 10.0. 8 months ago
Volo.Abp.BlobStoring.Memory Add `BLOB Storing Memory Provider` module. 8 months ago
Volo.Abp.BlobStoring.Minio Merge pull request #23968 from colinin/minio-blob-provider 7 months ago
Volo.Abp.Caching Fix key-value mapping in GetOrAddMany and add tests 3 months ago
Volo.Abp.Caching.StackExchangeRedis Upgrade to .NET 10.0. 8 months ago
Volo.Abp.Castle.Core Upgrade all NuGet package to latest. 8 months ago
Volo.Abp.Cli Make 'mcp' argument check case-insensitive 4 months ago
Volo.Abp.Cli.Core Catch CliUsageException specifically in IsValidNpmPackageName 1 month ago
Volo.Abp.Core Merge pull request #24699 from abpframework/auto-merge/rel-10-1/4298 4 months ago
Volo.Abp.Dapper Upgrade to .NET 10.0. 8 months ago
Volo.Abp.Dapr Upgrade to .NET 10.0. 8 months ago
Volo.Abp.Data Add shared user account infrastructure. 4 months ago
Volo.Abp.Ddd.Application Upgrade to .NET 10.0. 8 months ago
Volo.Abp.Ddd.Application.Contracts Introduce IKeyedObject and unify object key access 5 months ago
Volo.Abp.Ddd.Domain Merge pull request #24773 from abpframework/auto-merge/rel-10-0/4331 3 months ago
Volo.Abp.Ddd.Domain.Shared Upgrade to .NET 10.0. 8 months ago
Volo.Abp.DistributedLocking Upgrade to .NET 10.0. 8 months ago
Volo.Abp.DistributedLocking.Abstractions Add NullAbpDistributedLock and register as default lock for unit test. 4 months ago
Volo.Abp.DistributedLocking.Dapr Upgrade all NuGet package to latest. 8 months ago
Volo.Abp.Emailing Upgrade to .NET 10.0. 8 months ago
Volo.Abp.EntityFrameworkCore Respect entity tracking by forcing AsTracking 2 months ago
Volo.Abp.EntityFrameworkCore.MySQL `UseQuerySplittingBehavior` for MySQL. 6 months ago
Volo.Abp.EntityFrameworkCore.MySQL.Pomelo Enable Pomelo MySQL project and add EF Core Relational 8 months ago
Volo.Abp.EntityFrameworkCore.Oracle Update Oracle.EntityFrameworkCore to 10.23.26000 5 months ago
Volo.Abp.EntityFrameworkCore.Oracle.Devart Update Devart.Data.Oracle.EFCore and EFCore.Relational versions 4 months ago
Volo.Abp.EntityFrameworkCore.PostgreSql Remove version overrides for EF Core packages 6 months ago
Volo.Abp.EntityFrameworkCore.SqlServer Upgrade to .NET 10.0. 8 months ago
Volo.Abp.EntityFrameworkCore.Sqlite Refine Sqlite interceptor registration logic 5 months ago
Volo.Abp.EventBus Add logic to set addToInbox to true if messageId exists in event inbox 4 months ago
Volo.Abp.EventBus.Abstractions Merge branch 'dev' into net10.0 8 months ago
Volo.Abp.EventBus.Azure Upgrade to .NET 10.0. 8 months ago
Volo.Abp.EventBus.Dapr Upgrade to .NET 10.0. 8 months ago
Volo.Abp.EventBus.Kafka Update framework/src/Volo.Abp.EventBus.Kafka/Volo/Abp/EventBus/Kafka/KafkaDistributedEventBus.cs 5 months ago
Volo.Abp.EventBus.RabbitMQ Cleaning 5 months ago
Volo.Abp.EventBus.Rebus Merge branch 'dev' into net10.0 8 months ago
Volo.Abp.ExceptionHandling Convert exceptions using `AbpExceptionHandlingOptions`. 6 months ago
Volo.Abp.Features Merge pull request #24517 from abpframework/auto-merge/rel-10-0/4230 4 months ago
Volo.Abp.FluentValidation Upgrade all NuGet package to latest. 8 months ago
Volo.Abp.Gdpr.Abstractions Upgrade to .NET 10.0. 8 months ago
Volo.Abp.GlobalFeatures Upgrade all NuGet package to latest. 8 months ago
Volo.Abp.Guids Upgrade to .NET 10.0. 8 months ago
Volo.Abp.HangFire Add Newtonsoft.Json dependency to Bunny and HangFire 6 months ago
Volo.Abp.Http Add authorization support with policies and roles in API description models 3 months ago
Volo.Abp.Http.Abstractions Upgrade to .NET 10.0. 8 months ago
Volo.Abp.Http.Client Upgrade all NuGet package to latest. 8 months ago
Volo.Abp.Http.Client.Dapr Upgrade to .NET 10.0. 8 months ago
Volo.Abp.Http.Client.IdentityModel Upgrade to .NET 10.0. 8 months ago
Volo.Abp.Http.Client.IdentityModel.MauiBlazor Upgrade to .NET 10.0. 8 months ago
Volo.Abp.Http.Client.IdentityModel.Web Upgrade to .NET 10.0. 8 months ago
Volo.Abp.Http.Client.IdentityModel.WebAssembly Upgrade to .NET 10.0. 8 months ago
Volo.Abp.Http.Client.Web Upgrade to .NET 10.0. 8 months ago
Volo.Abp.IdentityModel Upgrade to .NET 10.0. 8 months ago
Volo.Abp.Imaging.Abstractions Upgrade all NuGet package to latest. 8 months ago
Volo.Abp.Imaging.AspNetCore Upgrade all NuGet package to latest. 8 months ago
Volo.Abp.Imaging.ImageSharp Upgrade all NuGet package to latest. 8 months ago
Volo.Abp.Imaging.MagickNet Refactor image format handling in resizer 8 months ago
Volo.Abp.Imaging.SkiaSharp Upgrade all NuGet package to latest. 8 months ago
Volo.Abp.Json Upgrade to .NET 10.0. 8 months ago
Volo.Abp.Json.Abstractions Upgrade to .NET 10.0. 8 months ago
Volo.Abp.Json.Newtonsoft Add logging for DateTime conversion failures 4 months ago
Volo.Abp.Json.SystemTextJson Add logging for DateTime conversion failures 4 months ago
Volo.Abp.Kafka Improve Kafka event publishing reliability 5 months ago
Volo.Abp.Ldap Upgrade to .NET 10.0. 8 months ago
Volo.Abp.Ldap.Abstractions Upgrade to .NET 10.0. 8 months ago
Volo.Abp.Localization Use frozen collections where suitable 5 months ago
Volo.Abp.Localization.Abstractions Upgrade to .NET 10.0. 8 months ago
Volo.Abp.MailKit Upgrade to .NET 10.0. 8 months ago
Volo.Abp.Mapperly Fix null reference in extra properties mapping 7 months ago
Volo.Abp.Maui.Client Upgrade to .NET 10.0. 8 months ago
Volo.Abp.MemoryDb Merge pull request #24373 from MarkCiliaVincenti/Frozen 4 months ago
Volo.Abp.Minify Upgrade to .NET 10.0. 8 months ago
Volo.Abp.MongoDB Merge branch 'dev' into Shared-User-Account 4 months ago
Volo.Abp.MultiLingualObjects Upgrade to .NET 10.0. 8 months ago
Volo.Abp.MultiTenancy Update framework/src/Volo.Abp.MultiTenancy/Volo/Abp/MultiTenancy/TenantResolver.cs 5 months ago
Volo.Abp.MultiTenancy.Abstractions Merge pull request #24456 from abpframework/Shared-User-Account 3 months ago
Volo.Abp.ObjectExtending Merge pull request #24318 from abpframework/auto-merge/rel-9-3/4172 5 months ago
Volo.Abp.ObjectMapping Refactor condition in IsCollectionGenericTypeInternal for clarity 2 months ago
Volo.Abp.Quartz Upgrade to .NET 10.0. 8 months ago
Volo.Abp.RabbitMQ Upgrade to .NET 10.0. 8 months ago
Volo.Abp.RemoteServices Upgrade to .NET 10.0. 8 months ago
Volo.Abp.Security Implement role-based permission management and admin role checks 3 months ago
Volo.Abp.Serialization Upgrade to .NET 10.0. 8 months ago
Volo.Abp.Settings Use GetOrNullAsync for setting definition lookup 4 months ago
Volo.Abp.Sms Upgrade to .NET 10.0. 8 months ago
Volo.Abp.Sms.Aliyun Upgrade to .NET 10.0. 8 months ago
Volo.Abp.Sms.TencentCloud Upgrade to .NET 10.0. 8 months ago
Volo.Abp.Specifications Use frozen collections where suitable 5 months ago
Volo.Abp.Swashbuckle fix: OIDC schema mismatch in SwaggerGen setup 2 months ago
Volo.Abp.TestBase Fix mongo unit tests. 8 months ago
Volo.Abp.TextTemplating Upgrade to .NET 10.0. 8 months ago
Volo.Abp.TextTemplating.Core Refactor static definition stores and add dynamic initializers 4 months ago
Volo.Abp.TextTemplating.Razor Upgrade to .NET 10.0. 8 months ago
Volo.Abp.TextTemplating.Scriban Upgrade Scriban to 7.0.0 to fix security vulnerabilities 1 month ago
Volo.Abp.Threading Upgrade to .NET 10.0. 8 months ago
Volo.Abp.TickerQ Update TickerQ package versions and refactor background job management 2 months ago
Volo.Abp.Timing Change exception handling in TimeZoneHelper 4 months ago
Volo.Abp.UI Unify 'ResourcePermissions' translation to 'Permissions' 5 months ago
Volo.Abp.UI.Navigation Upgrade to .NET 10.0. 8 months ago
Volo.Abp.Uow Upgrade to .NET 10.0. 8 months ago
Volo.Abp.Validation Upgrade all NuGet package to latest. 8 months ago
Volo.Abp.Validation.Abstractions Upgrade to .NET 10.0. 8 months ago
Volo.Abp.VirtualFileSystem Fix missing semicolon in DictionaryBasedFileProvider 7 months ago