68 Commits (ea143c8bfd66ea533472d5bcac593ff9ada44e72)

Author SHA1 Message Date
ahmetfarukulu 4e531d890f Rename ".abppkg.json" filenames to ".abppkg" 2 years ago
maliming ca23540e5b Upgrade abp to NET 8.0. 3 years ago
liangshiwei c8667233b4 Enable nullable annotations for Volo.Abp.AspNetCore.Mvc.Contracts 3 years ago
liangshiwei 2df80213d3 Enable nullable annotations for Volo.Abp.AspNetCore.Mvc.Client 3 years ago
Yunus Emre Kalkan ada233f4b7 Add analyze & Package files to framework 3 years ago
maliming b1eef4dcbd
Use `TimeSpan.FromSeconds(5)` instead of zero. 3 years ago
maliming c5dfa9cc0b
Update AbpAspNetCoreMvcClientCacheOptions.cs 3 years ago
maliming 14d1bbc877
Introduce `IAbpHostEnvironment` and reduce cache durations for development environment 3 years ago
Halil İbrahim Kalkan a9fcdf0074 Change culture parameter to cultureName. 4 years ago
Halil İbrahim Kalkan 702589380b Introduce ApplicationLocalizationRequestDto.OnlyDynamics 4 years ago
Halil İbrahim Kalkan bf912d62ca Use ApplicationLocalizationRequestDto instead of string parameter 4 years ago
Halil İbrahim Kalkan 6dc86702c9 remove initialize in AbpAspNetCoreMvcClientModule 4 years ago
Halil İbrahim Kalkan a63b2dfc45 Implement changes for RemoteLocalizationContributor. 4 years ago
Halil İbrahim Kalkan f6a3530eaf remove initialize in AbpAspNetCoreMvcClientModule 4 years ago
Halil İbrahim Kalkan 411ce81560 Added ApplicationConfigurationRequestOptions. 4 years ago
maliming e7e9756cf2
Upgrade to NET 7.0. 4 years ago
maliming e426b7f57b
Update AbpAspNetCoreMvcClientModule.cs 4 years ago
maliming 0a8157692f
Use `IClientScopeServiceProviderAccessor` to get scoped services. 4 years ago
maliming 23fc1fbf4c
Revert "Merge pull request #12946 from abpframework/revert-12932-IAsyncInitialize" 4 years ago
maliming 6c4f3da148
Revert "Remove `IAsyncInitialize` interface." 4 years ago
maliming 1200ba9420
Remove the `ExposeServices`. 4 years ago
maliming 5877bf92e7
Remove `IAsyncInitialize` interface. 4 years ago
liangshiwei fa3e23eed7 Update MvcCachedApplicationConfigurationClient.cs 4 years ago
liangshiwei 4dfd99b7f7 Fix the performance problem of blazor-server 4 years ago
Ahmet Çotur 9c3b340675 convert file-scoped namespacing for framework 4 years ago
maliming 8a1a2fbc80
Update MvcCachedApplicationConfigurationClient.cs 4 years ago
maliming 1839142ffb
Skip `WebSocketRequest` in `MvcCachedApplicationConfigurationClient`. 4 years ago
maliming e79b109da5
Add static proxy for `Volo.Abp.AspNetCore.Mvc.Client.Common`. 4 years ago
Alper Ebicoglu 3ea4d9988e remove bom from text files. closes #10189 5 years ago
JRoger be74eca87d chore: disable auto generator launchSettings.json 5 years ago
maliming ef9d20533a Change TargetFramework to net6.0. 5 years ago
Halil İbrahim Kalkan 378a272617 Resolved #7508: Use the default language setting if user hasn't selected a language. 5 years ago
Halil İbrahim Kalkan ea0bf50d13 Introduce a way to reset MVC client cache. 5 years ago
maliming 6e79efce2c Upgrade TargetFramework/packages to net5.0 RC. 6 years ago
Halil İbrahim Kalkan 70e29ab2d8 Added IAsyncInitialize & utils for the blazor UI 6 years ago
Halil İbrahim Kalkan d85f96a289 Fix problems on the blazor ui PR 6 years ago
Halil İbrahim Kalkan 6b4bcb0054 Implement WebAssemblyCurrentPrincipalAccessor (temporary solution) 6 years ago
Halil İbrahim Kalkan 12c9039fe8 Created Volo.Abp.AspNetCore.Components.WebAssembly package. 6 years ago
Armağan Ünlü 3f69d25adc Resolved #4023 6 years ago
mhymhygi b8e075aeb4
Delete launchSettings.json 6 years ago
nuck.tang e0c873bd4e merge master 6 years ago
maliming 255033d605 Remove unnecessary launchSettings.json file. 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
Javier Campos 911ce80a7c feat: add ConfigureAwait(false) to all await calls 6 years ago
maliming a72fb4e567 Cancel changes to the tenant module. 6 years ago
maliming 1ae083f11a Remove the sync method for tenant & background job module. 6 years ago
Halil İbrahim Kalkan 0860f54e5a Remove CachedApplicationConfigurationClient.Get 6 years ago
Halil İbrahim Kalkan a5d74d32af Add async/await 6 years ago
Halil İbrahim Kalkan 5fe88a3b09 Improve RemoteTenantStore: Reduce AsyncHelper usage. 6 years ago