Commit Graph

34 Commits (896c98077b9b3a180f41e5bc5b7694a5d003a47b)

Author SHA1 Message Date
liangshiwei 5d3610f9a5 Enable nullable annotations for Volo.Abp.BackgroundWorkers
2 years ago
maliming f6a853caa4
Also add `net7.0` as target framework.
3 years ago
maliming bc6db16009
Use multiple `netstandard` target frameworks.
3 years ago
Yunus Emre Kalkan ada233f4b7 Add analyze & Package files to framework
3 years ago
maliming 0550c41ba0
Add `CancellationToken` paramter to `AddAsync` and ``DoWorkAsync` methods.
4 years ago
maliming d4ffac7913
Use `AsyncHelper` to call the async method.
4 years ago
maliming 2212157f03
Refactor.
4 years ago
Ahmet Çotur 9c3b340675 convert file-scoped namespacing for framework
4 years ago
Halil İbrahim Kalkan bc2e10db78 Removed Volo.Abp.EventBus.Boxes package and re-arranged the dependencies.
4 years ago
Alper Ebicoglu 3ea4d9988e remove bom from text files. closes #10189
4 years ago
liangshiwei fda8827743 Keep the file name and class name the same
4 years ago
Ahmet 5318451927 Sorting all modifiers
5 years ago
maliming a7739c2ee3 Use IAbpLazyServiceProvider instead of LazyGetRequiredService method.
5 years ago
maliming db59f2773e Add AbpAsyncTimer.
5 years ago
maliming 9407a4b041 Update PeriodicBackgroundWorkerBase's Timer_Elapsed method.
5 years ago
maliming 8544f954a7 Discard the task result in Timer_Elapsed.
5 years ago
maliming f9a682cf94 Change override async to async override.
5 years ago
maliming f29d6898f8 Make base properties of common base classes protected instead of public
5 years ago
Halil İbrahim Kalkan e849921f7e Resolved #3328: Allow to subscribe to exceptions handled by the abp framework
6 years ago
Halil İbrahim Kalkan acc2450b09 Create BackgroundWorkersApplicationInitializationContextExtensions.cs
6 years ago
liangshiwei 04fcf903df Backgroundworkerbase logger properties use concrete types as generic parameters
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 401376e109 Resolved #2540. Resolved #2539.
6 years ago
Javier Campos 911ce80a7c feat: add ConfigureAwait(false) to all await calls
6 years ago
Yunus Emre Kalkan cd8e5f0ac0 BackgroundWorkerOptions to AbpBackgroundWorkerOptions
6 years ago
Halil İbrahim Kalkan ed0895e712 Remove RunnableExtensions, Remove IRunnable from AbpTimer.
6 years ago
Halil İbrahim Kalkan 63baeaa874 #1403 refactor singletons.
6 years ago
Halil ibrahim Kalkan 287725d4d4 Add Serializable to ApplicationFeatureConfigurationDto
7 years ago
Halil ibrahim Kalkan 33111945e3 Resolved #408: Automatically register services by convention for a module
7 years ago
Halil ibrahim Kalkan 3c87b72d75 Implemented rabbitmq background jobs.
7 years ago
Halil ibrahim Kalkan b4212f2861 Background job sample application and refactor.
7 years ago
Halil ibrahim Kalkan a925d52a40 Start/stop background jobs on application initialization/shutdown
7 years ago
Halil ibrahim Kalkan 5021428119 Added BackgroundWorkers project.
7 years ago