This commit is contained in:
2019-10-22 20:51:15 +00:00
parent bcd050c4c9
commit 89979705d7
3 changed files with 9 additions and 0 deletions

View File

@@ -12,6 +12,9 @@ namespace AyaNova.Generator
//This is a temporary class until .net 2.1 is released
//https://docs.microsoft.com/en-us/dotnet/standard/microservices-architecture/multi-container-microservice-net-applications/background-tasks-with-ihostedservice
//Here is how it's supposed to be done with .net 3.x:
//https://docs.microsoft.com/en-us/aspnet/core/fundamentals/host/hosted-services?view=aspnetcore-3.0&tabs=netcore-cli
//right now it's working so fuck it basically
// Copyright (c) .NET Foundation. Licensed under the Apache License, Version 2.0.
/// <summary>