Getting Started¶
This section takes you from zero to a working plugin in four steps.
| Step | Page | What you'll do |
|---|---|---|
| 1 | Installation | Install the .NET SDK and the HydroSym Plugin SDK NuGet package |
| 2 | Your First Plugin | Build a minimal plugin that looks up component data from a local database |
| 3 | Building & Deploying | Compile with NativeAOT, copy the DLL, and configure HydroSym |
| 4 | Testing | Test your plugin without starting HydroSym |
If you already have a plugin from the old TFMS_ DLL API, see Migration from Legacy API.