97 Commits (e8fa6e463c2363e009b8ceea4e862ce8095d6b8b)

Author SHA1 Message Date
maliming bf29aa8823 Handle the case where stringContent is empty. 5 years ago
maliming 7e903faa57 Introduce Directory.Build.props. 5 years ago
maliming 112247406f Introduce SemaphoreSlimExtensions. 5 years ago
maliming c5e6fa8b0c ConfigureAwait for SemaphoreSlim's LockAsync method. 5 years ago
maliming fb16b00652 Upgrade to net 5 final. 5 years ago
maliming 4a4a2d0327 Add ProxyClientActions & fix ConfiguredProxyClients problem. 6 years ago
maliming 2105f7a7de Move retry logic to the startup template. 6 years ago
Halil İbrahim Kalkan 66cadb34cc Resolved #4590: DynamicHttpProxyInterceptor mask real StatusCode. 6 years ago
maliming f9a682cf94 Change override async to async override. 6 years ago
maliming 7b06cfb5a2 Move to System.Text.Json 6 years ago
maliming ab7ab2dcb3 Update package to net 5 RC 2. 6 years ago
maliming 6e4035b004 Upgrade ms packages to 3.1.8. 6 years ago
Halil İbrahim Kalkan faf998ab53 Refactored #5733 6 years ago
Alexandru Bagu 7b9966fa4d added streaming support 6 years ago
maliming cf885b92c4 Use netstandard for class library & blazor. 6 years ago
Halil İbrahim Kalkan edff85f6ac Resolved #5525: Exception Handling for the Blazor UI. 6 years ago
maliming 6e79efce2c Upgrade TargetFramework/packages to net5.0 RC. 6 years ago
Yunus Emre Kalkan b295a3a384 pull/5300 Refactor & Unit tests 6 years ago
Halil İbrahim Kalkan 040971e1e9 Resolved #5304: Introduce AbpHttpClientBuilderOptions & Remove AbpHttpClientOptions.HttpClientActions. 6 years ago
Yunus Emre Kalkan fd3b79395e Remote exceptions localization data 6 years ago
Halil İbrahim Kalkan dc7eac44f6 Rename GenericInterceptAsyncMethod to MakeRequestAndGetResultAsyncMethod 6 years ago
maliming 736446f983 The AddQueryStringParameter method supports values of array type. 6 years ago
maliming 48f7b609aa Upgrade all AspNetCore/MsExtensions related packages to 3.1.6. 6 years ago
Halil İbrahim Kalkan 51bebf4dfb Resolved #4905: Allow to add converters to the standard JSON serializer 6 years ago
maliming 255033d605 Remove unnecessary launchSettings.json file. 6 years ago
maliming f0ed618736 Upgrade framework packages. 6 years ago
maliming f3fe8d95b8 Configure IdentityModel request message & configure all http clients. 6 years ago
Necati Meral 39770a90f7
Update framework/src/Volo.Abp.Http.Client/Microsoft/Extensions/DependencyInjection/ServiceCollectionDynamicHttpClientProxyExtensions.cs 6 years ago
Necati Meral 590d2960ea Added `IsSuitableForDynamicClientProxying` and added generic interface check 6 years ago
maliming 34ada95ac0 Use remote service http client in ApiDescriptionFinder. 6 years ago
maliming b41b6f0490 Remove extra blank lines. 6 years ago
maliming 61b4cce9b2 Return the string directly. 6 years ago
maliming d6ca9ac7ec Dynamic C# proxying enhancements for culture sensitive types. 6 years ago
Halil İbrahim Kalkan 70444944c7 Resolve #3339: Dynamic C# API Clients may not handle DateTime on QueryString when client and server cultures are different 6 years ago
maliming bb4688b786 Upgrade Microsoft.* package to 3.12. 6 years ago
Halil İbrahim Kalkan af720277e7 Remove EnvironmentHelper and IParameterTypeComparer. 6 years ago
Halil İbrahim Kalkan 5c472108ca Remove unused namespaces 6 years ago
Necati Meral 75bb5d6453 Implemented `IParameterTypeComparer` to be used in `ApiDescriptionFinder` 6 years ago
Necati Meral 73f507f605 Updated `HttpAPi.Client` projects to target `netstandard2.0` 6 years ago
maliming 174e25b0be Remove ConfigureAwait of async method. 6 years ago
maliming a2e3f30c44 Add configureawait.props & FodyWeavers.xml & FodyWeavers.xsd. 6 years ago
Mehmet Tüken d2cca7306e Add ValidationInterceptor. 6 years ago
Javier Campos 911ce80a7c feat: add ConfigureAwait(false) to all await calls 6 years ago
Halil İbrahim Kalkan f6084749f9 Use Castle.Core.AsyncInterceptor 6 years ago
Halil İbrahim Kalkan 676a5c61ac Removed sync interception and sync repository methods. 6 years ago
maliming ed4f8bb282 Upgrade frameworks & modules & samples to asp net core 3.1. 6 years ago
Halil İbrahim Kalkan 224494d0aa Revised api description model. 6 years ago
Halil İbrahim Kalkan 82e9803ca8 Add models to the API definition 6 years ago
maliming f9af889743 Avoid calling AddHttpClient & HttpErrorPolicy multiple times. 6 years ago
maliming 0aa6d6f000 Add a delegate to configure IHttpClientBuilder in AddHttpClientProxy method. 7 years ago