Anton Kheystver
Anton Kheystver
I have .NET Core 2.1.2 application with IHostedService for sending email notifications. I register an email sending stuff: ``` public class NotificationsFactory { public static void Register(IServiceCollection services, IAppSettings appSettings)...
I'm trying run my app in Azure App Services (Linux), but the call to GetFrontalFaceDetector() leads with an exception with text > The type initializer for 'DlibDotNet.NativeMethods' threw an exception....
For WinUI 3 Win32 applications Helper also returns _true_ That is correct, since WinUI3 apps also could be packed. But as I understand, the main purpose of this helper is...
How can I add several galleries on one page or it isn't possible?
Hello! I'd like to create small console application, that will be emulate external server API. I'd like to ask user(QA) to choose via console input with type of request emulator...
### Things to check - [X] I have searched the **existing issues** for this bug - [X] To rule out a caching problem I made sure the bug also happens...