Commit Graph

85 Commits (bd003f190f922416b125a379a8b91c77508f0cec)

Author SHA1 Message Date
Halil İbrahim Kalkan 0b0b007d7e #12918: CachedServiceProviderBase should return the internal service provider when requested.
3 years ago
Halil İbrahim Kalkan db4d40a374 Resolved #12918: Introduce ITransientCachedServiceProvider.
3 years ago
liangshiwei b7a2189f99 Update Check_Tests.cs
3 years ago
liangshiwei 26742af89d Add unit test for the Check
3 years ago
maliming 0e683f603c
Support for exporting generic interfaces.
4 years ago
maliming 7481d363b0
Add `AbpAsyncIntegratedTest`.
4 years ago
maliming 8c5e3cd30a
Async configure and initialize the module.
4 years ago
Ahmet Çotur 9c3b340675 convert file-scoped namespacing for framework
4 years ago
maliming 902583ec06
Do not add duplicate assemblies.
4 years ago
maliming ef9d20533a Change TargetFramework to net6.0.
4 years ago
maliming 24e9e7baca Rename some services and properties of StateChecker.
5 years ago
maliming 24498a052d Introduce the SimpleStateChecker.
5 years ago
maliming e756fac8c5 Rename InitLoggerFactory to DefaultInitLoggerFactory.
5 years ago
maliming 460e38f654 Make IInitLogger inherit ILogger.
5 years ago
Halil İbrahim Kalkan 859c4e9a6c Resolves #7965: Logging on Service Registration.
5 years ago
Ahmet 5318451927 Sorting all modifiers
5 years ago
maliming a4dad2df06
Update StringExtensions_Tests.cs
5 years ago
maliming 9d1b98fd95 Add RemovePostFix & RemovePreFix unit tests.
5 years ago
maliming 7e903faa57 Introduce Directory.Build.props.
5 years ago
maliming 2c8a68be22 Make readonly for Creation audit properties of the entities.
5 years ago
maliming f9a682cf94 Change override async to async override.
5 years ago
Halil İbrahim Kalkan ee42f87a86 Merge branch 'rel-3.3' into dev
5 years ago
maliming aecb3534fc Prevent ReflectionHelper's GetValueByPath method use null values.
5 years ago
maliming 5374a6818d Merge branch 'dev' into maliming/net5
5 years ago
Halil İbrahim Kalkan 71b1384598 Resolved #5269: allow to easily override a controller.
5 years ago
maliming f151602b08 Update TargetFramework.
5 years ago
maliming cf885b92c4 Use netstandard for class library & blazor.
5 years ago
maliming 6e79efce2c Upgrade TargetFramework/packages to net5.0 RC.
5 years ago
maliming 483818ea42 Make `T To<T>` extension method support string to GUID.
5 years ago
maliming fc2cd29f2e Add PredicateBuilder class.
5 years ago
Halil İbrahim Kalkan 51bebf4dfb Resolved #4905: Allow to add converters to the standard JSON serializer
5 years ago
maliming 5a476310fe Rename the text "MY_PROJECT_NAME" when generating a new project
5 years ago
maliming f0ed618736 Upgrade framework packages.
5 years ago
Halil İbrahim Kalkan 766b194687 Add test for SortByDependencies
5 years ago
Halil İbrahim Kalkan 16968cfc7c Added If object extension.
5 years ago
Halil İbrahim Kalkan 2f0a7af7b3 Resolved #3984 Expose enum type & members to client side for extension properties.
6 years ago
Halil İbrahim Kalkan 5f20c7726e Resolved #3978: ObjectExtensionManager should automatically add RequiredAttribute & EnumDataTypeAttribute when needed
6 years ago
Halil İbrahim Kalkan 25085b2959 Improve extension property model binding.
6 years ago
Halil İbrahim Kalkan f537cd1179 Resolved #3837: Singleton services exposing multiple services should return the same instance
6 years ago
Halil İbrahim Kalkan ef54a6416f Added UI config for extra properties
6 years ago
Halil İbrahim Kalkan a628e177a5 Add test for TypeHelper and improve ReflectionHelper
6 years ago
Halil İbrahim Kalkan 793a600981 Fix TypeHelper.IsDictionary and add tests.
6 years ago
maliming 9cffe676b2 Remove Fody from the unit test project.
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
Halil İbrahim Kalkan 388dce7cd2
Merge pull request #2489 from recepdmr/todolist
6 years ago
Halil İbrahim Kalkan 76d742683a
Merge pull request #2502 from abpframework/maliming/WithCulture
6 years ago
maliming 1801407ae0 Use CultureHelper instead of extension methods & rename AbpCultureHelper to CultureHelper.
6 years ago
developerrd 76151fcee5 AbpIntegratedTest change all proejct namespace
6 years ago
Javier Campos 911ce80a7c feat: add ConfigureAwait(false) to all await calls
6 years ago