PowerShell/src/TypeCatalogGen
Andrew Schwartzmeyer f904be118b Update runtime facade
2016-03-21 14:14:58 -07:00
..
Runtime Update runtime facade 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