23 packages tagged with “taf”
Support for interacting with, and testing, REST services with the TAF test automation framework.
Support for interaction with, and testing of, WPF clients with test automation framework TAF.
This package contains a fork of METAR.NET Decoder implemented as Portable Class Library (PCL). The original METAR.NET project is available on https://metar.codeplex.com/
Headless browser for TAF web testing.
Enables propagation of test results from TAF to TFS (results, logs, and files)
Enables saving a video of test execution
Support for testing and interacting with SOAP services with TAF, the test automation framework from Zington.
Library access to the AviationWeather Dataserver API. Methods to retrieve METAR and TAF data available.
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 handling, screen management, batch relations support, and GUID-based lookups.
This piece of software is a library package that provides a parser to decode raw taf forecast. TAF is a format made for weather information forecast. It is predominantly used by in aviation, during flight preparation. Raw TAF format is highly standardized through the International Civil Aviation Organization (ICAO). * [TAF definition on wikipedia](https://en.wikipedia.org/wiki/Terminal_aerodrome_forecast) * [TAF format specification](http://www.wmo.int/pages/prog/www/WMOCodes/WMO306_vI1/VolumeI.1.html)
A .NET library to decode Taf strings, this library package is netstandard 2.0. Working with Net Core and NET.
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 and applications with configurable action execution.
Official SDK for consuming TAF.CRUD microservice. v6.0.0: BREAKING - All CUD operations now return List<Guid> instead of mixed types (Guid for Insert/Update, int for Delete). ExecuteAsync, UpdateAsync, DeleteAsync all return List<Guid>. Detailed methods return ProcessedResponse<List<Guid>>. Events use Result (List<Guid>) instead of RecordId (Guid).
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 definitions that ensure consistency across all TAF microservices and applications.
Enables saving of video log from test case execution.
Centralized error handling infrastructure for TAF microservices. Provides global exception middleware, common exceptions, error factories, and consistent error response formatting.
Shared JWT authentication package for TAF microservices. Provides JWT bearer token authentication with standardized configuration and extension methods.
Workflow Action abstractions, models, attributes, and helpers for TAF platform. Provides IWorkflowAction interface, ActionContext, ActionDefinition, ActionResult, and validation helpers for building workflow actions and transition hooks.
Professional SDK for TAF Kibana logging and analytics platform. Features working create-log endpoint, fluent API, Clean Architecture, SOLID principles, comprehensive error handling with retry logic and exponential backoff.
Cross-service configuration management. Reads config from TABD_Settings via CRUD SDK, caches via ICacheService, and invalidates instantly via SettingsChangedEvent through MassTransit.
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 database connections without tight coupling to specific services.
Official SDK for consuming TAF Template rendering service over HTTP. Provides TemplateClient for calling the Template API.
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, context.UploadFileAsync(stream, fileName, path) for file uploads (returns actual MediaId from TABD_Media), graceful 404 handling (returns null), context header propagation (TenantId, AppId, EnvironmentId). Includes FileManager.Domain for constants and SharedKernel for upload response models. Designed for Base64 image embedding in PDF reports, Excel file downloads, and import result uploads.