Qowaiv.Analyzers.VisualBasic 0.0.3.1

dotnet add package Qowaiv.Analyzers.VisualBasic --version 0.0.3.1
NuGet\Install-Package Qowaiv.Analyzers.VisualBasic -Version 0.0.3.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="Qowaiv.Analyzers.VisualBasic" Version="0.0.3.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 Qowaiv.Analyzers.VisualBasic --version 0.0.3.1
#r "nuget: Qowaiv.Analyzers.VisualBasic, 0.0.3.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 Qowaiv.Analyzers.VisualBasic as a Cake Addin
#addin nuget:?package=Qowaiv.Analyzers.VisualBasic&version=0.0.3.1

// Install Qowaiv.Analyzers.VisualBasic as a Cake Tool
#tool nuget:?package=Qowaiv.Analyzers.VisualBasic&version=0.0.3.1

Qowaiv (static) code analysis rules built on Roslyn.

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.0.3.1 298 11/23/2021
0.0.3 278 11/12/2021
0.0.2 319 10/29/2021
0.0.1.1 340 10/28/2021
0.0.1 329 10/27/2021

v0.0.3.1
- QW0004: Horizontal tab (U+9, \t) is allowed too (#6)
v0.0.3
- QW0004: Characters with Trojan Horse potential are not allowed
v0.0.2
- QW0003: Decorate pure functions
v0.0.1
- QW0001: Use a testable time provider
- QW0002: Parse() throws