Nikolai Koudelia

Results 5 comments of Nikolai Koudelia

Hi @aleksandr-dorofeev Please see the startup code [here](https://github.com/nkoudelia/AwesomeTSProject/commit/034e744cd9f40c04524fc60b624ab062538a7595). The logs are below: ``` 2021-11-24 18:10:23.033 4365-4365/? I/art: Late-enabling -Xcheck:jni 2021-11-24 18:10:23.033 4365-4365/? I/art: Late-enabling -Xcheck:jni 2021-11-24 18:10:23.033 4365-4365/? I/art: Late-enabling...

Hi @AnatolyPristensky! I'm still seeing the warnings: ![image](https://user-images.githubusercontent.com/91388229/150934589-337df878-99dc-4cb7-b533-f9aa8a05be54.png) ![image](https://user-images.githubusercontent.com/91388229/150934871-7d9b22cb-0965-4ff8-8118-7b8953935d74.png)

Did this: ```csharp static void Main(string[] args) { Parser.Default .ParseArguments(args) .WithParsed(Run(ListItems)) .WithParsed(Run(AddItem)); } private static Action Run(Func asyncAction) => (T item) => asyncAction(item).GetAwaiter().GetResult(); private static async Task AddItem(AddItemOptions args) {...

This is a false positive, right? How to prevent the error from appearing in the logs? I can't really ignore the whole namespace `com.azure.storage.blob.implementation.models.*`. Is it safe to hide `com.azure.storage.blob.implementation.models.BlobStorageExceptionInternal`?

> Can you get a packet capture I don't know how to do that :( > or is this server publicly accessible? It is, kind of, but I don't want...