Skip to content

Releases: MPCoreDeveloper/Posseth.NamedArguments.AnalyzerAndFixer

V.1.0.1.8

15 Nov 11:48

Choose a tag to compare

Analyzer & code-fix test suite fully modernized to .NET 10, xUnit v3, Microsoft Testing Platform and the latest Roslyn testing framework (1.1.2) using the current DefaultVerifier/TestState pattern ,zero warnings, fully compatible with Visual Studio 2026.

V.1.0.1.4

28 Sep 07:14

Choose a tag to compare

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

07 Jun 06:58

Choose a tag to compare

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
recordsAnalysis

V.1.0.1.2

06 Jun 17:51

Choose a tag to compare

This version has more settings to set and override

v1.1.0

17 May 15:34

Choose a tag to compare

Full Changelog: v1.0.0...v1.1.0

This version has the community improvements and now lacks the 'simple' prefix

initial release nuget

03 Sep 16:15

Choose a tag to compare

initial release on nuget tested in both test project and in a fresh Visual Studio 2022 project