mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-05-05 21:52:34 +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.
|
@ -65,7 +65,7 @@
|
|||
"downloadDependencies": [
|
||||
{
|
||||
"name": "Microsoft.AspNetCore.App.Ref",
|
||||
"version": "[8.0.0, 8.0.0]"
|
||||
"version": "[8.0.1, 8.0.1]"
|
||||
}
|
||||
],
|
||||
"frameworkReferences": {
|
||||
|
@ -73,7 +73,7 @@
|
|||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/8.0.100/PortableRuntimeIdentifierGraph.json"
|
||||
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/8.0.101/PortableRuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
81
Bot/obj/SoUnBot.csproj.nuget.dgspec.json
Normal file
81
Bot/obj/SoUnBot.csproj.nuget.dgspec.json
Normal file
|
@ -0,0 +1,81 @@
|
|||
{
|
||||
"format": 1,
|
||||
"restore": {
|
||||
"/home/marco/RiderProjects/so-un-bot/Bot/SoUnBot.csproj": {}
|
||||
},
|
||||
"projects": {
|
||||
"/home/marco/RiderProjects/so-un-bot/Bot/SoUnBot.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "/home/marco/RiderProjects/so-un-bot/Bot/SoUnBot.csproj",
|
||||
"projectName": "SoUnBot",
|
||||
"projectPath": "/home/marco/RiderProjects/so-un-bot/Bot/SoUnBot.csproj",
|
||||
"packagesPath": "/home/marco/.nuget/packages/",
|
||||
"outputPath": "/home/marco/RiderProjects/so-un-bot/Bot/obj/",
|
||||
"projectStyle": "PackageReference",
|
||||
"configFilePaths": [
|
||||
"/home/marco/.nuget/NuGet/NuGet.Config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net8.0"
|
||||
],
|
||||
"sources": {
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"dependencies": {
|
||||
"Newtonsoft.Json": {
|
||||
"target": "Package",
|
||||
"version": "[13.0.1, )"
|
||||
},
|
||||
"Telegram.Bot": {
|
||||
"target": "Package",
|
||||
"version": "[17.0.0, )"
|
||||
},
|
||||
"Telegram.Bot.Extensions.Polling": {
|
||||
"target": "Package",
|
||||
"version": "[1.0.0, )"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"downloadDependencies": [
|
||||
{
|
||||
"name": "Microsoft.AspNetCore.App.Ref",
|
||||
"version": "[8.0.1, 8.0.1]"
|
||||
}
|
||||
],
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/8.0.101/PortableRuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
15
Bot/obj/SoUnBot.csproj.nuget.g.props
Normal file
15
Bot/obj/SoUnBot.csproj.nuget.g.props
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
|
||||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
||||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
||||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">/home/marco/.nuget/packages/</NuGetPackageRoot>
|
||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/home/marco/.nuget/packages/</NuGetPackageFolders>
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.8.0</NuGetToolVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<SourceRoot Include="/home/marco/.nuget/packages/" />
|
||||
</ItemGroup>
|
||||
</Project>
|
2
Bot/obj/SoUnBot.csproj.nuget.g.targets
Normal file
2
Bot/obj/SoUnBot.csproj.nuget.g.targets
Normal file
|
@ -0,0 +1,2 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
|
|
@ -207,9 +207,9 @@
|
|||
"project": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "/home/marco/RiderProjects/so-un-bot/Bot/HomeBot.csproj",
|
||||
"projectName": "HomeBot",
|
||||
"projectPath": "/home/marco/RiderProjects/so-un-bot/Bot/HomeBot.csproj",
|
||||
"projectUniqueName": "/home/marco/RiderProjects/so-un-bot/Bot/SoUnBot.csproj",
|
||||
"projectName": "SoUnBot",
|
||||
"projectPath": "/home/marco/RiderProjects/so-un-bot/Bot/SoUnBot.csproj",
|
||||
"packagesPath": "/home/marco/.nuget/packages/",
|
||||
"outputPath": "/home/marco/RiderProjects/so-un-bot/Bot/obj/",
|
||||
"projectStyle": "PackageReference",
|
||||
|
@ -265,7 +265,7 @@
|
|||
"downloadDependencies": [
|
||||
{
|
||||
"name": "Microsoft.AspNetCore.App.Ref",
|
||||
"version": "[8.0.0, 8.0.0]"
|
||||
"version": "[8.0.1, 8.0.1]"
|
||||
}
|
||||
],
|
||||
"frameworkReferences": {
|
||||
|
@ -273,7 +273,7 @@
|
|||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/8.0.100/PortableRuntimeIdentifierGraph.json"
|
||||
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/8.0.101/PortableRuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "LbYDmG/0ruay1tUd+Q4MedQzC9B+Yddw/z1JmGjWjzZy63Je9jlh27Ll1CzBUc8w9TMS7jcU6z56/VlozDSL1w==",
|
||||
"dgSpecHash": "14ezpUWXpklegX6ueKmBLbaZ7zoadTut58taBGv4o+ffPSwU4PyfKxoECTdyCOu5nefDv+iE1m0OHxSaLmiqDg==",
|
||||
"success": true,
|
||||
"projectFilePath": "/home/marco/RiderProjects/so-un-bot/Bot/HomeBot.csproj",
|
||||
"projectFilePath": "/home/marco/RiderProjects/so-un-bot/Bot/SoUnBot.csproj",
|
||||
"expectedPackageFiles": [
|
||||
"/home/marco/.nuget/packages/jetbrains.annotations/2021.3.0/jetbrains.annotations.2021.3.0.nupkg.sha512",
|
||||
"/home/marco/.nuget/packages/newtonsoft.json/13.0.1/newtonsoft.json.13.0.1.nupkg.sha512",
|
||||
"/home/marco/.nuget/packages/system.threading.channels/6.0.0/system.threading.channels.6.0.0.nupkg.sha512",
|
||||
"/home/marco/.nuget/packages/telegram.bot/17.0.0/telegram.bot.17.0.0.nupkg.sha512",
|
||||
"/home/marco/.nuget/packages/telegram.bot.extensions.polling/1.0.0/telegram.bot.extensions.polling.1.0.0.nupkg.sha512",
|
||||
"/home/marco/.nuget/packages/microsoft.aspnetcore.app.ref/8.0.0/microsoft.aspnetcore.app.ref.8.0.0.nupkg.sha512"
|
||||
"/home/marco/.nuget/packages/microsoft.aspnetcore.app.ref/8.0.1/microsoft.aspnetcore.app.ref.8.0.1.nupkg.sha512"
|
||||
],
|
||||
"logs": []
|
||||
}
|
|
@ -1 +1 @@
|
|||
"restore":{"projectUniqueName":"/home/marco/RiderProjects/so-un-bot/Bot/HomeBot.csproj","projectName":"HomeBot","projectPath":"/home/marco/RiderProjects/so-un-bot/Bot/HomeBot.csproj","outputPath":"/home/marco/RiderProjects/so-un-bot/Bot/obj/","projectStyle":"PackageReference","originalTargetFrameworks":["net8.0"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net8.0":{"targetAlias":"net8.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]}}"frameworks":{"net8.0":{"targetAlias":"net8.0","dependencies":{"Newtonsoft.Json":{"target":"Package","version":"[13.0.1, )"},"Telegram.Bot":{"target":"Package","version":"[17.0.0, )"},"Telegram.Bot.Extensions.Polling":{"target":"Package","version":"[1.0.0, )"}},"imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"downloadDependencies":[{"name":"Microsoft.AspNetCore.App.Ref","version":"[8.0.0, 8.0.0]"}],"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"/usr/share/dotnet/sdk/8.0.100/PortableRuntimeIdentifierGraph.json"}}
|
||||
"restore":{"projectUniqueName":"/home/marco/RiderProjects/so-un-bot/Bot/SoUnBot.csproj","projectName":"SoUnBot","projectPath":"/home/marco/RiderProjects/so-un-bot/Bot/SoUnBot.csproj","outputPath":"/home/marco/RiderProjects/so-un-bot/Bot/obj/","projectStyle":"PackageReference","originalTargetFrameworks":["net8.0"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net8.0":{"targetAlias":"net8.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]}}"frameworks":{"net8.0":{"targetAlias":"net8.0","dependencies":{"Newtonsoft.Json":{"target":"Package","version":"[13.0.1, )"},"Telegram.Bot":{"target":"Package","version":"[17.0.0, )"},"Telegram.Bot.Extensions.Polling":{"target":"Package","version":"[1.0.0, )"}},"imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"downloadDependencies":[{"name":"Microsoft.AspNetCore.App.Ref","version":"[8.0.1, 8.0.1]"}],"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"/usr/share/dotnet/sdk/8.0.101/PortableRuntimeIdentifierGraph.json"}}
|
|
@ -1 +1 @@
|
|||
17056229120899245
|
||||
17056866144486474
|
|
@ -1 +1 @@
|
|||
17056276414728889
|
||||
17056866144486474
|
Loading…
Add table
Add a link
Reference in a new issue