Garry Pshonik

Results 8 comments of Garry Pshonik

Thank you @failwyn for upgrading these tools! @madskristensen Did you have any technical issues or concerns that you can share (besides the obvious time commitment required) that made you not...

> So I tried removing my `DOTNET_ENVIRONMENT=Development` environment variable and all of a sudden Dev Home runs just fine. You found it! I also have a system environment variable for...

I'm guessing the answer is going to be no, but is there any way to disable just _this_ particular suggestion/refactoring via any configuration option? ```c# listOfT.Select(f => M(f)).ToList() ``` ```c#...

That would totally work. In general, having that kind of granularity for specific refactorings would be amazing! "Call 'Find' instead of 'FirstOrDefault'" is another RCS1077 analyzer that I would like...

Broader issue being tracked here: https://developercommunity.visualstudio.com/t/Getting-Argument-contains-duplicate-ana/10806027 Seems like an issue with other analyzer tools as well (at least CodeRush, for which there is a hotfix). Is it possible there was...

it's still unclear if this is a regression that Microsoft needs to address or if there was a breaking API change in how custom analyzers are enumerated that needs to...

I was pulling my hair out over the same issue! As temporary workaround, I commented out the `Import-Module -Name Terminal-Icons` and put this at the very top of my `Microsoft.PowerShell_profile.ps1`...

Could someone please take a look at the nuget API key? Looks like it might have expired. Thanks! https://github.com/cdktf/cdktf-provider-azurerm/actions/runs/18212766880/job/51856727215 Maven Central Publish step is returning a `403 Forbidden` as well.