generator bug fix

This commit is contained in:
2026-03-06 23:27:11 +04:00
parent 866129f2ff
commit 1ebf4ec22a
16 changed files with 2551 additions and 2588 deletions
@@ -3,7 +3,7 @@ using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
using Telegrator.Core;
using Telegrator.Hosting.Providers;
using Telegrator.Providers;
#pragma warning disable IDE0001
namespace Telegrator.Hosting
@@ -1,6 +1,5 @@
using Microsoft.Extensions.DependencyInjection;
using System.Reflection;
using Telegrator.Configuration;
using Telegrator.Core;
using Telegrator.Core.Descriptors;
using Telegrator.Hosting;
@@ -17,7 +17,6 @@ using Telegrator.Core;
using Telegrator.Core.Descriptors;
using Telegrator.Handlers;
using Telegrator.Hosting;
using Telegrator.Hosting.Configuration;
using Telegrator.Logging;
using Telegrator.Polling;
using Telegrator.Providers;