SourceFileFinder 1.0.1
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.
Install-Package SourceFileFinder -Version 1.0.1
dotnet add package SourceFileFinder --version 1.0.1
<PackageReference Include="SourceFileFinder" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SourceFileFinder --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SourceFileFinder, 1.0.1"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
-
.NETStandard 2.1
- Microsoft.CodeAnalysis.CSharp (>= 3.8.0)
- System.Reflection.Metadata (>= 5.0.0)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on SourceFileFinder:
Package | Downloads |
---|---|
bunit.xunit
bUnit.xunit is an xUnit extension for bUnit, that provides a way for xUnit to run bUnit's razor-based tests, as well as other helpful extensions to make the testing experience better if you use xUnit for writing your tests.
|
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on SourceFileFinder:
Repository | Stars |
---|---|
egil/bUnit
A testing library for Blazor Components. You can easily define components under test in C# or Razor syntax and verify outcome using semantic HTML diffing/comparison logic. You can easily interact with and inspect components, trigger event handlers, provide cascading values, inject services, mock IJSRuntime, and perform snapshot testing.
|
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.1 | 15,093 | 12/19/2020 |
1.0.0 | 35,608 | 9/15/2020 |
1.0.0-preview-2-alpha-1 | 133 | 6/15/2020 |
1.0.0-preview-1 | 35,620 | 5/15/2020 |
1.0.0-alpha-4 | 144 | 4/30/2020 |
1.0.0-alpha-3 | 113 | 4/29/2020 |
1.0.0-alpha-2 | 118 | 4/29/2020 |
1.0.0-alpha-1 | 116 | 4/29/2020 |