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.
<PackageVersion Include="Fayti1703.AssemblyTasks" Version="1.1.0" />
                    
Directory.Packages.props
<PackageReference Include="Fayti1703.AssemblyTasks" />
                    
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 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.
#:package Fayti1703.AssemblyTasks@1.1.0
                    
#: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=Fayti1703.AssemblyTasks&version=1.1.0
                    
Install as a Cake Addin
#tool nuget:?package=Fayti1703.AssemblyTasks&version=1.1.0
                    
Install as a Cake Tool

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 (2)

Showing the top 2 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.

Nickel.ModBuildConfig.ReferenceAssembly

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 1,567 2/11/2024
1.0.0 259 1/13/2024