mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-05-05 21:32:33 +02:00
Fix bot haning when sending alerts
This commit is contained in:
parent
0f90b3525e
commit
95e02d9a64
29 changed files with 217 additions and 80 deletions
|
@ -13,7 +13,7 @@ using System.Reflection;
|
|||
[assembly: System.Reflection.AssemblyCompanyAttribute("HomeBot")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0f90b3525e15d7b555f43c99e89fd846983e65c2")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("HomeBot")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("HomeBot")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
|
|
@ -1 +1 @@
|
|||
72c6f3b361b78aae87749dd6be685e28f0778d89bfd5e20c56f46ab1894d22cf
|
||||
c8e5760cdee60026fb802757fafaf6f76e6a858fc29bd4ca77cc6c67f07235e4
|
||||
|
|
22
Bot/obj/Debug/net8.0/SoUnBot.AssemblyInfo.cs
Normal file
22
Bot/obj/Debug/net8.0/SoUnBot.AssemblyInfo.cs
Normal file
|
@ -0,0 +1,22 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("SoUnBot")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0f90b3525e15d7b555f43c99e89fd846983e65c2")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("SoUnBot")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("SoUnBot")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Generato dalla classe WriteCodeFragment di MSBuild.
|
||||
|
1
Bot/obj/Debug/net8.0/SoUnBot.AssemblyInfoInputs.cache
Normal file
1
Bot/obj/Debug/net8.0/SoUnBot.AssemblyInfoInputs.cache
Normal file
|
@ -0,0 +1 @@
|
|||
66e8072e473b7388543ce284dd0da693fc6607bd39c78f6abbaaf2843454409e
|
|
@ -0,0 +1,13 @@
|
|||
is_global = true
|
||||
build_property.TargetFramework = net8.0
|
||||
build_property.TargetPlatformMinVersion =
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = SoUnBot
|
||||
build_property.ProjectDir = /home/marco/RiderProjects/so-un-bot/Bot/
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
8
Bot/obj/Debug/net8.0/SoUnBot.GlobalUsings.g.cs
Normal file
8
Bot/obj/Debug/net8.0/SoUnBot.GlobalUsings.g.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
// <auto-generated/>
|
||||
global using global::System;
|
||||
global using global::System.Collections.Generic;
|
||||
global using global::System.IO;
|
||||
global using global::System.Linq;
|
||||
global using global::System.Net.Http;
|
||||
global using global::System.Threading;
|
||||
global using global::System.Threading.Tasks;
|
BIN
Bot/obj/Debug/net8.0/SoUnBot.assets.cache
Normal file
BIN
Bot/obj/Debug/net8.0/SoUnBot.assets.cache
Normal file
Binary file not shown.
BIN
Bot/obj/Debug/net8.0/SoUnBot.csproj.AssemblyReference.cache
Normal file
BIN
Bot/obj/Debug/net8.0/SoUnBot.csproj.AssemblyReference.cache
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue