MessagePack.MSBuild.SourceGenerator.Tasks 1.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package MessagePack.MSBuild.SourceGenerator.Tasks --version 1.2.0
NuGet\Install-Package MessagePack.MSBuild.SourceGenerator.Tasks -Version 1.2.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="MessagePack.MSBuild.SourceGenerator.Tasks" Version="1.2.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 MessagePack.MSBuild.SourceGenerator.Tasks --version 1.2.0
#r "nuget: MessagePack.MSBuild.SourceGenerator.Tasks, 1.2.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 MessagePack.MSBuild.SourceGenerator.Tasks as a Cake Addin
#addin nuget:?package=MessagePack.MSBuild.SourceGenerator.Tasks&version=1.2.0

// Install MessagePack.MSBuild.SourceGenerator.Tasks as a Cake Tool
#tool nuget:?package=MessagePack.MSBuild.SourceGenerator.Tasks&version=1.2.0

MessagePack.MSBuild.SourceGenerator.Tasks

GitHub Nuget Nuget

MessagePack.MSBuild.Tasks extensions for C# Source Generator.

You will be able to use C# Source Generator and MessagePack.MSBuild.Tasks at the same time.

Usage

YourProject.csproj

<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    
    <GeneratedFilesOutputPath>GeneratedFiles</GeneratedFilesOutputPath>
  </PropertyGroup>

  <ItemGroup>
    <PackageReference Include="MessagePack" Version="2.3.112" />
    <PackageReference Include="MessagePack.MSBuild.SourceGenerator.Tasks" Version="1.0.0">
      <PrivateAssets>all</PrivateAssets>
      <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
    </PackageReference>
    <PackageReference Include="MessagePack.MSBuild.Tasks" Version="2.3.112">
      <PrivateAssets>all</PrivateAssets>
      <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
    </PackageReference>
    <PackageReference Include="MessagePackAnalyzer" Version="2.3.112">
      <PrivateAssets>all</PrivateAssets>
      <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
    </PackageReference>
  </ItemGroup>
  
  
  <ItemGroup>
    <PackageReference Update="MessagePack.MSBuild.Tasks" ExcludeAssets="build" GeneratePathProperty="true" />
  </ItemGroup>

</Project>
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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.2.1 237,763 10/19/2022
1.2.0 8,304 9/23/2022
1.1.0 7,304 8/28/2022
1.0.0 1,872 8/23/2022