PowerShell/src/TypeCatalogGen
2017-01-16 13:31:14 -08:00
..
.gitignore Add Start-TypeGen 2016-06-17 11:23:29 -07:00
map.json Add new map.json files 2016-06-13 17:39:11 -07:00
project.json Revert "Initial Support for Fedora 24" (#2970) 2017-01-06 13:09:40 -08:00
README.md Add TypeCatalogGen 2015-12-07 14:27:06 -08:00
TypeCatalogGen.cs Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -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