Meziantou.MSBuild.InternalsVisibleTo 1.0.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Meziantou.MSBuild.InternalsVisibleTo --version 1.0.0
NuGet\Install-Package Meziantou.MSBuild.InternalsVisibleTo -Version 1.0.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="Meziantou.MSBuild.InternalsVisibleTo" Version="1.0.0">
  <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 Meziantou.MSBuild.InternalsVisibleTo --version 1.0.0
#r "nuget: Meziantou.MSBuild.InternalsVisibleTo, 1.0.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.
// Install Meziantou.MSBuild.InternalsVisibleTo as a Cake Addin
#addin nuget:?package=Meziantou.MSBuild.InternalsVisibleTo&version=1.0.0

// Install Meziantou.MSBuild.InternalsVisibleTo as a Cake Tool
#tool nuget:?package=Meziantou.MSBuild.InternalsVisibleTo&version=1.0.0

Meziantou.MSBuild.InternalsVisibleTo

NuGet version

Allow to declare 'InternalsVisibleTo' in the csproj file, rather than declaring them to an AssemblyInfo.cs file.

How to use

  1. Install the Meziantou.MSBuild.InternalsVisibleTo NuGet package.
  2. Edit your csproj file:
<Project Sdk="Microsoft.NET.Sdk">
  
  <ItemGroup>
    <InternalsVisibleTo Include="CustomTest1" /> 
    <InternalsVisibleTo Include="CustomTest2, PublicKey=abc" /> 
    <InternalsVisibleTo Include="$(AssemblyName).Custom" /> 

    <InternalsVisibleToSuffix Include=".Tests" /> 
    <InternalsVisibleToSuffix Include=".FunctionalTests" /> 
  </ItemGroup>

</Project>

This will generate the appropriate InternalsVisibleTo attributes for your assembly.

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.0.2 258,674 6/9/2020
1.0.1 624 11/6/2019
1.0.0 4,001 11/2/2019