AutoCodeFix icon indicating copy to clipboard operation
AutoCodeFix copied to clipboard

Applies Roslyn code fixes automatically during build

Results 3 AutoCodeFix issues
Sort by recently updated
recently updated
newest added

I'm getting the following error on build with Rider: ``` AutoCodeFix.Core.targets(36, 5): [MSB4018] The "InitializeBuildEnvironment" task failed unexpectedly. System.IO.FileLoadException: Could not load file or assembly 'Microsoft.CodeAnalysis.Workspaces, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Error...

It would be nice if there was a way to configure AutoCodeFix to fix all diagnostics without having to list them individually in properties.

Hello, As I mentioned in Twitter you did great with this library. Your idea is very useful for automation system scenarios. What I am asking for is to provide a...