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