PowerShell/src/TypeCatalogGen
2016-06-16 19:33:19 -07:00
..
.gitignore Clean up .gitignore files 2016-02-09 14:06:39 -08:00
build.sh Make TypeCatalogGen build script quieter 2016-04-21 11:17:59 -07:00
map.json Add new map.json files 2016-06-13 17:39:11 -07:00
project.json Remove authors section from product project.json 2016-06-16 19:33:19 -07:00
README.md Add TypeCatalogGen 2015-12-07 14:27:06 -08:00
TypeCatalogGen.cs Rename PowerShellAssemblyLoadContext to PowerShellAssemblyLoader 2016-05-24 09:55:04 -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