..
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 middleware filtering code.
6 years ago
Volo.Abp.AspNetCore.Authentication.JwtBearer
Remove ConfigureAwait of async method.
6 years ago
Volo.Abp.AspNetCore.Authentication.OAuth
Remove ConfigureAwait of async method.
6 years ago
Volo.Abp.AspNetCore.MultiTenancy
Remove ConfigureAwait of async method.
6 years ago
Volo.Abp.AspNetCore.Mvc
Fixed the bug that the controller was not logged & Filter the controller in AbpAuditingMiddleware.
6 years ago
Volo.Abp.AspNetCore.Mvc.Client
Remove ConfigureAwait of async method.
6 years ago
Volo.Abp.AspNetCore.Mvc.Contracts
Remove ConfigureAwait of async method.
6 years ago
Volo.Abp.AspNetCore.Mvc.UI
Remove ConfigureAwait of async method.
6 years ago
Volo.Abp.AspNetCore.Mvc.UI.Bootstrap
Merge branch 'dev' into maliming/FodyConfigureAwait
6 years ago
Volo.Abp.AspNetCore.Mvc.UI.Bundling
Remove ConfigureAwait of async method.
6 years ago
Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy
Merge pull request #2645 from abpframework/maliming/FodyConfigureAwait
6 years ago
Volo.Abp.AspNetCore.Mvc.UI.Packages
Remove ConfigureAwait of async method.
6 years ago
Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic
Merge branch 'master' into dev
6 years ago
Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared
Remove ConfigureAwait of async method.
6 years ago
Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Demo
Update GridsDemoViewComponent.cs
6 years ago
Volo.Abp.AspNetCore.Mvc.UI.Widgets
Remove ConfigureAwait of async method.
6 years ago
Volo.Abp.AspNetCore.Serilog
Remove ConfigureAwait of async method.
6 years ago
Volo.Abp.AspNetCore.TestBase
Remove ConfigureAwait of async method.
6 years ago
Volo.Abp.Auditing
Save audit logs even if no action performed in the request.
6 years ago
Volo.Abp.Authorization
introduce AlwaysAllowMethodInvocationAuthorizationService.
6 years ago
Volo.Abp.AutoMapper
Remove ConfigureAwait of async method.
6 years ago
Volo.Abp.Autofac
Remove ConfigureAwait of async method.
6 years ago
Volo.Abp.BackgroundJobs
Remove ConfigureAwait of async method.
6 years ago
Volo.Abp.BackgroundJobs.Abstractions
Remove ConfigureAwait of async method.
6 years ago
Volo.Abp.BackgroundJobs.HangFire
Remove ConfigureAwait of async method.
6 years ago
Volo.Abp.BackgroundJobs.Quartz
Release the scope instance in jobfactory
6 years ago
Volo.Abp.BackgroundJobs.RabbitMQ
Remove ConfigureAwait of async method.
6 years ago
Volo.Abp.BackgroundWorkers
Remove ConfigureAwait of async method.
6 years ago
Volo.Abp.BackgroundWorkers.Quartz
Make worker and workermanager lifecycles singletons by default
6 years ago
Volo.Abp.Caching
Remove ConfigureAwait of async method.
6 years ago
Volo.Abp.Castle.Core
Remove ConfigureAwait of async method.
6 years ago
Volo.Abp.Cli
Remove ConfigureAwait of async method.
6 years ago
Volo.Abp.Cli.Core
Merge pull request #2948 from liangshiw/liangshiwei/cli-custom-template-path
6 years ago
Volo.Abp.Core
Depend on common.props from Volo.Abp.Core.csproj
6 years ago
Volo.Abp.Dapper
Merge branch 'dev' into maliming/FodyConfigureAwait
6 years ago
Volo.Abp.Data
Remove ConfigureAwait of async method.
6 years ago
Volo.Abp.Ddd.Application
Merge branch 'dev' into maliming/FodyConfigureAwait
6 years ago
Volo.Abp.Ddd.Application.Contracts
Merge branch 'dev' into maliming/FodyConfigureAwait
6 years ago
Volo.Abp.Ddd.Domain
Make entity property virtual.
6 years ago
Volo.Abp.Emailing
Merge branch 'dev' into maliming/FodyConfigureAwait
6 years ago
Volo.Abp.EntityFrameworkCore
Refactor and improvements for #2807
6 years ago
Volo.Abp.EntityFrameworkCore.MySQL
Merge branch 'dev' into maliming/FodyConfigureAwait
6 years ago
Volo.Abp.EntityFrameworkCore.PostgreSql
Merge branch 'dev' into maliming/FodyConfigureAwait
6 years ago
Volo.Abp.EntityFrameworkCore.SqlServer
Merge branch 'dev' into maliming/FodyConfigureAwait
6 years ago
Volo.Abp.EntityFrameworkCore.Sqlite
Merge branch 'dev' into maliming/FodyConfigureAwait
6 years ago
Volo.Abp.EventBus
Add Event Bus
6 years ago
Volo.Abp.EventBus.RabbitMQ
Remove ConfigureAwait of async method.
6 years ago
Volo.Abp.Features
Remove ConfigureAwait of async method.
6 years ago
Volo.Abp.FluentValidation
Remove ConfigureAwait of async method.
6 years ago
Volo.Abp.Guids
Remove ConfigureAwait of async method.
6 years ago
Volo.Abp.HangFire
Remove ConfigureAwait of async method.
6 years ago
Volo.Abp.Http
Merge branch 'dev' into maliming/FodyConfigureAwait
6 years ago
Volo.Abp.Http.Abstractions
Remove ConfigureAwait of async method.
6 years ago
Volo.Abp.Http.Client
Remove EnvironmentHelper and IParameterTypeComparer.
6 years ago
Volo.Abp.Http.Client.IdentityModel
Renamed Volo.Abp.Http.Client.IdentityModel.Relay to Volo.Abp.Http.Client.IdentityModel.Web. Also fixed depending projects.
6 years ago
Volo.Abp.Http.Client.IdentityModel.Web
Renamed Volo.Abp.Http.Client.IdentityModel.Relay to Volo.Abp.Http.Client.IdentityModel.Web. Also fixed depending projects.
6 years ago
Volo.Abp.IdentityModel
Using `IHttpClientFactory` to create `HttpClient`s
6 years ago
Volo.Abp.Json
Remove ConfigureAwait of async method.
6 years ago
Volo.Abp.Ldap
Remove ConfigureAwait of async method.
6 years ago
Volo.Abp.Localization
Merge branch 'dev' into maliming/FodyConfigureAwait
6 years ago
Volo.Abp.Localization.Abstractions
Remove ConfigureAwait of async method.
6 years ago
Volo.Abp.MailKit
Remove ConfigureAwait of async method.
6 years ago
Volo.Abp.MemoryDb
Remove ConfigureAwait of async method.
6 years ago
Volo.Abp.Minify
Remove ConfigureAwait of async method.
6 years ago
Volo.Abp.MongoDB
Refactor and improvements for #2807
6 years ago
Volo.Abp.MultiTenancy
Remove ConfigureAwait of async method.
6 years ago
Volo.Abp.ObjectMapping
Remove ConfigureAwait of async method.
6 years ago
Volo.Abp.Quartz
Add backgroundjobs.quartz demo app
6 years ago
Volo.Abp.RabbitMQ
Remove ConfigureAwait of async method.
6 years ago
Volo.Abp.Security
Fixed error when expected UserId is string but not guid
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.Threading
Remove ConfigureAwait of async method.
6 years ago
Volo.Abp.Timing
Remove ConfigureAwait of async method.
6 years ago
Volo.Abp.UI
Merge branch 'dev' of https://github.com/volosoft/abp into dev
6 years ago
Volo.Abp.UI.Navigation
Merge branch 'dev' into maliming/FodyConfigureAwait
6 years ago
Volo.Abp.Uow
Refactor and improvements for #2807
6 years ago
Volo.Abp.Validation
Merge branch 'dev' into maliming/FodyConfigureAwait
6 years ago
Volo.Abp.VirtualFileSystem
Remove ConfigureAwait of async method.
6 years ago