Bela VanderVoort

Results 156 issues of Bela VanderVoort

For 0.29, we can return that there was a syntax error. For older versions, it should log more appropriately "Received response from csharpier in Xms" "No changes to file, it...

area:vscode
area:vs
area:rider

When formatting a file that has a compilation error, there is no information logged indicating why it doesn't get formatted. I believe CSharpier doesn't yet return the necessary information. The...

It is possible to parse powershell with .net, how feasible would it be to start supporting it with csharpier? https://fuqua.io/blog/2017/12/parsing-powershell-programatically/ If this was added, should it be opt in? If...

type:enhancement
status:needs discussion

This is related to #674 This appears to be a problem specific to VS2022, I tested on 17.3.0 and 17.3.5. Rider does not have this problem. 1. Start a new...

type:bug
area:msbuild

We ran into a situation where the elmah details page was taking ~8s to load when an error was thrown from our app running inside of docker. I narrowed it...

I have an mvc5 project that has the following files that are being reported as "Project is not referencing them" node_modules\node-gyp\lib\Find-VisualStudio.cs node_modules\node-sass\src\libsass\win\libsass.sln I believe that everything within a node_modules folder...

Other instances of `=>` stay on the line and break after, this seems to be the only instance that breaks before `=>` and should be consistent with the others. closes...

#1251 is adding support for custom file extensions. Right now all the IDE extensions are hardcoded to only try to format cs files. Should we send all file edits to...

area:vscode
area:vs
area:rider

#1251 is adding the ability to customize options based on file path, which will also allow non-standard file extensions to be formatted. This issue is for adding support for this...

If you repeatedly format this file, it gets a new blank line each time. **Input:** ```c# namespace InspectorGadget.TestPublicSurfaceArea; // public class ClassAdded // { // public void TestMethod() // {...

type:bug
area:formatting
priority:wishful thinking