Marvin Spiegel 0b5a963c11 Merge branch 'main' into feature/refactor-to-dotnet-8-standards
# Conflicts:
#	TemplateNETService/Controllers/ServiceController.cs
2026-01-28 13:17:08 +01:00
2025-04-15 13:33:47 +02:00
2025-04-15 15:53:06 +02:00

TemplateNETService

Template for windows service based on .net 8 with the following features:

  • Log with Serilog
  • Example to extract configuration settings from appsettings.json and safe in static class "Config"
  • OnStart & OnStop functions (File: BaseWorker.cs)
  • Batch files to install / delete service
  • Example for an API-Endpoint: api/ping (File: ServiceController.cs)
Description
No description provided
Readme 49 KiB
Languages
C# 91%
Batchfile 9%