tech.guitarrapc.cóm
id:guitarrapc_tech
.NET CoreのGeneric Host で Windows Service を作成する
.NET Framework で Windows Service を作るときは、Windows Service のために地道に実装するのは大変.... なので、TopShelf を使うことが定番でした。以前 Nancy を Windows Service でホストする記事を書いたこともあります。 tech.guitarrapc.com では、.NET Core ではどうでしょうか? TopShelf は .NET Standard 2.0 に…