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 5379a5056b
Merge pull request #23251 from abpframework/auto-merge/rel-9-2/3850
7 months ago
..
Volo.Abp Add net8.0` to `TargetFrameworks`. 1 year ago
Volo.Abp.ApiVersioning.Abstractions Add net8.0` to `TargetFrameworks`. 1 year ago
Volo.Abp.AspNetCore Merge pull request #23058 from abpframework/auto-merge/rel-9-2/3776 8 months ago
Volo.Abp.AspNetCore.Abstractions Add net8.0` to `TargetFrameworks`. 1 year ago
Volo.Abp.AspNetCore.Authentication.JwtBearer Upgrade to NET 9.0. 1 year ago
Volo.Abp.AspNetCore.Authentication.OAuth Upgrade to NET 9.0. 1 year ago
Volo.Abp.AspNetCore.Authentication.OpenIdConnect Disable PushedAuthorizationBehavior feature by default. 12 months ago
Volo.Abp.AspNetCore.Bundling Update_NPM_Packages 11 months ago
Volo.Abp.AspNetCore.Components fix: update object mapper service retrieval to use non-scoped version 8 months ago
Volo.Abp.AspNetCore.Components.MauiBlazor Add MauiCurrentApplicationConfigurationCacheResetService class 9 months ago
Volo.Abp.AspNetCore.Components.MauiBlazor.Bundling Update_NPM_Packages 11 months ago
Volo.Abp.AspNetCore.Components.MauiBlazor.Theming Merge branch 'dev' into blazor-binding-runtime 1 year ago
Volo.Abp.AspNetCore.Components.MauiBlazor.Theming.Bundling Merge branch 'dev' into blazor-binding-runtime 1 year ago
Volo.Abp.AspNetCore.Components.Server Merge branch 'dev' into blazor-binding-runtime 1 year ago
Volo.Abp.AspNetCore.Components.Server.Theming Make Bundling system support MAUI Blazor 11 months ago
Volo.Abp.AspNetCore.Components.Web Merge pull request #22236 from abpframework/timezone 10 months ago
Volo.Abp.AspNetCore.Components.Web.Theming Improve DefaultThemeManager to avoid potential infinite loop 10 months ago
Volo.Abp.AspNetCore.Components.WebAssembly Make `AddBlazorWebAppServices` method as obsolete. 10 months ago
Volo.Abp.AspNetCore.Components.WebAssembly.Theming Update blazor's bootstrap.css to 5.3.7. 8 months ago
Volo.Abp.AspNetCore.Components.WebAssembly.Theming.Bundling Merge branch 'dev' into blazor-binding-runtime 1 year ago
Volo.Abp.AspNetCore.MultiTenancy Remove unused Usings 1 year ago
Volo.Abp.AspNetCore.Mvc Set timezone to null if an exception occurs. 9 months ago
Volo.Abp.AspNetCore.Mvc.Client Remove unused Usings 1 year ago
Volo.Abp.AspNetCore.Mvc.Client.Common Remove unused Usings 1 year ago
Volo.Abp.AspNetCore.Mvc.Contracts Remove unused Usings 1 year ago
Volo.Abp.AspNetCore.Mvc.Dapr Remove unused Usings 1 year ago
Volo.Abp.AspNetCore.Mvc.Dapr.EventBus Make sure `eventType` is not `null`. 12 months ago
Volo.Abp.AspNetCore.Mvc.NewtonsoftJson Add DateTimeOffset conversion method to IClock and only normalizing DateTime in MVC. 11 months ago
Volo.Abp.AspNetCore.Mvc.UI Add option to support adding `base` element to layout page. 10 months ago
Volo.Abp.AspNetCore.Mvc.UI.Bootstrap Add 'use-switch-checkbox' attribute to AbpInputTagHelper. 9 months ago
Volo.Abp.AspNetCore.Mvc.UI.Bundling Make Bundling system support MAUI Blazor 11 months ago
Volo.Abp.AspNetCore.Mvc.UI.Bundling.Abstractions Make Bundling system support MAUI Blazor 11 months ago
Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy Remove unused Usings 1 year ago
Volo.Abp.AspNetCore.Mvc.UI.Packages Merge pull request #22168 from abpframework/auto-merge/rel-9-1/3482 12 months ago
Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared Place the cursor at the end after the element receives focus. 8 months ago
Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Demo Upgrade to NET 9.0. 1 year ago
Volo.Abp.AspNetCore.Mvc.UI.Widgets Remove unused Usings 1 year ago
Volo.Abp.AspNetCore.Serilog Upgrade to NET 9.0. 1 year ago
Volo.Abp.AspNetCore.SignalR Remove unused Usings 1 year ago
Volo.Abp.AspNetCore.TestBase Remove unused Usings 1 year ago
Volo.Abp.Auditing Skip write audit logs if `auditLogInfo.HttpMethod` is `GET/Head`. 1 year ago
Volo.Abp.Auditing.Contracts Remove unused Usings 1 year ago
Volo.Abp.Authorization Add comments for extension methods of `IAuthorizationService/IFeatureChecker`. 1 year ago
Volo.Abp.Authorization.Abstractions Remove unused Usings 1 year ago
Volo.Abp.AutoMapper Upgrade to NET 9.0. 1 year ago
Volo.Abp.Autofac feat: add service key support in registration context. 10 months ago
Volo.Abp.Autofac.WebAssembly Upgrade to NET 9.0. 1 year ago
Volo.Abp.AzureServiceBus Remove unused Usings 1 year ago
Volo.Abp.BackgroundJobs Add support for custom job names in `AbpBackgroundJobOptions`. 10 months ago
Volo.Abp.BackgroundJobs.Abstractions fix: update AddJob method to use GetJobArgsType for background job name retrieval 8 months ago
Volo.Abp.BackgroundJobs.HangFire Improve Hangfire Initialization code 10 months ago
Volo.Abp.BackgroundJobs.Quartz Remove unused Usings 1 year ago
Volo.Abp.BackgroundJobs.RabbitMQ Update `RabbitMQ.Client` to 7.X. 10 months ago
Volo.Abp.BackgroundWorkers Fix typo in property name from 'CornExpression' to 'CronExpression' in background worker classes 8 months ago
Volo.Abp.BackgroundWorkers.Hangfire Fix typo in property name from 'CornExpression' to 'CronExpression' in background worker classes 8 months ago
Volo.Abp.BackgroundWorkers.Quartz Fix typo in property name from 'CornExpression' to 'CronExpression' in background worker classes 8 months ago
Volo.Abp.BlazoriseUI Merge pull request #22986 from abpframework/auto-merge/rel-9-2/3759 8 months ago
Volo.Abp.BlobStoring Add missing namespaces. 1 year ago
Volo.Abp.BlobStoring.Aliyun Optimization of Stream and Resource Management 1 year ago
Volo.Abp.BlobStoring.Aws Optimization of Stream and Resource Management 1 year ago
Volo.Abp.BlobStoring.Azure Optimization of Stream and Resource Management 1 year ago
Volo.Abp.BlobStoring.Bunny Refactor code. 1 year ago
Volo.Abp.BlobStoring.FileSystem Optimization of Stream and Resource Management 1 year ago
Volo.Abp.BlobStoring.Google Update_NPM_Packages 1 year ago
Volo.Abp.BlobStoring.Minio Upgrade to NET 9.0. 1 year ago
Volo.Abp.Caching Compatible with the new version of `HybridCache`. 9 months ago
Volo.Abp.Caching.StackExchangeRedis Merge branch 'rel-9.0' into auto-merge/rel-8-3/3191 1 year ago
Volo.Abp.Castle.Core Add net8.0` to `TargetFrameworks`. 1 year ago
Volo.Abp.Cli Merge branch 'dev' into pr/19609 9 months ago
Volo.Abp.Cli.Core Merge pull request #23144 from abpframework/auto-merge/rel-9-2/3807 8 months ago
Volo.Abp.Core Merge branch 'rel-9.3' into auto-merge/rel-9-2/3817 8 months ago
Volo.Abp.Dapper Upgrade to NET 9.0. 1 year ago
Volo.Abp.Dapr Remove unused Usings 1 year ago
Volo.Abp.Data Remove unused Usings 1 year ago
Volo.Abp.Ddd.Application Remove unused Usings 1 year ago
Volo.Abp.Ddd.Application.Contracts Add net8.0` to `TargetFrameworks`. 1 year ago
Volo.Abp.Ddd.Domain Add a default sort for `First/FirstOrDefault` and `Last/LastOrDefault`. 9 months ago
Volo.Abp.Ddd.Domain.Shared Rename IgnoreEventSelectors to IgnoredEventSelectors. 10 months ago
Volo.Abp.DistributedLocking Add net8.0` to `TargetFrameworks`. 1 year ago
Volo.Abp.DistributedLocking.Abstractions AsyncKeyedLock optimizations 1 year ago
Volo.Abp.DistributedLocking.Dapr Upgrade to NET 9.0. 1 year ago
Volo.Abp.Emailing Public the `EmailSettingProvider` class. 7 months ago
Volo.Abp.EntityFrameworkCore Refactor `AbpEfCoreNavigationHelper` to improve performance in certain scenarios. 7 months ago
Volo.Abp.EntityFrameworkCore.MySQL Merge pull request #22387 from abpframework/auto-merge/rel-9-0/3542 11 months ago
Volo.Abp.EntityFrameworkCore.Oracle Refactor connection string checkers to initialize connection settings within try blocks. 12 months ago
Volo.Abp.EntityFrameworkCore.Oracle.Devart Refactor connection string checkers to initialize connection settings within try blocks. 12 months ago
Volo.Abp.EntityFrameworkCore.PostgreSql Refactor connection string checkers to initialize connection settings within try blocks. 12 months ago
Volo.Abp.EntityFrameworkCore.SqlServer Refactor connection string checkers to initialize connection settings within try blocks. 12 months ago
Volo.Abp.EntityFrameworkCore.Sqlite Refactor connection string checkers to initialize connection settings within try blocks. 12 months ago
Volo.Abp.EventBus Try to add message to inbox. 12 months ago
Volo.Abp.EventBus.Abstractions Refactor `LocalDistributedEventBus`. 12 months ago
Volo.Abp.EventBus.Azure Publish `DistributedEventSent/Received` events in `LocalDistributedEventBus`. 1 year ago
Volo.Abp.EventBus.Dapr Make sure `eventType` is not `null`. 12 months ago
Volo.Abp.EventBus.Kafka Publish `DistributedEventSent/Received` events in `LocalDistributedEventBus`. 1 year ago
Volo.Abp.EventBus.RabbitMQ Update PostConfigureAbpRabbitMqEventBusOptions.cs 8 months ago
Volo.Abp.EventBus.Rebus Make sure `eventType` is not `null`. 12 months ago
Volo.Abp.ExceptionHandling Add 'Authorizing' localization text. 8 months ago
Volo.Abp.Features Try to get tenant's `EditionId` in `EditionFeatureManagementProvider`. 10 months ago
Volo.Abp.FluentValidation Add net8.0` to `TargetFrameworks`. 1 year ago
Volo.Abp.Gdpr.Abstractions Add net8.0` to `TargetFrameworks`. 1 year ago
Volo.Abp.GlobalFeatures Add net8.0` to `TargetFrameworks`. 1 year ago
Volo.Abp.Guids Merge branch 'prerel-9.0' into pr/20539 1 year ago
Volo.Abp.HangFire Add `ApplicationName` property to background job to isolation jobs. 12 months ago
Volo.Abp.Http Update TypeApiDescriptionModel to include instance and public properties. 1 year ago
Volo.Abp.Http.Abstractions Add net8.0` to `TargetFrameworks`. 1 year ago
Volo.Abp.Http.Client Skip handling `queryStringParameter/pathParameter` if a converter exists. 8 months ago
Volo.Abp.Http.Client.Dapr Upgrade to NET 9.0. 1 year ago
Volo.Abp.Http.Client.IdentityModel Add net8.0` to `TargetFrameworks`. 1 year ago
Volo.Abp.Http.Client.IdentityModel.MauiBlazor Upgrade to NET 9.0. 1 year ago
Volo.Abp.Http.Client.IdentityModel.Web Upgrade to NET 9.0. 1 year ago
Volo.Abp.Http.Client.IdentityModel.WebAssembly Upgrade to NET 9.0. 1 year ago
Volo.Abp.Http.Client.Web Remove unused Usings 1 year ago
Volo.Abp.IdentityModel Remove unused Usings 1 year ago
Volo.Abp.Imaging.Abstractions Remove unused Usings 1 year ago
Volo.Abp.Imaging.AspNetCore Upgrade to NET 9.0. 1 year ago
Volo.Abp.Imaging.ImageSharp Optimization of Stream and Resource Management 1 year ago
Volo.Abp.Imaging.MagickNet Remove unused Usings 1 year ago
Volo.Abp.Imaging.SkiaSharp Optimization of Stream and Resource Management 1 year ago
Volo.Abp.Json Add net8.0` to `TargetFrameworks`. 1 year ago
Volo.Abp.Json.Abstractions Add net8.0` to `TargetFrameworks`. 1 year ago
Volo.Abp.Json.Newtonsoft Add DateTimeOffset conversion method to IClock and only normalizing DateTime in MVC. 11 months ago
Volo.Abp.Json.SystemTextJson Merge branch 'dev' into pr/19609 9 months ago
Volo.Abp.Kafka Remove unused Usings 1 year ago
Volo.Abp.Ldap Add net8.0` to `TargetFrameworks`. 1 year ago
Volo.Abp.Ldap.Abstractions Remove unused Usings 1 year ago
Volo.Abp.Localization Update timezone help text. 9 months ago
Volo.Abp.Localization.Abstractions Make sure `Value` of `FixedLocalizableString` not null. 1 year ago
Volo.Abp.MailKit Add net8.0` to `TargetFrameworks`. 1 year ago
Volo.Abp.Maui.Client Remove unused Usings 1 year ago
Volo.Abp.MemoryDb Remove unused Usings 1 year ago
Volo.Abp.Minify Remove unused Usings 1 year ago
Volo.Abp.MongoDB Refactor `AbpMongoClientFactory`. 8 months ago
Volo.Abp.MultiLingualObjects Add net8.0` to `TargetFrameworks`. 1 year ago
Volo.Abp.MultiTenancy Remove unused Usings 1 year ago
Volo.Abp.MultiTenancy.Abstractions Add `EditionId` to `TenantConfiguration` and use it in `EditionFeatureValueProvider`. 10 months ago
Volo.Abp.ObjectExtending Remove unused Usings 1 year ago
Volo.Abp.ObjectMapping Refactor `TryToMapCollection` method. 1 year ago
Volo.Abp.Quartz Add net8.0` to `TargetFrameworks`. 1 year ago
Volo.Abp.RabbitMQ Make sure the `existingConnection` is in the `Open` state and use `IAsyncDisposable`. 10 months ago
Volo.Abp.RemoteServices Add net8.0` to `TargetFrameworks`. 1 year ago
Volo.Abp.Security Remove unused Usings 1 year ago
Volo.Abp.Serialization Remove unused Usings 1 year ago
Volo.Abp.Settings update comment 1 year ago
Volo.Abp.Sms Add net8.0` to `TargetFrameworks`. 1 year ago
Volo.Abp.Sms.Aliyun Add net8.0` to `TargetFrameworks`. 1 year ago
Volo.Abp.Sms.TencentCloud Added `Volo.Abp.Sms.TencentCloud` to `common.ps1`. 1 year ago
Volo.Abp.Specifications Add net8.0` to `TargetFrameworks`. 1 year ago
Volo.Abp.Swashbuckle Add option to support adding `base` element to layout page. 10 months ago
Volo.Abp.TestBase Add net8.0` to `TargetFrameworks`. 1 year ago
Volo.Abp.TextTemplating Add net8.0` to `TargetFrameworks`. 1 year ago
Volo.Abp.TextTemplating.Core Remove unused Usings 1 year ago
Volo.Abp.TextTemplating.Razor Merge branch 'prerel-9.0' into pr/20539 1 year ago
Volo.Abp.TextTemplating.Scriban Add net8.0` to `TargetFrameworks`. 1 year ago
Volo.Abp.Threading Add net8.0` to `TargetFrameworks`. 1 year ago
Volo.Abp.Timing Refactor timezone handling to use local time zone retrieval and remove deprecated methods 10 months ago
Volo.Abp.UI Hide Actions Column for Users Without Permissions 12 months ago
Volo.Abp.UI.Navigation Remove unused Usings 1 year ago
Volo.Abp.Uow Clear event predicates after `GetEventsRecords` method. 1 year ago
Volo.Abp.Validation Merge pull request #20895 from washyn/patch-6 1 year ago
Volo.Abp.Validation.Abstractions Add net8.0` to `TargetFrameworks`. 1 year ago
Volo.Abp.VirtualFileSystem Add net8.0` to `TargetFrameworks`. 1 year ago