Marian Dolinský

Results 14 issues of Marian Dolinský

I'm testing the czech localization I made and noticed there's a string that's not localized and is not just a _dev thing_: ![screenshot](https://user-images.githubusercontent.com/20975774/90963963-ccd95080-e4bc-11ea-9608-b95072257b13.png)

type: windows-bug

- [ ] It would be great if, instead of just popping up, Clippy used the Greeting animation when VS is opened or Clippy is turned on. - [ ]...

Like the little yellow light bulb does, please let Clippy provide the same suggestions such as "Add using".

I'm getting some wrongly-colored lines in my output on lines such as this: ```` 15>Foo.cs(226,17,226,89): warning CA1806: Bar calls TryParse but does not explicitly check whether the conversion succeeded.... ````...

bug

I noticed that the build results summary is always green, no matter the result - even when build fails, it's still green. There should be some _smart_ parsing of the...

bug

This PR is just small improvements here and there that I gathered when working on other stuff. Most notable change would likely be replacing custom extension methods with a .NET...

I spent like half a day debugging the project as it was failing to clone my repo, just to find the issue is the branch got deleted and then recreated...

With Wunderground weather service enabled, app supports not only Chinese cities but we're not able to set them manually, only way to use the app with them is through location...

I installed this extension but it didn't load. In VS's `ActivityLog.xml` I found that it couldn't find assembly `Microsoft.ApplicationInsights`. I resolved it by installing the `Developer Analytics tools` (which contain...

The current priority of environment variable scopes (targets) for PAT auth isn't what I believe anyone would expect. It should imho be Process > User > System instead of current...