* Added helper analyzer packing to main package

This commit is contained in:
2025-07-29 05:14:57 +04:00
parent a6631b2663
commit 16e599bed8
4 changed files with 9 additions and 3 deletions
@@ -1,4 +1,5 @@
using Microsoft.AspNetCore.Builder;
using System.Diagnostics.CodeAnalysis;
namespace Telegrator.Hosting.Web
{
@@ -11,6 +12,7 @@ namespace Telegrator.Hosting.Web
/// <summary>
/// Gets or sets HTTPS URL to send updates to. Use an empty string to remove webhook integration
/// </summary>
[StringSyntax(StringSyntaxAttribute.Uri)]
public required string WebhookUri { get; set; }
/// <summary>