Rikitav
6c3253107a
fixes
v1.16
2026-03-07 19:54:48 +04:00
Rikitav
16b6215a31
Fixed extensions conflict
2026-03-07 19:38:10 +04:00
Rikitav
80a76c3d0a
Adede global cancellation token creation
2026-03-07 02:44:21 +04:00
Rikitav
370c0cecda
Rewrote hosts again
2026-03-07 02:35:53 +04:00
Rikitav
3cdc058fb5
* Added missing summaries
2026-03-07 00:17:31 +04:00
Rikitav
1ebf4ec22a
generator bug fix
2026-03-06 23:27:11 +04:00
Rikitav
866129f2ff
* Architectural rework
2026-03-06 23:19:24 +04:00
Rikitav
74d778e6da
Fixed Telegrator.Tests project file
2026-03-06 21:17:04 +04:00
Rikitav
f1927cdda0
* Moved source code projects directory to 'src'
...
* Updatedt Solution format
2026-03-06 21:12:21 +04:00
Rikitav
a18eab0f31
* Fixed minor building errors
2026-03-06 21:05:57 +04:00
Rikitav
516367c602
Also simplified Generic Host building
2026-03-06 21:02:19 +04:00
Rikitav
1e4a474beb
* Simplified creation of webhost
...
* Removed dependency from TelegramBotWebHost abstraction insode Webhooker
* Added extension methods for ASP.NET host
2026-03-06 20:49:32 +04:00
Rikitav
52ebda68fe
* Refined project files
...
* Updatetd dependencies
2026-03-06 20:16:30 +04:00
Rikitav
c43a1cdfa2
* Refactored analyzers
...
* Added warnings reporting for invalid handler declaration (Hardcoded names)
2026-03-06 20:01:54 +04:00
Rikitav
a7fe90ac50
* Renamed DescribeHandlerInfo to DescribedHandlerDescriptor
...
* Added AwaitResult and ReportResult methods to DescribedHandlerDescriptor
* Moved DontCollectAttribute and MightAwaitAttribute to Annotations namespace
* Rewrote UpdateRouter and UpdateHandlersPool
* Fixed Synchronous handlers routing bug
* Code cleanup
2026-03-06 18:51:10 +04:00
Rikitav
21ec3e5f11
Fixed typo in 'CommandAllias' and 'Response'
2026-03-06 15:15:48 +04:00
Rikitav
29c3b8df81
Added little skip for results returning, Ok, Fault and Next properties to UpdateHandlerBase, now instaed of 'return Result.Ok();' you can just type 'return Ok;'
2026-03-06 15:10:41 +04:00
Rikitav
528870f1ba
added github workflow file for automatic nuget packages pushing
2026-03-06 15:03:30 +04:00
Rikitav
4d45ec885e
Added more ignorring namespaces (temporarelly)
2026-03-06 15:00:35 +04:00
Rikitav
a948e5d15f
Fixed SplitArgs method capturing bot name
2026-03-06 14:49:52 +04:00
gutii
5a3640bc9f
Added localization addon
2026-02-27 19:18:18 +04:00
Rikitav
e77894fde6
docs sources
2025-09-15 21:19:53 +04:00
Rikitav
7cd95b9e64
code cleanup
2025-09-10 21:40:58 +04:00
Rikitav
0bcfdc9c97
Version incremented
2025-08-25 02:48:13 +04:00
Rikitav
70ee6eb9c1
* Removed default filters comparison methods from 'FiltersFallbackReport'
...
* Added 'ReportInspector' for patterned filters diagnostic
* Moved some extension methods to corresponding namespaces and separated simple type extensions from complex types extensions
2025-08-25 02:46:43 +04:00
Rikitav
64950b413c
Moved TextContainsWordFilter's logic to extension method
2025-08-24 22:44:55 +04:00
Rikitav
884a4b126c
Added TextContainsWordAttribute
2025-08-24 22:35:44 +04:00
Rikitav
576dd5013f
Version incrememted
2025-08-24 01:23:32 +04:00
Rikitav
81b6e50fe9
Added missing XML-Summaries
2025-08-24 01:22:59 +04:00
Rikitav
d99b10f692
* Added new method for filters report inspection
...
* Added ArgumentCount filter
* Fixed AddHandler method throwing exception on handler without parameterless constructors
2025-08-24 01:13:35 +04:00
Rikitav
71af943794
Version incremented
2025-08-21 23:39:23 +04:00
Rikitav
92df5e9c79
* hotfix of aspects inspection
...
* Added IHandlersManager. interface that allows both collecting and providing handlers
2025-08-19 12:10:40 +04:00
Rikitav
6905045cde
DescriptorAspectsSet optimizations
2025-08-19 06:38:56 +04:00
Rikitav
2d97fe5339
Removed Method GetDescriptorsList from IHandlersCollection
2025-08-19 05:39:22 +04:00
Rikitav
890ee3616c
Optimizations to HandlersCollections
2025-08-19 04:51:53 +04:00
Rikitav
24c10ceb24
Union extension method changed to UnionAdd to avoid conflicts
2025-08-19 04:48:01 +04:00
Rikitav
5cbf2502f6
restrictions to HandlersProvider
2025-08-19 04:35:28 +04:00
Rikitav
16440bcf43
* Added protection from NotImplementedException to HandlerBuilderBase
...
* Moved AddHandler<T> and AddHandler(Type) methods from IHandlersCollection to extension methods
* Added public constructor to IHost types form extensibility
* Code cleanup
2025-08-19 04:33:02 +04:00
Rikitav
a5bae95bad
Added missing XML-Summaries
2025-08-19 01:51:23 +04:00
Rikitav
c6d1abeacb
Added keyboard markup generation from properties
2025-08-19 01:41:06 +04:00
Rikitav
707f4222ff
Added support for ReplyKeyboardMarkup generation
2025-08-19 01:05:45 +04:00
Rikitav
065430a52f
Code cleanup
2025-08-18 21:15:48 +04:00
Rikitav
c809470fb0
* Implicit handlers building extensions generator refactored
...
* Telegram.Bot package updated
2025-08-18 20:32:24 +04:00
Rikitav
cf598ea91e
* Added ReplyKeyboardMarkupGenerator
...
* Added set of markup attributes dedicatedf to map a keyboard using partial methods
2025-08-16 13:13:34 +04:00
Rikitav
cdd03a3e0e
Incremented and fixed version
2025-08-13 01:12:26 +04:00
Rikitav
68e171f082
Added types for future State keepers overhaul
2025-08-13 01:11:42 +04:00
Rikitav
cbfb1d4e8d
* minor changes to state keepers
2025-08-13 00:58:37 +04:00
Rikitav
ccfefa578d
Changed summaries for InlineQueryHandler to match new restrict
2025-08-12 01:02:40 +04:00
Rikitav
2df3485078
Added frozing collection after adding inlinequeryhandler once, no prevent multiple instances of this handler in collection
2025-08-12 00:56:41 +04:00
Rikitav
7957d63c2b
Version incremented
2025-08-12 00:43:43 +04:00