Artjom P
Artjom P
Hello there! I have the next in my .ts file: ```ts import * as cheerio from 'cheerio'; ... tdNodeElement.children?.forEach(tdItem => { const text = tdItem as cheerio.Text; ... ``` I...
Hi there! It seems that NUnit doesn't support UWP tests. Do you mind if I change UWP tests from NUnit to MS test? It will require some conditional variables for...
### Describe the bug I updated the project from Avalonia 11.1.3 to 11.2.0-rc1 and the window does not appear anymore on MacOS. In release & debug. I get the next...