VDimensions.MSBuild.Sdk.ExternalAnnotations 0.7.30

dotnet add package VDimensions.MSBuild.Sdk.ExternalAnnotations --version 0.7.30
                    
NuGet\Install-Package VDimensions.MSBuild.Sdk.ExternalAnnotations -Version 0.7.30
                    
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="VDimensions.MSBuild.Sdk.ExternalAnnotations" Version="0.7.30">
  <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.
<PackageVersion Include="VDimensions.MSBuild.Sdk.ExternalAnnotations" Version="0.7.30" />
                    
Directory.Packages.props
<PackageReference Include="VDimensions.MSBuild.Sdk.ExternalAnnotations">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
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 VDimensions.MSBuild.Sdk.ExternalAnnotations --version 0.7.30
                    
#r "nuget: VDimensions.MSBuild.Sdk.ExternalAnnotations, 0.7.30"
                    
#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.
#:package VDimensions.MSBuild.Sdk.ExternalAnnotations@0.7.30
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=VDimensions.MSBuild.Sdk.ExternalAnnotations&version=0.7.30
                    
Install as a Cake Addin
#tool nuget:?package=VDimensions.MSBuild.Sdk.ExternalAnnotations&version=0.7.30
                    
Install as a Cake Tool

VDimensions.MSBuild.Sdk.ExternalAnnotations

According to the JetBrains.Annotations, consumers of a library may provided its own $(AssemblyName).ExternalAnnotations.xml alongside the referenced binary, whcich will enable useful compiler hints for users of the JetBrains Resharper extension for VisualStuduio or their own Rider IDE.

This package provides support for embedding this $(AssemblyName).ExternalAnnotations.xml file in the nuget package of your library.

How this package works

The package supports separate ExternalAnnotations.xml per TFM, because it is designed to support multi-targeting projects (typically libraries). Developers are required to maintain a separate ExternalAnnotations file per TFM, in the form of ExternalAnnotations.$(TargetFramework).xml. The file must be located in the root of the project structure. Referencing the VDimensions.MSBuild.Sdk.ExternalAnnotations package will take care for automatically embedding each external annotations xml file in the appropriate place within nuget package file. This means, that for each TFM, the ExternalAnnotations.$(TargetFramework).xml will be embedded as lib\$(TargetFramework)\$(AssemblyName).ExternalAnnotations.xml, as per JetBrains documentation.

NOTE
The package is not responsible for producing the ExternalAnnotations.xml itself, it only takes care for properly embedding it into a nuget package while respecting the multi-targeting paradigm.
It is expected that the package authors will produce the ExternalAnnotations.xml either manually, or with the help of other tools.

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.7.30 40 9/10/2026
0.7.26 90 9/7/2026
0.7.7 302 4/11/2026
0.7.6 281 4/11/2026
0.7.5 278 4/11/2026
0.6.12 859 2/26/2023