Releases: MPCoreDeveloper/Posseth.NamedArguments.AnalyzerAndFixer
V.1.0.1.8
V.1.0.1.4
version 1.0.1.4 now shows the full path , has i proved documentation and the full project has been updated with the latest nuget packages available on the time of build .
All tests were updated and passed ...
V.1.0.1.3
This version has lots more framework filters and has a complete new engine to detect members to solve Record recognition note the analyzer fixer is created in Netstandard 2.0 and Records do not exist in that subset so i needed to do some tricks to get that working .
I also made it possible to disable the framework filters in that case your own filters will still work if you defined them
So yes you can combine the filters or disable them completely or just use one of the two options (built in and custom)
The only for records modus however will do exactly what it`s name suggests if this feature is enabled only records will be analyzed and fixed

V.1.0.1.2
This version has more settings to set and override
v1.1.0
Full Changelog: v1.0.0...v1.1.0
This version has the community improvements and now lacks the 'simple' prefix
initial release nuget
initial release on nuget tested in both test project and in a fresh Visual Studio 2022 project