Bela VanderVoort

Results 297 comments of Bela VanderVoort

I ran across this which could help figuring out how to get the required nuget packages into CSharpier as an analyzer https://www.meziantou.net/packaging-a-roslyn-analyzer-with-nuget-dependencies.htm

Assuming you are running a 0.26.x version of csharpier, then I believe I have a resolution to the problem. See https://github.com/belav/csharpier/issues/926#issuecomment-1817939428 for more details.

@sensslen is there any documentation on the changes in 3.0.0? I can't find any of the following CLI options. And looking at the code it seems like 3.0 is completely...

> Also I see no value in republishing version 2 under my name. I tried to figure out how we can convert our command to use 3.0.0. I started with...

I have a PR with partly implemented csproj formatting and had the same idea because it made sense to allow someone to use that formatter for xml, props, etc. I'll...

We are running into the same issue trying to move to net8. The project in question only uses RazorGenerator when it is targeting net48, but if it is built with...

Thanks @mokonzi131! In our case we have several hundreds of views or more, but it looks like you can declare those directives in a `razorgenerator.directives` file. ``` DisableLinePragmas : true...

With formatters and analyzers the best practice is to 1. Format/run analyzers on the entire code base to get things following the rules you want to enforce. 2. When a...

If you are using CSharpier 0.26.* (which would happen if you are clicking install globally/locally) then this is probably the same issue that is occurring across all of the IDEs....

I have a few questions, I think most other people are experiencing complete freezes that VS doesn't recover from. Does VS go back to normal after a few seconds or...