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.
 
 
 
 
 
 
Yunus Emre Kalkan 196a206107 RemoveProjectFromSolutionStep notfound tolarence 5 years ago
..
Volo.Abp Remove ConfigureAwait of async method. 6 years ago
Volo.Abp.ApiVersioning.Abstractions Remove ConfigureAwait of async method. 6 years ago
Volo.Abp.AspNetCore Remote exceptions localization data 6 years ago
Volo.Abp.AspNetCore.Authentication.JwtBearer Upgrade all AspNetCore/MsExtensions related packages to 3.1.6. 6 years ago
Volo.Abp.AspNetCore.Authentication.OAuth Resolved #4023 6 years ago
Volo.Abp.AspNetCore.Authentication.OpenIdConnect Update AbpOpenIdConnectExtensions.cs 6 years ago
Volo.Abp.AspNetCore.Components.WebAssembly Added different message methods to UIMessageService 5 years ago
Volo.Abp.AspNetCore.Components.WebAssembly.BasicTheme Update LoginDisplay.razor 5 years ago
Volo.Abp.AspNetCore.Components.WebAssembly.Theming Fix problems on the blazor ui PR 5 years ago
Volo.Abp.AspNetCore.MultiTenancy Update FormTenantResolveContributor 5 years ago
Volo.Abp.AspNetCore.Mvc updated from dev 5 years ago
Volo.Abp.AspNetCore.Mvc.Client Fix problems on the blazor ui PR 5 years ago
Volo.Abp.AspNetCore.Mvc.Client.Common Introduce ApplicationConfigurationCache 6 years ago
Volo.Abp.AspNetCore.Mvc.Contracts updated from dev 5 years ago
Volo.Abp.AspNetCore.Mvc.UI Resolved #5068: Introduce LoginUrl and LogoutUrl options. 6 years ago
Volo.Abp.AspNetCore.Mvc.UI.Bootstrap Merge pull request #4583 from wakuflair/nolabel 6 years ago
Volo.Abp.AspNetCore.Mvc.UI.Bundling Remove unnecessary launchSettings.json file. 6 years ago
Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy Add Components js/css files to embedded resource. 6 years ago
Volo.Abp.AspNetCore.Mvc.UI.Packages Merge pull request #5185 from abpframework/cotur/cropperjs 6 years ago
Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic Merge pull request #4823 from abpframework/maliming/currentLanguage 6 years ago
Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared Resolved #3288 5 years ago
Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Demo Abp TagHelpers Updated 5 years ago
Volo.Abp.AspNetCore.Mvc.UI.Widgets Remove unnecessary launchSettings.json file. 6 years ago
Volo.Abp.AspNetCore.Serilog Resolved #4023 6 years ago
Volo.Abp.AspNetCore.SignalR Resolved #4023 6 years ago
Volo.Abp.AspNetCore.TestBase Upgrade all AspNetCore/MsExtensions related packages to 3.1.6. 6 years ago
Volo.Abp.Auditing Change the file name of IAuditLogScope 6 years ago
Volo.Abp.Authorization Upgrade all AspNetCore/MsExtensions related packages to 3.1.6. 6 years ago
Volo.Abp.AutoMapper Upgrade Automapper to v10.0.0 6 years ago
Volo.Abp.Autofac Introduce Volo.Abp.Autofac.WebAssembly package, move ABP application creation code to the framework. 5 years ago
Volo.Abp.Autofac.WebAssembly Introduce Volo.Abp.Autofac.WebAssembly package, move ABP application creation code to the framework. 5 years ago
Volo.Abp.BackgroundJobs Remove ConfigureAwait of async method. 6 years ago
Volo.Abp.BackgroundJobs.Abstractions Execute the job by determining IsJobExecutionEnabled 6 years ago
Volo.Abp.BackgroundJobs.HangFire #3382 Throw exception instead of warning if background job execution was disabled but still trying to execute. 6 years ago
Volo.Abp.BackgroundJobs.Quartz Clean unused code and format code. 6 years ago
Volo.Abp.BackgroundJobs.RabbitMQ Upgrade RabbitMQ.Client to 6.1.0 6 years ago
Volo.Abp.BackgroundWorkers Make base properties of common base classes protected instead of public 6 years ago
Volo.Abp.BackgroundWorkers.Quartz Optimize 6 years ago
Volo.Abp.BlazoriseUI Fix problems on the blazor ui PR 5 years ago
Volo.Abp.BlobStoring Refactor BlobContainer 6 years ago
Volo.Abp.BlobStoring.Aliyun Use InvariantCulture for ToLower and Regex. 5 years ago
Volo.Abp.BlobStoring.Aws Use InvariantCulture for ToLower and Regex. 5 years ago
Volo.Abp.BlobStoring.Azure Use InvariantCulture for ToLower and Regex. 5 years ago
Volo.Abp.BlobStoring.FileSystem Use InvariantCulture for ToLower and Regex. 5 years ago
Volo.Abp.BlobStoring.Minio Use InvariantCulture for ToLower and Regex. 5 years ago
Volo.Abp.Caching Upgrade all AspNetCore/MsExtensions related packages to 3.1.6. 6 years ago
Volo.Abp.Caching.StackExchangeRedis Upgrade all AspNetCore/MsExtensions related packages to 3.1.6. 6 years ago
Volo.Abp.Castle.Core Upgrade framework packages. 6 years ago
Volo.Abp.Cli Upgrade all AspNetCore/MsExtensions related packages to 3.1.6. 6 years ago
Volo.Abp.Cli.Core RemoveProjectFromSolutionStep notfound tolarence 5 years ago
Volo.Abp.Core Make `T To<T>` extension method support string to GUID. 5 years ago
Volo.Abp.Dapper Upgrade framework packages. 6 years ago
Volo.Abp.Data Added Volo.Abp.ObjectExtending package. 6 years ago
Volo.Abp.Ddd.Application Improve BlazorisePageBase 5 years ago
Volo.Abp.Ddd.Application.Contracts Improve BlazorisePageBase 5 years ago
Volo.Abp.Ddd.Domain Introduce BasicAggregateRoot base class 6 years ago
Volo.Abp.Emailing Resolved #5109: Inherit BackgroundEmailSendingJob form AsyncBackgroundJob. 6 years ago
Volo.Abp.EntityFrameworkCore Add multiple constructors. 6 years ago
Volo.Abp.EntityFrameworkCore.MySQL #4323 Implemented: Set AbpSequentialGuidGeneratorOptions.DefaultSequentialGuidType by the database provider packages 6 years ago
Volo.Abp.EntityFrameworkCore.Oracle updated from dev 5 years ago
Volo.Abp.EntityFrameworkCore.Oracle.Devart Upgrade framework packages. 6 years ago
Volo.Abp.EntityFrameworkCore.PostgreSql Upgrade framework packages. 6 years ago
Volo.Abp.EntityFrameworkCore.SqlServer Upgrade all AspNetCore/MsExtensions related packages to 3.1.6. 6 years ago
Volo.Abp.EntityFrameworkCore.Sqlite Upgrade all AspNetCore/MsExtensions related packages to 3.1.6. 6 years ago
Volo.Abp.EventBus Get event data tenant id from IEventDataMayHaveTenantId. 6 years ago
Volo.Abp.EventBus.Kafka Add Kafka event bus integration 6 years ago
Volo.Abp.EventBus.RabbitMQ Switch to the tenant before calling the handleevent method. 6 years ago
Volo.Abp.Features updated from dev 5 years ago
Volo.Abp.FluentValidation Upgrade framework packages. 6 years ago
Volo.Abp.GlobalFeatures Also accept Name for RequiresGlobalFeatureAttribute. 6 years ago
Volo.Abp.Guids #4323 Implemented: Set AbpSequentialGuidGeneratorOptions.DefaultSequentialGuidType by the database provider packages 6 years ago
Volo.Abp.HangFire #3382 Should check if _backgroundJobServer is null 6 years ago
Volo.Abp.Http Remote exceptions localization data 6 years ago
Volo.Abp.Http.Abstractions Remove ConfigureAwait of async method. 6 years ago
Volo.Abp.Http.Client Merge branch 'dev' into blazor-ui 5 years ago
Volo.Abp.Http.Client.IdentityModel Remove unnecessary launchSettings.json file. 6 years ago
Volo.Abp.Http.Client.IdentityModel.Web Resolved #4023 6 years ago
Volo.Abp.Http.Client.IdentityModel.WebAssembly Introduce Volo.Abp.Http.Client.IdentityModel.WebAssembly package & authenticate via dynamic HTTP client proxies. 6 years ago
Volo.Abp.IdentityModel Use integer instead of double. 6 years ago
Volo.Abp.Json Resolved #4905: Allow to add converters to the standard JSON serializer 6 years ago
Volo.Abp.Kafka Update kafka connection pool 6 years ago
Volo.Abp.Ldap Update tr localize text. 6 years ago
Volo.Abp.Localization Refatoring BundleContributor Make it support LocalizationMapOptions 6 years ago
Volo.Abp.Localization.Abstractions Resolved #3984 Expose enum type & members to client side for extension properties. 6 years ago
Volo.Abp.MailKit Use async methods in the MailKitSmtpEmailSender 6 years ago
Volo.Abp.MemoryDb Added GetPagedListAsync methods to the repository 6 years ago
Volo.Abp.Minify Upgrade framework packages. 6 years ago
Volo.Abp.MongoDB Update mongodb unit tests 5 years ago
Volo.Abp.MultiTenancy Remove ConfigureAwait of async method. 6 years ago
Volo.Abp.ObjectExtending Update IHasExtraProperties.cs 6 years ago
Volo.Abp.ObjectMapping Remove ConfigureAwait of async method. 6 years ago
Volo.Abp.Quartz Added Quartz.Plugins.TimeZoneConverter 6 years ago
Volo.Abp.RabbitMQ Upgrade RabbitMQ.Client to 6.1.0 6 years ago
Volo.Abp.Security updated from dev 5 years ago
Volo.Abp.Serialization Remove ConfigureAwait of async method. 6 years ago
Volo.Abp.Settings Remove ConfigureAwait of async method. 6 years ago
Volo.Abp.Sms Remove ConfigureAwait of async method. 6 years ago
Volo.Abp.Specifications Remove ConfigureAwait of async method. 6 years ago
Volo.Abp.TestBase Remove ConfigureAwait of async method. 6 years ago
Volo.Abp.TextTemplating Upgrade framework packages. 6 years ago
Volo.Abp.Threading Complete methods of IAsyncQueryableExecuter. 6 years ago
Volo.Abp.Timing adding missing resources for arabic culture. 6 years ago
Volo.Abp.UI Introduce IBrandingProvider in the Volo.Abp.UI package 5 years ago
Volo.Abp.UI.Navigation Optimize AppUrlProvider: get current tenant only if needed. 6 years ago
Volo.Abp.Uow Storage cache in the unit of work. 6 years ago
Volo.Abp.Validation adding missing resources for arabic culture. 6 years ago
Volo.Abp.Validation.Abstractions Combine related log messages to ones. 6 years ago
Volo.Abp.VirtualFileSystem Upgrade all AspNetCore/MsExtensions related packages to 3.1.6. 6 years ago