Julian Verdurmen
Julian Verdurmen
Well the encoding in a string is always UTF 16. > .NET uses UTF-16 to encode the text in a string. A char instance represents a 16-bit code unit. From...
What commando do you use and exactly where in VS?
Also for me I can't get it working. It shows only the errors in the task runner explorer. - VS2017 pro (VS2017.2) - "gulp-tslint": "^8.1.1", - "tslint": "^5.4.3", - "typescript":...
The most easy way is to create a test repo and a (snapshot) compare. But only if we could get a security safe token (or encrypt it in the ci)
Duplicate of https://github.com/madskristensen/FileIcons/issues/324
We really need that instance for extensibility. The only solution for now was to migrate away from this library.
Looks good, but its a breaking change. Maybe leave the current property the same and make it obsolete
I think is really easy to keep it backwardscompatible? Something like this? ```c# [Obsolete("Replaced with GetBrowser()"] public Task Current => GetBrowser(); public async Task GetPlaywright() { return (await _currentBrowserLazy.Value).Playwright; }...
@dennisdoomen Guess this could be closed? (V6 is released)