Telegrator has unsafe and invalid documentation parts #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Telegrator.Hosting.Web gets and example of invalid JSON
WebhookUri must use colon instead of equal
And another documentation problem in the filters:
This class is unsafe. DbContext is scoped, so if ValidateOnScope is true, exception will be thrown, or memory leak will be occured (if false). Please consider using IDbContextFactory or create scope.
Fixed