Skip to content

Commit 6867187

Browse files
author
MPCoreDeveloper
committed
full path implemented in analyzer diagnostics , nuget package upgrades
1 parent 35b4f50 commit 6867187

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Posseth.NamedArguments.AnalyzerAndFixer.Package/Posseth.NamedArguments.AnalyzerAndFixer.Package.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1818
<Description>This tool analyzes method calls to ensure they use named arguments and provides an option to automatically convert positional arguments to named arguments. For example, it can transform `TestMethod(1, 2)` into `TestMethod(x: 1, y: 2)`.
1919
</Description>
20-
<PackageReleaseNotes>release with new settings and customizations</PackageReleaseNotes>
20+
<PackageReleaseNotes>Now the full path is shown of the analyzed argument</PackageReleaseNotes>
2121
<Copyright>Free to use , distribute and modify </Copyright>
2222
<PackageTags>NamedArguments;AnalyzerAndFixer;analyzers;</PackageTags>
2323
<DevelopmentDependency>true</DevelopmentDependency>

0 commit comments

Comments
 (0)