Artjom P

Results 2 issues of 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...

enhancement
uwp