Fix of example descriptions

This commit is contained in:
FlorianDahn 2022-10-05 16:29:12 +02:00
parent 561312eb87
commit 91002c8271

View File

@ -1014,17 +1014,19 @@ A session serializer for Microsoft SQL Server.
You can find all example projects in the "Examples" subfolder. You can find all example projects in the "Examples" subfolder.
Will allow you to run specific system commands or run/kill processes via Bot. Also has a simple authentication mechanism
with one password.
- [Examples/SystemCommandsBot](Examples/SystemCommandsBot) - [Examples/SystemCommandsBot](Examples/SystemCommandsBot)
Example using minimal dotnet console template with EntityFramework and Dependency Injection. Example using minimal dotnet console template with EntityFramework and Dependency Injection.
- [Examples/EFCoreBot](Examples/EFCoreBot) - [Examples/EFCoreBot](Examples/EFCoreBot)
Will allow you to run specific system commands or run/kill processes via Bot. Also has a simple authentication mechanism Will delete Join and Leave messages automatically in groups.
with one password.
- [Examples/JoinHiderBot](Examples/JoinHiderBot) - [Examples/JoinHiderBot](Examples/JoinHiderBot)
Will delete Join and Leave messages automatically in groups. When you want to update forms async without any user interaction (message/action) before. Use the new InvokeMessageLoop method of BotBase.
- [Examples/AsyncFormUpdates](Examples/AsyncFormUpdates) - [Examples/AsyncFormUpdates](Examples/AsyncFormUpdates)