Escendit.Tools.SourceLink.Embedded 0.1.0-rc.20

This is a prerelease version of Escendit.Tools.SourceLink.Embedded.
dotnet add package Escendit.Tools.SourceLink.Embedded --version 0.1.0-rc.20
NuGet\Install-Package Escendit.Tools.SourceLink.Embedded -Version 0.1.0-rc.20
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="Escendit.Tools.SourceLink.Embedded" Version="0.1.0-rc.20">
  <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 Escendit.Tools.SourceLink.Embedded --version 0.1.0-rc.20
#r "nuget: Escendit.Tools.SourceLink.Embedded, 0.1.0-rc.20"
#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 Escendit.Tools.SourceLink.Embedded as a Cake Addin
#addin nuget:?package=Escendit.Tools.SourceLink.Embedded&version=0.1.0-rc.20&prerelease

// Install Escendit.Tools.SourceLink.Embedded as a Cake Tool
#tool nuget:?package=Escendit.Tools.SourceLink.Embedded&version=0.1.0-rc.20&prerelease

NuGet Package: Escendit.Tools.SourceLink.Embedded

.NET NuGet package that simplifies the process of integrating SourceLink into your project. SourceLink provides a mechanism for debugging optimized code without sacrificing security by allowing you to use the actual source code for debugging, rather than decompiled code.

Installation

To install Escendit.Tools.SourceLink.Embedded, you can use the NuGet Package Manager or run the following command in the Package Manager Console:

PM> Install-Package Escendit.Tools.SourceLink.Embedded

Or you can search for "Escendit.Tools.SourceLink.Embedded" in the NuGet Package Manager UI and install it from there.

Usage

Escendit.Tools.SourceLink.Embedded provides properties for SourceLink that you can use in your .NET projects. These default values are intended to simplify the process of integrating SourceLink into your project, by embedding pdb files to your NuGet package and can be overridden as needed.

Contributing

If you find a bug or have a feature request, please create an issue in the GitHub repository.

To contribute code, fork the repository and submit a pull request. Please ensure that your code follows the project's coding standards and is thoroughly tested.

License

This package is released under the MIT License. See the LICENSE.txt file for details.

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
0.1.0-rc.20 309 4/26/2023
0.1.0-rc.16 98 4/15/2023