#pragma once #include #include namespace fs = std::filesystem; namespace updating { bool dotnet_is_installed(); std::optional download_dotnet(); bool install_dotnet(fs::path dotnet_download_path, const bool silent); }