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.
 
 
 
 
 
 
liangshiwei 83ca223028 Use eventEntry.EventBus instead of eventPublisher 6 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 Remove unnecessary launchSettings.json file. 6 years ago
Volo.Abp.AspNetCore.Authentication.JwtBearer Upgrade framework packages. 6 years ago
Volo.Abp.AspNetCore.Authentication.OAuth Remove unnecessary launchSettings.json file. 6 years ago
Volo.Abp.AspNetCore.MultiTenancy Remove unnecessary launchSettings.json file. 6 years ago
Volo.Abp.AspNetCore.Mvc Update DynamicMaxLengthAttributeAdapter.cs 6 years ago
Volo.Abp.AspNetCore.Mvc.Client Remove unnecessary launchSettings.json file. 6 years ago
Volo.Abp.AspNetCore.Mvc.Contracts Add roles to CurrentUserDto. 6 years ago
Volo.Abp.AspNetCore.Mvc.UI Remove unnecessary launchSettings.json file. 6 years ago
Volo.Abp.AspNetCore.Mvc.UI.Bootstrap Remove unnecessary launchSettings.json file. 6 years ago
Volo.Abp.AspNetCore.Mvc.UI.Bundling Remove unnecessary launchSettings.json file. 6 years ago
Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy Remove unnecessary launchSettings.json file. 6 years ago
Volo.Abp.AspNetCore.Mvc.UI.Packages Resolved #4503: Introduce @libs/uppy npm package. 6 years ago
Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic Remove unnecessary launchSettings.json file. 6 years ago
Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared Remove unnecessary launchSettings.json file. 6 years ago
Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Demo Remove unnecessary launchSettings.json file. 6 years ago
Volo.Abp.AspNetCore.Mvc.UI.Widgets Remove unnecessary launchSettings.json file. 6 years ago
Volo.Abp.AspNetCore.Serilog Remove unnecessary launchSettings.json file. 6 years ago
Volo.Abp.AspNetCore.SignalR Remove unnecessary launchSettings.json file. 6 years ago
Volo.Abp.AspNetCore.TestBase Remove unnecessary launchSettings.json file. 6 years ago
Volo.Abp.Auditing Check whether MethodInfo's DeclaringType has auditing disabled. 6 years ago
Volo.Abp.Authorization Upgrade framework packages. 6 years ago
Volo.Abp.AutoMapper Add IgnoreExtraProperties extension method for automapper mapping. 6 years ago
Volo.Abp.Autofac Upgrade framework packages. 6 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.BlobStoring Refactor BlobContainer 6 years ago
Volo.Abp.BlobStoring.Azure #4471 Prevent duplicate adding the same normalizer to the same container. 6 years ago
Volo.Abp.BlobStoring.FileSystem #4471 Prevent duplicate adding the same normalizer to the same container. 6 years ago
Volo.Abp.Caching Resolved #4482 Add SetMany and GetMany to the IDistributedCache 6 years ago
Volo.Abp.Caching.StackExchangeRedis Refactored 6 years ago
Volo.Abp.Castle.Core Upgrade framework packages. 6 years ago
Volo.Abp.Cli Remove unnecessary launchSettings.json file. 6 years ago
Volo.Abp.Cli.Core added host folder to DeleteAppAndDemoFolderAsync 6 years ago
Volo.Abp.Core tests added 6 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 Used different names for `ReadOnlyRepository` and `Repository` in application services 6 years ago
Volo.Abp.Ddd.Application.Contracts Removed empty line between usings 6 years ago
Volo.Abp.Ddd.Domain Use eventEntry.EventBus instead of eventPublisher 6 years ago
Volo.Abp.Emailing Update Czech translations & fix formatting 6 years ago
Volo.Abp.EntityFrameworkCore Merge branch 'dev' into maliming/ConcurrencyStamp 6 years ago
Volo.Abp.EntityFrameworkCore.MySQL #4323 Implemented: Set AbpSequentialGuidGeneratorOptions.DefaultSequentialGuidType by the database provider packages 6 years ago
Volo.Abp.EntityFrameworkCore.Oracle Remove useExistingConnectionIfAvailable parameter for the oracle package. 6 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 framework packages. 6 years ago
Volo.Abp.EntityFrameworkCore.Sqlite Upgrade framework packages. 6 years ago
Volo.Abp.EventBus Resolved #4411, Resolved #4410 6 years ago
Volo.Abp.EventBus.RabbitMQ Upgrade RabbitMQ.Client to 6.1.0 6 years ago
Volo.Abp.Features Refactor. 6 years ago
Volo.Abp.FluentValidation Upgrade framework packages. 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 Resolved #4193: Trigger an event when Javscript service proxy script initialized 6 years ago
Volo.Abp.Http.Abstractions Remove ConfigureAwait of async method. 6 years ago
Volo.Abp.Http.Client Remove unnecessary launchSettings.json file. 6 years ago
Volo.Abp.Http.Client.IdentityModel Remove unnecessary launchSettings.json file. 6 years ago
Volo.Abp.Http.Client.IdentityModel.Web Remove unnecessary launchSettings.json file. 6 years ago
Volo.Abp.IdentityModel Solve that IdentityModelHttpRequestMessageOptions is not configured. 6 years ago
Volo.Abp.Json Remove ConfigureAwait of async method. 6 years ago
Volo.Abp.Ldap Resolved #3328: Allow to subscribe to exceptions handled by the abp framework 6 years ago
Volo.Abp.Localization added missing turkish keys and values 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 Upgrade framework packages. 6 years ago
Volo.Abp.MemoryDb Soft Delete & Common Test Done 6 years ago
Volo.Abp.Minify Upgrade framework packages. 6 years ago
Volo.Abp.MongoDB Make MongoDbRepository convertible to IMongoDbRepository<TEntity>. 6 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 Re-implemented background job & worker disable logic 6 years ago
Volo.Abp.RabbitMQ Upgrade RabbitMQ.Client to 6.1.0 6 years ago
Volo.Abp.Security Make GetClaimsPrincipal mehtod public. 6 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 Update Czech translations & fix formatting 6 years ago
Volo.Abp.UI docs: Volo.Abp.UI add localization for zh-Hant 6 years ago
Volo.Abp.UI.Navigation Update predefined application menu 6 years ago
Volo.Abp.Uow Milliseconds to seconds. 6 years ago
Volo.Abp.Validation Update Czech translations & fix formatting 6 years ago
Volo.Abp.Validation.Abstractions Check validation on SetProperty. 6 years ago
Volo.Abp.VirtualFileSystem Refactored virtual file system #4528 6 years ago