VS Code coverage for JavaBecause I missed this announcement, I assumed that others might have missed it as well. Visual Studio Code now natively supports code…Jul 18Jul 18
Provide parameters to TestNG in VSCodeIf you have Test Runner for Java extension installed TestNG tests will be detected automatically. But the problem to augment their…Nov 20, 2023Nov 20, 2023
Using var or just another bike sheddingI tend to agree that using var in you code instead of concrete type — matter of developer taste. And it is mostly influence visual…Sep 16, 2023Sep 16, 2023
Visual Studio extensions news and Mads KristensenThe best news is deprecation of Add New File extension because this functionality goes straight into VS. Pressing Shift + F2 will bring my…Feb 3, 2023Feb 3, 2023
AzureDevOps all repository policy side effectRecently I have decided to stop setting up each repository by hand and make a global police. One policy was applied to “protect the default…Dec 14, 2022Dec 14, 2022
Runtime Identifier and failing tests in dockerDo you know that is RID and why should you care? It seems like docker is one great abstraction and dotnet — another. Just run one inside…Dec 6, 2022Dec 6, 2022
Proper way to inject NodaTime.IClockIt seems like a pretty straightforward task to inject dependency, but I struggled some time with it. So, to do it using Microsoft DI…Nov 26, 2022Nov 26, 2022
Which version of Testcontainers-dotnet should I use? or little OSS storyShort answer — use https://github.com/testcontainers/testcontainers-dotnetNov 16, 2022Nov 16, 2022
Changing Visual Studio shortcut name and Installer entryDo you hate seeing “Visual Studio… (2)” as much as I do? Do you feel angry every time it comes back again (after update) in spite of all…Nov 11, 2022Nov 11, 2022