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.
 
 
 
 
 
 
Halil İbrahim Kalkan 4ba6dfeb49
Merge branch 'dev' into feature/setting_lang
7 years ago
..
Volo.Abp Add Volo.Abp package. 7 years ago
Volo.Abp.ApiVersioning.Abstractions ServiceConfigurationContext 8 years ago
Volo.Abp.AspNetCore Avoid AsyncHelper usage in the DefaultAbpRequestLocalizationOptionsProvider 7 years ago
Volo.Abp.AspNetCore.Authentication.JwtBearer Upgrade frameworks & modules & samples to asp net core 3.1. 7 years ago
Volo.Abp.AspNetCore.Authentication.OAuth Merge pull request #2238 from itryan/dev 7 years ago
Volo.Abp.AspNetCore.MultiTenancy Upgrade frameworks & modules & samples to asp net core 3.1. 7 years ago
Volo.Abp.AspNetCore.Mvc Merge pull request #2391 from mehmetuken/update-packages 7 years ago
Volo.Abp.AspNetCore.Mvc.Client Remove CachedApplicationConfigurationClient.Get 7 years ago
Volo.Abp.AspNetCore.Mvc.Contracts Upgrade frameworks & modules & samples to asp net core 3.1. 7 years ago
Volo.Abp.AspNetCore.Mvc.UI Upgrade frameworks & modules & samples to asp net core 3.1. 7 years ago
Volo.Abp.AspNetCore.Mvc.UI.Bootstrap Upgrade frameworks & modules & samples to asp net core 3.1. 7 years ago
Volo.Abp.AspNetCore.Mvc.UI.Bundling Upgrade frameworks & modules & samples to asp net core 3.1. 7 years ago
Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy Merge pull request #2225 from Xeevis/localization-cs 7 years ago
Volo.Abp.AspNetCore.Mvc.UI.Packages Upgrade frameworks & modules & samples to asp net core 3.1. 7 years ago
Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic Upgrade frameworks & modules & samples to asp net core 3.1. 7 years ago
Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared fix missing rename from AbpErrorViewModel 7 years ago
Volo.Abp.AspNetCore.Mvc.UI.Widgets Upgrade frameworks & modules & samples to asp net core 3.1. 7 years ago
Volo.Abp.AspNetCore.TestBase Upgrade frameworks & modules & samples to asp net core 3.1. 7 years ago
Volo.Abp.Auditing Audit log remove sync api 7 years ago
Volo.Abp.Authorization Removed sync interception and sync repository methods. 7 years ago
Volo.Abp.AutoMapper Resolved #1844 and Resolved #1777: Created contextualized IObjectMapper service. 7 years ago
Volo.Abp.Autofac Use Castle.Core.AsyncInterceptor 7 years ago
Volo.Abp.BackgroundJobs Remove unused methods from InMemoryBackgroundJobStore 7 years ago
Volo.Abp.BackgroundJobs.Abstractions Implement AsyncBackgroundJob. 7 years ago
Volo.Abp.BackgroundJobs.HangFire BackgroundJobs To AbpBackgroundJobs 7 years ago
Volo.Abp.BackgroundJobs.RabbitMQ Make IJobQueueManager.Get method async to reduce AsyncHelper usage 7 years ago
Volo.Abp.BackgroundWorkers BackgroundWorkerOptions to AbpBackgroundWorkerOptions 7 years ago
Volo.Abp.Caching Upgrade frameworks & modules & samples to asp net core 3.1. 7 years ago
Volo.Abp.Castle.Core Use Castle.Core.AsyncInterceptor 7 years ago
Volo.Abp.Cli add Suite cli command to Abp Cli. 7 years ago
Volo.Abp.Cli.Core Merge branch 'dev' into update-packages 7 years ago
Volo.Abp.Core Merge pull request #2391 from mehmetuken/update-packages 7 years ago
Volo.Abp.Dapper Upgrade NuGet packages for the framework. 7 years ago
Volo.Abp.Data DataFilterOptions to AbpDataFilterOptions 7 years ago
Volo.Abp.Ddd.Application ApiDescriptionModelOptions to AbpApiDescriptionModelOptions 7 years ago
Volo.Abp.Ddd.Application.Contracts Localize exception message on limited result request dto. 7 years ago
Volo.Abp.Ddd.Domain Removed sync interception and sync repository methods. 7 years ago
Volo.Abp.Emailing Merge branch 'dev' into feature/setting_lang 7 years ago
Volo.Abp.EntityFrameworkCore Remove CachedApplicationConfigurationClient.Get 7 years ago
Volo.Abp.EntityFrameworkCore.MySQL bump Pomelo.EntityFrameworkCore.MySql 3.0.0 to 3.0.1 7 years ago
Volo.Abp.EntityFrameworkCore.PostgreSql Upgrade Npgsql.EntityFrameworkCore.PostgreSQL to v3.1.0. 7 years ago
Volo.Abp.EntityFrameworkCore.SqlServer Upgrade frameworks & modules & samples to asp net core 3.1. 7 years ago
Volo.Abp.EntityFrameworkCore.Sqlite Upgrade frameworks & modules & samples to asp net core 3.1. 7 years ago
Volo.Abp.EventBus LocalEventBusOptions to AbpLocalEventBusOptions 7 years ago
Volo.Abp.EventBus.RabbitMQ DistributedEventBusOptions to AbpDistributedEventBusOptions 7 years ago
Volo.Abp.Features Removed sync interception and sync repository methods. 7 years ago
Volo.Abp.FluentValidation bump FluentValidation 8.5.0 to 8.6.0 7 years ago
Volo.Abp.Guids SequentialGuidGeneratorOptions to AbpSequentialGuidGeneratorOptions 7 years ago
Volo.Abp.HangFire bump Hangfire.AspNetCore 1.7.6 to 1.7.8 7 years ago
Volo.Abp.Http Use MinifyGeneratedScript option to minify script. 7 years ago
Volo.Abp.Http.Abstractions ApiDescriptionModelOptions to AbpApiDescriptionModelOptions 7 years ago
Volo.Abp.Http.Client Use Castle.Core.AsyncInterceptor 7 years ago
Volo.Abp.Http.Client.IdentityModel Upgrade frameworks & modules & samples to asp net core 3.1. 7 years ago
Volo.Abp.IdentityModel bump IdentityModel 4.0.0 to 4.1.1 7 years ago
Volo.Abp.Json bump Newtonsoft.Json 12.0.2 to 12.0.3 7 years ago
Volo.Abp.Ldap LdapOptions to AbpLdapOptions 7 years ago
Volo.Abp.Localization Merge branch 'dev' into feature/setting_lang 7 years ago
Volo.Abp.Localization.Abstractions #203 Setting Management Enhancements 8 years ago
Volo.Abp.MailKit Upgrade MailKit to 2.4.1. 7 years ago
Volo.Abp.MemoryDb Removed sync interception and sync repository methods. 7 years ago
Volo.Abp.Minify Add AbpMinifyModule. 7 years ago
Volo.Abp.MongoDB Merge pull request #2391 from mehmetuken/update-packages 7 years ago
Volo.Abp.MultiTenancy DbConnectionOptions to AbpDbConnectionOptions 7 years ago
Volo.Abp.ObjectMapping Resolved #1844 and Resolved #1777: Created contextualized IObjectMapper service. 7 years ago
Volo.Abp.RabbitMQ Upgrade NuGet packages for the framework. 7 years ago
Volo.Abp.Security StringEncryptionOptions to AbpStringEncryptionOptions 7 years ago
Volo.Abp.Serialization Resolved #408: Automatically register services by convention for a module 8 years ago
Volo.Abp.Settings Resolved #2159: Create Configuration setting value provider. 7 years ago
Volo.Abp.Sms Register NullSmsSender as TryRegister 8 years ago
Volo.Abp.Specifications Improve the Specifications project code and testing. 7 years ago
Volo.Abp.TestBase Refactor event bus and fix breaking code. 8 years ago
Volo.Abp.Threading Remove RunnableExtensions, Remove IRunnable from AbpTimer. 7 years ago
Volo.Abp.Timing ClockOptions to AbpClockOptions 7 years ago
Volo.Abp.UI Merge pull request #2225 from Xeevis/localization-cs 7 years ago
Volo.Abp.UI.Navigation Spanish traslation fixes 7 years ago
Volo.Abp.Uow Remove UnitOfWork Sync API. 7 years ago
Volo.Abp.Validation Merge branch 'dev' into feature/setting_lang 7 years ago
Volo.Abp.VirtualFileSystem Upgrade frameworks & modules & samples to asp net core 3.1. 7 years ago