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 c2fe57d7d5 Merge branch 'rel-4.0' into rel-4.1 5 years ago
..
Volo.Abp Use netstandard for class library & blazor. 5 years ago
Volo.Abp.ApiVersioning.Abstractions Use netstandard for class library & blazor. 5 years ago
Volo.Abp.AspNetCore using Volo.Abp.Threading 5 years ago
Volo.Abp.AspNetCore.Authentication.JwtBearer Introduce Directory.Build.props. 5 years ago
Volo.Abp.AspNetCore.Authentication.OAuth Upgrade TargetFramework/packages to net5.0 RC. 5 years ago
Volo.Abp.AspNetCore.Authentication.OpenIdConnect Introduce Directory.Build.props. 5 years ago
Volo.Abp.AspNetCore.Components Merge pull request #6279 from abpframework/rel-4.0 5 years ago
Volo.Abp.AspNetCore.Components.WebAssembly put bundle parameters inside bundle context. 5 years ago
Volo.Abp.AspNetCore.Components.WebAssembly.BasicTheme Merge pull request #6663 from abpframework/liangshiwei/patch-1 5 years ago
Volo.Abp.AspNetCore.Components.WebAssembly.Theming put bundle parameters inside bundle context. 5 years ago
Volo.Abp.AspNetCore.MultiTenancy Avoid Task<string> being null. 5 years ago
Volo.Abp.AspNetCore.Mvc Merge branch 'dev' into maliming/update-packages 5 years ago
Volo.Abp.AspNetCore.Mvc.Client Upgrade TargetFramework/packages to net5.0 RC. 5 years ago
Volo.Abp.AspNetCore.Mvc.Client.Common Make ISettingProvider support batch get. 5 years ago
Volo.Abp.AspNetCore.Mvc.Contracts add filterparam name to property config. 5 years ago
Volo.Abp.AspNetCore.Mvc.UI Update ThemeExtensions.cs 5 years ago
Volo.Abp.AspNetCore.Mvc.UI.Bootstrap Merge remote-tracking branch 'abpframework/dev' into dev 5 years ago
Volo.Abp.AspNetCore.Mvc.UI.Bundling Consider "prod" suffix as minified file in addition to the "min". 5 years ago
Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy Use location.assign refresh page to avoid form re-submit. 5 years ago
Volo.Abp.AspNetCore.Mvc.UI.Packages Create @abp/cms-kit npm package 5 years ago
Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic Make main menu support target attribute 5 years ago
Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared Add responseCallback to datatables.createAjax function. 5 years ago
Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Demo Introduce Directory.Build.props. 5 years ago
Volo.Abp.AspNetCore.Mvc.UI.Widgets Upgrade TargetFramework/packages to net5.0 RC. 5 years ago
Volo.Abp.AspNetCore.Serilog Upgrade TargetFramework/packages to net5.0 RC. 5 years ago
Volo.Abp.AspNetCore.SignalR Upgrade TargetFramework/packages to net5.0 RC. 5 years ago
Volo.Abp.AspNetCore.TestBase Introduce Directory.Build.props. 5 years ago
Volo.Abp.Auditing Change Dictionary<string, object> to ExtraPropertyDictionary for IHasExtraProperties 5 years ago
Volo.Abp.Authorization Merge branch 'dev' of https://github.com/volosoft/abp into dev 5 years ago
Volo.Abp.AutoMapper Update packages to latest 5 years ago
Volo.Abp.Autofac Add AbpAutofacConstructorFinder 5 years ago
Volo.Abp.Autofac.WebAssembly Update TargetFramework. 5 years ago
Volo.Abp.BackgroundJobs Add AbpAsyncTimer. 5 years ago
Volo.Abp.BackgroundJobs.Abstractions Use netstandard for class library & blazor. 5 years ago
Volo.Abp.BackgroundJobs.HangFire Make HangfireJobExecutionAdapter async. 5 years ago
Volo.Abp.BackgroundJobs.Quartz Use netstandard for class library & blazor. 5 years ago
Volo.Abp.BackgroundJobs.RabbitMQ Remove `var Consumer` 5 years ago
Volo.Abp.BackgroundWorkers Add AbpAsyncTimer. 5 years ago
Volo.Abp.BackgroundWorkers.Quartz Add AbpAsyncTimer. 5 years ago
Volo.Abp.BlazoriseUI put bundle parameters inside bundle context. 5 years ago
Volo.Abp.BlobStoring Use netstandard for class library & blazor. 5 years ago
Volo.Abp.BlobStoring.Aliyun Update packages to latest 5 years ago
Volo.Abp.BlobStoring.Aws Update packages to latest 5 years ago
Volo.Abp.BlobStoring.Azure Update packages to latest 5 years ago
Volo.Abp.BlobStoring.FileSystem Change override async to async override. 5 years ago
Volo.Abp.BlobStoring.Minio Change override async to async override. 5 years ago
Volo.Abp.Caching Discard the task result in Timer_Elapsed. 5 years ago
Volo.Abp.Caching.StackExchangeRedis Introduce Directory.Build.props. 5 years ago
Volo.Abp.Castle.Core Change override async to async override 5 years ago
Volo.Abp.Cli add bundling and minification descriptions. 5 years ago
Volo.Abp.Cli.Core Merge branch 'rel-4.0' into rel-4.1 5 years ago
Volo.Abp.Core Resolved #6677: Do not register repository classes to dependency injection by default. 5 years ago
Volo.Abp.Dapper Update packages to latest 5 years ago
Volo.Abp.Data Resolved #5917: Remove IHybridServiceScopeFactory usages 5 years ago
Volo.Abp.Ddd.Application Change override async to async override 5 years ago
Volo.Abp.Ddd.Application.Contracts add Spanish language. closes #5931 & volosoft/volo#2283 5 years ago
Volo.Abp.Ddd.Domain Update AbpRepositoryConventionalRegistrar.cs 5 years ago
Volo.Abp.Emailing add Spanish language. closes #5931 & volosoft/volo#2283 5 years ago
Volo.Abp.EntityFrameworkCore Merge branch 'rel-4.0' into dev 5 years ago
Volo.Abp.EntityFrameworkCore.MySQL Enabling split queries globally. 5 years ago
Volo.Abp.EntityFrameworkCore.Oracle Enabling split queries globally. 5 years ago
Volo.Abp.EntityFrameworkCore.Oracle.Devart Devart.Data.Oracle.EFCore is supported net 5. 5 years ago
Volo.Abp.EntityFrameworkCore.PostgreSql Update packages to latest 5 years ago
Volo.Abp.EntityFrameworkCore.SqlServer Merge branch 'rel-4.0' into dev 5 years ago
Volo.Abp.EntityFrameworkCore.Sqlite Merge branch 'rel-4.0' into dev 5 years ago
Volo.Abp.EventBus Change override async to async override. 5 years ago
Volo.Abp.EventBus.Kafka Change override async to async override. 5 years ago
Volo.Abp.EventBus.RabbitMQ Use netstandard for class library & blazor. 5 years ago
Volo.Abp.EventBus.Rebus Change override async to async override. 5 years ago
Volo.Abp.ExceptionHandling Localize exception messages in AbpFeaturesModule. 5 years ago
Volo.Abp.Features update tr localizations 5 years ago
Volo.Abp.FluentValidation Update packages to latest 5 years ago
Volo.Abp.GlobalFeatures Update GlobalFeature.cs 5 years ago
Volo.Abp.Guids Use netstandard for class library & blazor. 5 years ago
Volo.Abp.HangFire Use 1.7.* as Hangfire package version. 5 years ago
Volo.Abp.Http Merge pull request #6352 from abpframework/maliming/dataType 5 years ago
Volo.Abp.Http.Abstractions Use netstandard for class library & blazor. 5 years ago
Volo.Abp.Http.Client Merge branch 'rel-4.0' into dev 5 years ago
Volo.Abp.Http.Client.IdentityModel Use netstandard for class library & blazor. 5 years ago
Volo.Abp.Http.Client.IdentityModel.Web Change override async to async override. 5 years ago
Volo.Abp.Http.Client.IdentityModel.WebAssembly put bundle parameters inside bundle context. 5 years ago
Volo.Abp.IdentityModel Update packages to latest 5 years ago
Volo.Abp.Json Add CanBeNull attribute. 5 years ago
Volo.Abp.Kafka Update packages to latest 5 years ago
Volo.Abp.Ldap Use LdapForNet instead of Novell. 5 years ago
Volo.Abp.Localization add Spanish language. closes #5931 & volosoft/volo#2283 5 years ago
Volo.Abp.Localization.Abstractions Use netstandard for class library & blazor. 5 years ago
Volo.Abp.MailKit Update packages to latest 5 years ago
Volo.Abp.MemoryDb Merge branch 'dev' into maliming/system.text.json 5 years ago
Volo.Abp.Minify Update packages to latest 5 years ago
Volo.Abp.MongoDB Update packages to latest 5 years ago
Volo.Abp.MultiTenancy Use sync to resolve the tenant. 5 years ago
Volo.Abp.ObjectExtending lookup property fix. 5 years ago
Volo.Abp.ObjectMapping Use netstandard for class library & blazor. 5 years ago
Volo.Abp.Quartz Update packages to latest 5 years ago
Volo.Abp.RabbitMQ Merge pull request #6460 from abpframework/maliming/update-packages 5 years ago
Volo.Abp.Security Localize exception messages in AbpFeaturesModule. 5 years ago
Volo.Abp.Serialization Use netstandard for class library & blazor. 5 years ago
Volo.Abp.Settings Add GetListAsync repository method. 5 years ago
Volo.Abp.Sms Use netstandard for class library & blazor. 5 years ago
Volo.Abp.Specifications Use netstandard for class library & blazor. 5 years ago
Volo.Abp.Swashbuckle Improved 5 years ago
Volo.Abp.TestBase Use netstandard for class library & blazor. 5 years ago
Volo.Abp.TextTemplating Merge pull request #6532 from abpframework/maliming/PhysicalFileProvider 5 years ago
Volo.Abp.Threading Add AbpAsyncTimer. 5 years ago
Volo.Abp.Timing Update packages to latest 5 years ago
Volo.Abp.UI add Spanish language. closes #5931 & volosoft/volo#2283 5 years ago
Volo.Abp.UI.Navigation add German translations... volosoft/volo#2282 5 years ago
Volo.Abp.Uow Change override async to async override. 5 years ago
Volo.Abp.Validation add Spanish language. closes #5931 & volosoft/volo#2283 5 years ago
Volo.Abp.Validation.Abstractions Use netstandard for class library & blazor. 5 years ago
Volo.Abp.VirtualFileSystem Introduce Directory.Build.props. 5 years ago