Denis
Denis
I have functions like this: ``` // Task is completed when stream is completed or canceled Task GetStreamAsync(Action onItem, CancellationToken cancellationToken = default); ``` Then I transform this function into...
Yes, I want to move my global settings to local file.
Are embedded EditorConfig plugin and this plugin different plugins?
NUnit 3.12.0 NUnit3TestAdapter 3.15.1 Visual Studio 2019 Version 16.7.0 Preview 2.0 It is strange that any other value is displayed as a square. But "\uffff" is displayed as it is....
Hmm... My `Package source` wasn't `All`. So, I didn't know that there is newer version)) But in 3.16.1 it still doesn't work ((
Hmmm, If I remove "***.deps.json" then it works.
I made test project with next target: true ProjectReference C:\Users\Den\Desktop\ConsoleApp2\Lib\Lib.csproj It makes correct "***.deps.json". So, you should copy some metadata into new reference.
I just noticed that I can do such: [TestCaseSource( nameof( GetUri ), new object[] { "http://www.site.com", "folder" } )] public void Test_00(Uri value) { TestContext.WriteLine( value ); } private static...
`TestCaseSource` is just not-inline arguments provider. Of course thanks to `methodParams` we can use it as factory. But it would be more expressively if we could use `TestCase` with special...
> how you imagine it working too? Add bundles property to typings.json. ``` { "ambientDependencies": { "jquery": "registry:dt/jquery#1.10.0+20160417213236", "require": "registry:dt/require#2.1.20+20160316155526" }, "ambientDevDependencies": { "node": "registry:dt/node#4.0.0+20160509154515" }, bundles: [ { "dependencies":...