IgnoreGeneratedFilesBuildTask 1.5.0

dotnet add package IgnoreGeneratedFilesBuildTask --version 1.5.0
                    
NuGet\Install-Package IgnoreGeneratedFilesBuildTask -Version 1.5.0
                    
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="IgnoreGeneratedFilesBuildTask" Version="1.5.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="IgnoreGeneratedFilesBuildTask" Version="1.5.0" />
                    
Directory.Packages.props
<PackageReference Include="IgnoreGeneratedFilesBuildTask" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add IgnoreGeneratedFilesBuildTask --version 1.5.0
                    
#r "nuget: IgnoreGeneratedFilesBuildTask, 1.5.0"
                    
#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.
#addin nuget:?package=IgnoreGeneratedFilesBuildTask&version=1.5.0
                    
Install IgnoreGeneratedFilesBuildTask as a Cake Addin
#tool nuget:?package=IgnoreGeneratedFilesBuildTask&version=1.5.0
                    
Install IgnoreGeneratedFilesBuildTask as a Cake Tool

Insert compiler instructions to ignore the generated files when the FxCop analyzer runs.

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
1.5.0 1,510 1/20/2017
1.4.0 1,093 1/6/2017
1.3.0 1,280 9/27/2016
1.2.0 1,515 8/17/2015
1.1.0 1,651 8/17/2015
1.0.0 3,617 8/9/2015

Restored the functionality of 1.3.0 where the tool would recurse into the intermediate subdirectories.