This website requires JavaScript.
Explore
Help
Sign In
spt
/
loot-dump-processor
Watch
0
Star
0
Fork
0
You've already forked loot-dump-processor
mirror of
https://github.com/sp-tarkov/loot-dump-processor.git
synced
2025-02-13 09:50:44 -05:00
Code
loot-dump-processor
/
source
/
LootDumpProcessor
/
Process
/
IPipeline.cs
6 lines
88 B
C#
Raw
Normal View
History
Unescape
Escape
dump-processor-cleanup (#6) Co-authored-by: Alex <alex@dm-me-for-questions.com> Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/LootDumpProcessor/pulls/6
2024-04-16 18:29:40 +00:00
namespace
LootDumpProcessor.Process
;
initial push of Loot Processing Tool
2023-08-12 19:08:38 +01:00
public
interface
IPipeline
{
Refactored dependency injection and logging infrastructure The changes include: - Replaced custom logging with Microsoft.Extensions.Logging - Added TarkovItemsProvider and ComposedKeyGenerator services - Simplified configuration models by removing redundant options - Improved dependency injection in processors and readers - Removed unused factory methods and simplified service registration
2025-01-11 09:12:21 +03:00
Task
Execute
(
)
;
initial push of Loot Processing Tool
2023-08-12 19:08:38 +01:00
}
Copy Permalink