PowerShell/src/TypeCatalogGen
2016-11-18 16:35:16 -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 Add runtime win7-x86 2016-11-18 16:35:16 -08:00
README.md Add TypeCatalogGen 2015-12-07 14:27:06 -08:00
TypeCatalogGen.cs Make AssemblyLoadContext a singleton and refactor 2016-06-28 18:31:38 -07: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