Fayti1703.AssemblyTasks 1.1.0

dotnet add package Fayti1703.AssemblyTasks --version 1.1.0
NuGet\Install-Package Fayti1703.AssemblyTasks -Version 1.1.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="Fayti1703.AssemblyTasks" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Fayti1703.AssemblyTasks --version 1.1.0
#r "nuget: Fayti1703.AssemblyTasks, 1.1.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 Fayti1703.AssemblyTasks as a Cake Addin
#addin nuget:?package=Fayti1703.AssemblyTasks&version=1.1.0

// Install Fayti1703.AssemblyTasks as a Cake Tool
#tool nuget:?package=Fayti1703.AssemblyTasks&version=1.1.0

Fayti1703's AssemblyTasks

Various MSBuild tasks to alter assemblies.

Tasks

PublishAllTypes

<Fayti1703.AssemblyTasks.PublishAllTypes
	SourceFilePath="path/to/assembly.dll"
	TargetFilePath="lib/public/assembly.dll"
/>

Reads an assembly from SourceFilePath, and writes a version with all types, fields, properties and methods set to public at TargetFilePath.

MakeReferenceAssembly

<Fayti1703.AssemblyTasks.MakeReferenceAssembly
	SourceFilePath="path/to/assembly.dll"
	TargetFilePath="lib/ref/assembly.dll"
/>

Create a 'full' Reference Assembly (also known as a "metadata-only assembly") from an existing assembly.

All method implementations are replaced with throw null;.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Fayti1703.AssemblyTasks:

Package Downloads
Nickel.ModBuildConfig

A package which helps with creating, debugging and publishing of Cobalt Core mods using the Nickel modloader.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0 370 2/11/2024
1.0.0 163 1/13/2024