Set up the Monitorian development environment
masterTo develop Monitorian, follow these steps:
- Install Visual Studio.
- Install required components via the Visual Studio Installer:
.NET Framework 4.8 SDK.NET Framework 4.8 targeting pack(Version must match theTargetFrameworkVersionin the.csprojfiles).Windows 10 or 11 SDK(Version must be10.0.19041.0or newer).
- Install Extension: Open Extension Manager in Visual Studio and install HeatWave for VS2022.
- Load and Restore: Open
/Source/Monitorian.sln, right-click the solution in Solution Explorer, and selectRestore NuGet Packages.