NameOn 0.1.1
dotnet add package NameOn --version 0.1.1
NuGet\Install-Package NameOn -Version 0.1.1
<PackageReference Include="NameOn" Version="0.1.1"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add NameOn --version 0.1.1
#r "nuget: NameOn, 0.1.1"
// Install NameOn as a Cake Addin #addin nuget:?package=NameOn&version=0.1.1 // Install NameOn as a Cake Tool #tool nuget:?package=NameOn&version=0.1.1
NameOn
A Roslyn analyzer providing the ability to control usage of nameof
Disclaimer
The project is still in its early development stage. Some desired features are not yet implemented, bugs may exist, etc.
References
Downloads
NuGet Packages
- NameOn - includes the analyzer, but NOT the core components
- NameOn.Core - ONLY includes the core components
Consumption
Include a reference to the NameOn
and NameOn.Core
NuGet packages in the desired projects individually.
It is likely that the installation of the analyzer in a project in Visual Studio may cause its behavior to be fuzzy, so it is recommended to restart Visual Studio.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- NAME0001/2/3/4 diagnostics may now be reported on on return statements