Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
924 contributions in the last year
Activity overview
Contribution activity
August 2020
Created a pull request in NuGet/NuGet.Client that received 1 comment
uses different parsing logic for platform versions when dot is missing
Fixes: NuGet/Home#9842
+34
−1
•
1
comment
- In PackageReference projects, the actual installed package versions are now read from the assets file. This allows the resolved version to be displayed in the PM UI.
- Basic pack functionality for Embedded Readmes
- Infer the framework using the TargetPlatformMoniker instead of TPI and TPV, GetReferenceNearestTargetFrameworkTask now handles P2P frameworks with platforms, Add a LockFile.GetTarget utility for aliases
- Add a project framework inference/parsing utility
- VS nomination uses TFI/TFV/TFP/TPI/TPV properties to parse NuGetFramework
- In commandline restores, read the runtime identifier graph through the TargetFrameworkInformation item, improve the test coverage of dotnet tool scenarios
- In commandline restore, in multi targeting scenarios, read the target framework details from the inner build

