NameOn 0.1.1

dotnet add package NameOn --version 0.1.1
NuGet\Install-Package NameOn -Version 0.1.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NameOn" Version="0.1.1">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NameOn --version 0.1.1
#r "nuget: NameOn, 0.1.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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.

There are no supported framework assets in this package.

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.

Version Downloads Last updated
0.1.1 418 9/10/2021
0.1.0 335 9/8/2021

- NAME0001/2/3/4 diagnostics may now be reported on on return statements