A small helper library, that allows you to find the source file of a type at runtime, based on the debug information included in the types assembly through the related portable PDB.
Info
Version: | 1.1.0 |
Author(s): | Egil Hansen |
Last Update: | Wednesday, April 28, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/egil/SourceFileFinder |
NuGet Url: | https://www.nuget.org/packages/SourceFileFinder |
Install
Install-Package SourceFileFinder
dotnet add package SourceFileFinder
paket add SourceFileFinder
SourceFileFinder Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.CodeAnalysis.CSharp(>= 3.8.0)
- System.Reflection.Metadata(>= 5.0.0)
Tags