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 43b61be904 Merge branch 'dev' of https://github.com/volosoft/abp into dev 7 years ago
..
Volo.Abp Add Volo.Abp package. 7 years ago
Volo.Abp.ApiVersioning.Abstractions ServiceConfigurationContext 8 years ago
Volo.Abp.AspNetCore Mark old configuration methods as obsolete 7 years ago
Volo.Abp.AspNetCore.Authentication.JwtBearer Resolved #1786: Upgrade to ASP.NET Core 3.0 Stable. 7 years ago
Volo.Abp.AspNetCore.Authentication.OAuth Upgraded asp.net core projects to 3.0 preview 9 7 years ago
Volo.Abp.AspNetCore.MultiTenancy Upgraded asp.net core projects to 3.0 preview 9 7 years ago
Volo.Abp.AspNetCore.Mvc Resolved #1727: Should stay on the same page after language switch. 7 years ago
Volo.Abp.AspNetCore.Mvc.Client Created RemoteTenantStore 7 years ago
Volo.Abp.AspNetCore.Mvc.Contracts Created RemoteTenantStore 7 years ago
Volo.Abp.AspNetCore.Mvc.UI Resolved #1811: Add component libraries to the application parts. 7 years ago
Volo.Abp.AspNetCore.Mvc.UI.Bootstrap Prevent possible null reference exception 7 years ago
Volo.Abp.AspNetCore.Mvc.UI.Bundling Fix bundling problem. 7 years ago
Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy Resolved #1811: Add component libraries to the application parts. 7 years ago
Volo.Abp.AspNetCore.Mvc.UI.Packages Merge branch 'dev' into aspnetcore-3.0 7 years ago
Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic Resolved #1727: Should stay on the same page after language switch. 7 years ago
Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared Resolved #1811: Add component libraries to the application parts. 7 years ago
Volo.Abp.AspNetCore.Mvc.UI.Widgets Resolved #1811: Add component libraries to the application parts. 7 years ago
Volo.Abp.AspNetCore.TestBase Resolved #1786: Upgrade to ASP.NET Core 3.0 Stable. 7 years ago
Volo.Abp.Auditing Reuse shared JsonSerializerSettings instead of shared ContractResolver. 7 years ago
Volo.Abp.Authorization Complete the authorization document. 7 years ago
Volo.Abp.AutoMapper Resolved #1844 and Resolved #1777: Created contextualized IObjectMapper service. 7 years ago
Volo.Abp.Autofac Added generic host support for the Volo.Abp.Autofac package. 7 years ago
Volo.Abp.BackgroundJobs Fixed #1464: Add sync methods to IBackgroundJobStore 7 years ago
Volo.Abp.BackgroundJobs.Abstractions Reduce AsyncHelper.RunSync usage #1403 7 years ago
Volo.Abp.BackgroundJobs.HangFire Resolved #590: Memory leak while checking background jobs periodically. 7 years ago
Volo.Abp.BackgroundJobs.RabbitMQ Remove RunnableExtensions, Remove IRunnable from AbpTimer. 7 years ago
Volo.Abp.BackgroundWorkers Remove RunnableExtensions, Remove IRunnable from AbpTimer. 7 years ago
Volo.Abp.Caching Resolved #1786: Upgrade to ASP.NET Core 3.0 Stable. 7 years ago
Volo.Abp.Castle.Core Implement fully async interceptors. 7 years ago
Volo.Abp.Cli Updated nuget packages to net preview9 7 years ago
Volo.Abp.Cli.Core abp update npm "dependencies", "devDependencies", "peerDependencies" 7 years ago
Volo.Abp.Core Mark old configuration methods as obsolete 7 years ago
Volo.Abp.Dapper Updated nuget packages to net preview9 7 years ago
Volo.Abp.Data Add setters for DbTablePrefix and DbSchema 7 years ago
Volo.Abp.Ddd.Application Resolved #1154: Create Volo.Abp.Ddd.Application.Contracts package. 7 years ago
Volo.Abp.Ddd.Application.Contracts Resolved #1154: Create Volo.Abp.Ddd.Application.Contracts package. 7 years ago
Volo.Abp.Ddd.Domain Resolved #1844 and Resolved #1777: Created contextualized IObjectMapper service. 7 years ago
Volo.Abp.Emailing Resolved #1628: Upgrade all NuGet packages for the framework for v0.19 release. 7 years ago
Volo.Abp.EntityFrameworkCore Revert "Use .AsNoTracking() on EF Core repo Delete" 7 years ago
Volo.Abp.EntityFrameworkCore.MySQL Upgrade Pomelo.EntityFrameworkCore.MySql package. 7 years ago
Volo.Abp.EntityFrameworkCore.PostgreSql Upgrade to Npgsql.EntityFrameworkCore.PostgreSQL 3.0.1 7 years ago
Volo.Abp.EntityFrameworkCore.SqlServer Resolved #1786: Upgrade to ASP.NET Core 3.0 Stable. 7 years ago
Volo.Abp.EntityFrameworkCore.Sqlite Resolved #1786: Upgrade to ASP.NET Core 3.0 Stable. 7 years ago
Volo.Abp.EventBus Resolved #1844 and Resolved #1777: Created contextualized IObjectMapper service. 7 years ago
Volo.Abp.EventBus.RabbitMQ Use IServiceScopeFactory instead of IHybridServiceScopeFactory for event bus. 7 years ago
Volo.Abp.Features #1403 Remove IFeatureChecker sync extensions 7 years ago
Volo.Abp.FluentValidation Refactor conventional dependency registration classes. 7 years ago
Volo.Abp.Guids Remove unnecessary locks that create Guid. 7 years ago
Volo.Abp.HangFire Resolved #1628: Upgrade all NuGet packages for the framework for v0.19 release. 7 years ago
Volo.Abp.Http Extract IProxyScriptManagerCache. Make ProxyScriptManager transient. 7 years ago
Volo.Abp.Http.Abstractions Resolved #408: Automatically register services by convention for a module 8 years ago
Volo.Abp.Http.Client Resolves #1670: Add X-Requested-With header on C# client proxies. 7 years ago
Volo.Abp.Http.Client.IdentityModel follows Upgrade to IdentityModel 4.0.0 7 years ago
Volo.Abp.IdentityModel follows Upgrade to IdentityModel 4.0.0 7 years ago
Volo.Abp.Json Merge branch 'dev' into maliming/SharedContractResolver 7 years ago
Volo.Abp.Ldap Fix SSL casing. 7 years ago
Volo.Abp.Localization Merge branch 'dev' into aspnetcore-3.0 7 years ago
Volo.Abp.Localization.Abstractions #203 Setting Management Enhancements 7 years ago
Volo.Abp.MailKit Updated nuget packages to net preview9 7 years ago
Volo.Abp.MemoryDb Resolved #1580 Make Entity.Id protected to prevent accidently changing it. 7 years ago
Volo.Abp.MongoDB #1580 Removed setter for IEntity<TKey>.Id 7 years ago
Volo.Abp.MultiTenancy Delete TenantStoreExtensions.cs 7 years ago
Volo.Abp.ObjectMapping Resolved #1844 and Resolved #1777: Created contextualized IObjectMapper service. 7 years ago
Volo.Abp.RabbitMQ Remove RunnableExtensions, Remove IRunnable from AbpTimer. 7 years ago
Volo.Abp.Security Update CurrentUser.cs 7 years ago
Volo.Abp.Serialization Resolved #408: Automatically register services by convention for a module 8 years ago
Volo.Abp.Settings Remove sync extensions for ISettingProvider 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. 7 years ago
Volo.Abp.Threading Remove RunnableExtensions, Remove IRunnable from AbpTimer. 7 years ago
Volo.Abp.Timing DateTimeConverter with MvcJsonOptions 7 years ago
Volo.Abp.UI Updating PT-BR translation 7 years ago
Volo.Abp.UI.Navigation #1403 Remove sync extensions for IAuthorizationService 7 years ago
Volo.Abp.Uow Merge pull request #1422 from abpframework/maliming/unitofwork 7 years ago
Volo.Abp.Validation Resolved #1498: Set IServiceProvider in ValidationContext. 7 years ago
Volo.Abp.VirtualFileSystem Resolved #1786: Upgrade to ASP.NET Core 3.0 Stable. 7 years ago