PowerShell/src/TypeCatalogGen
Andrew Schwartzmeyer 4c13f22216 Bump .NET packages to build 23921
- Bumps NETStandard.Library to 1.5.0-rc3, fixes #663.
- Remove reference to Unsupported.Platform.API, fixes #639.
2016-03-21 14:14:58 -07:00
..
Runtime Bump .NET packages to build 23921 2016-03-21 14:14:58 -07:00
.gitignore Clean up .gitignore files 2016-02-09 14:06:39 -08:00
build.sh Fix TypeCatalogGen script 2016-03-01 13:25:31 -08:00
project.json Clean up TypeCatalogGen dependencies 2016-03-01 13:25:31 -08:00
README.md Add TypeCatalogGen 2015-12-07 14:27:06 -08:00

TypeCatalogGen

./build.sh runs the Core PowerShell TypeCatalogGen.exe under Mono on Linux (using dotnet-cli). The Runtime folder is a facade project that, when published, produces a list of the currently used runtime assemblies for .NET Core. The output is CorePsTypeCatalog.cs, which contains an "initialized" dictionary that we copy into typecatalog.cs of System.Management.Automation