TechAppForce
-
- 11,237 total downloads
- last updated 5/19/2026
- Latest version: 1.11.5
A comprehensive contract library that provides common models, interfaces, and data structures for the TAF Infrastructure ecosystem. This package contains shared DTOs, enums, base classes, and contract... More information -
- 8,583 total downloads
- last updated 5/20/2026
- Latest version: 10.1.5
Professional HTTP-based SDK for TAF Metadata Service. v10.0.0: Clean release - no caching dependencies. Features Clean Architecture, SOLID principles, explicit BusContext parameter support, comprehensive error... More information -
- 7,706 total downloads
- last updated 5/23/2026
- Latest version: 2.2.15
A comprehensive abstraction layer over MediatR and MassTransit that provides unified Command, Query, and Event handling patterns with support for both local (in-process) and distributed (message broker)... More information -
- 6,323 total downloads
- last updated 5/25/2026
- Latest version: 6.0.9
Official SDK for consuming TAF.CRUD microservice. v6.0.9: Fixes DatabaseClient.ExecuteAsync deserialization mismatch — client was expecting List<List<Dictionary>> but API returns the flattened single-result-set... More information -
- 5,350 total downloads
- last updated 5/20/2026
- Latest version: 2.3.1
A common interface library for QueryHook functionality that provides a standardized contract for performing configured actions. Enables consistent implementation of query hook patterns across different services... More information -
- 1,959 total downloads
- last updated 5/14/2026
- Latest version: 1.4.6
Professional SDK for TAF Kibana logging and analytics platform. Version 1.4.6 restores PropertyNameCaseInsensitive=true on the JsonSerializerOptions used by KibanaClient.PostAsync / DeleteAsync. The 1.4.5... More information -
- 1,924 total downloads
- last updated 4/6/2026
- Latest version: 1.0.6
Workflow Action abstractions, models, attributes, and helpers for TAF platform. Provides IWorkflowAction interface, ActionContext, ActionDefinition, ActionResult, and validation helpers for building workflow... More information -
- 1,875 total downloads
- last updated 5/19/2026
- Latest version: 1.0.1
Centralized error handling infrastructure for TAF microservices. Provides global exception middleware, common exceptions, error factories, and consistent error response formatting. -
- 1,612 total downloads
- last updated 12/8/2025
- Latest version: 1.0.0
TAF Infrastructure Redis Pub/Sub for result awaiting pattern -
- 881 total downloads
- last updated 5/19/2026
- Latest version: 1.0.3
Shared JWT authentication package for TAF microservices. Provides JWT bearer token authentication with standardized configuration and extension methods. -
- 755 total downloads
- last updated 3/17/2026
- Latest version: 1.2.5
HTTP-based SDK for TAF FileManager Service. Provides BusContext extension methods for file operations. Features: context.GetImageAsync(path) for images, context.GetFileAsync(path, fileName) for file downloads,... More information -
- 708 total downloads
- last updated 12/30/2025
- Latest version: 1.0.0
Generic database connection resolution infrastructure for TAF platform. Provides pluggable connection resolvers (Config-based and Metadata-based) with caching support. Enables any microservice to resolve... More information -
- 520 total downloads
- last updated 5/14/2026
- Latest version: 1.5.6
Serilog sink that ships log events to TAF Kibana via the TAF.Kibana.SDK. Version 1.5.5 closes a gap where HttpRequestAuditMiddleware audit docs were silently dropped when Kibana was down. RequestAuditEmitter... More information -
- 372 total downloads
- last updated 3/5/2026
- Latest version: 1.2.0
SDK for consuming TAF.CodeExecutor microservice. Supports QueryHook execution (single and batch) and WorkflowAction execution. -
- 281 total downloads
- last updated 5/12/2026
- Latest version: 1.0.1
HTTP-based SDK for TAF Notification Service. Provides BusContext extension methods for sending email, SMS, push, in-app, webhook, and multi-channel notifications. -
- 277 total downloads
- last updated 3/9/2026
- Latest version: 1.0.1
Official SDK for consuming TAF Template rendering service over HTTP. Provides TemplateClient for calling the Template API. -
- 216 total downloads
- last updated 3/1/2026
- Latest version: 1.0.0
Cross-service configuration management. Reads config from TABD_Settings via CRUD SDK, caches via ICacheService, and invalidates instantly via SettingsChangedEvent through MassTransit.