Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Adapter Framework

Run locally

  • Last UpdatedAug 18, 2026
  • 1 minute read

The following procedure explains how to start and test the WeatherGov sample adapter in a local development environment to verify connectivity.

  1. Use Edge-Module/WeatherGovAdapter_defaultConfig.json as your baseline configuration.

  2. Keep the host appsettings in AdapterFramework.Data.System.Host/appsettings.json.

  3. Start the host:

    cd Sample/WeatherGovAdapter

    dotnet run --project AdapterFramework.Data.System.Host\AdapterFramework.Data.System.Host.csproj --configuration Debug