Alexander Gayko
Alexander Gayko
Hi, i'm trying to convert a project (a net4.0 project, really) to netcore, and only get "no projects converted" as output. is that by design? is there a way to...
I have a solution with 60 projects. when fetching the references using this code: ```cs var projects = await VS.Solutions.GetAllProjectsAsync(); foreach (var project in projects) { foreach (var reference in...
hi, when creating a new project from the template, a) the VSSDK nuget package is missing b) a lot of namespaces are missing when creating new items, like an async...
i have a vs analyzer extension (built 2 or 3 years ago, when they were still portable and not .net standard, so not the most current project template, for sure)...
Hello, i'm Alex, and i have this extension: https://marketplace.visualstudio.com/items?itemName=AlexanderGayko.ShowInlineErrors (and others...) (it's not on my github but on my azdo) --> which has been released in 2019. yours was released...
**Describe the bug** i wanted to offset a gif, and tried doing that using the clipboard (by selecting the last couple of frames and pasting them at the beginning -...
when I invoke PhysicalFile.FromFileAsync with the path of a .csproj file, null is being returned - this should be either changed or better documented (and an API to fetch a...
Hey, we're having a blast using your tool, but i think enableUpaCheck being initialized with true kindof is a bug? (context: i hope to get rid of this problem by...
In a razor file, i have an element with an attribute, and in that, there are two @() blocks containing something - if those blocks aren't separated by a string,...
… to make it easier for people who only copy the .prefab and the .cs into their project so they don't lose the reference to this repo in case of...