* Added new namespace "Aspects" and types dedicated for aspected handlers processing, including Pre\Post processors

* Added new DescriptorAspectsSet class, used for mamanging and executing aspects of handlers
* Processors can prevent handlers execution using Result.Fault()
* Added field to DescribedHandlerInfo for getting descriptor from which this handler was described
* Removed unused reflection extension methods
This commit is contained in:
2025-08-03 00:28:10 +04:00
parent 18e361322e
commit b14d848537
13 changed files with 203 additions and 11 deletions
@@ -1,6 +1,5 @@
using Microsoft.AspNetCore.Builder;
using Microsoft.Extensions.Options;
using System.Diagnostics.CodeAnalysis;
namespace Telegrator.Hosting.Web
{