Installing the Adapter
The adapter is published to the central NuGet repository as several seperate packages.
OpenFin.Net.Adapter is the core package as well as seperate Extension packages.
- OpenFin.NET.Adapter.Extensions.DesktopSystem
- OpenFin.Net.Adapter.Extensions.Observable
- OpenFin.Net.Adapter.Extensions.Snapshots
- OpenFin.Net.Adapter.Logs.Serilog
Each of these packages has a dependency reference back to the core OpenFin.Net.Adapter. You are encouraged to reference at least the OpenFin.Net.Adapter.Logs.Serilog to give a basic level of file logging support.
Note: You are able to replace the logging functionality with your own implementation if required. This will be covered in later article.