PowerShell/src/TypeCatalogGen
2019-05-21 13:43:51 +08:00
..
.gitignore Fix .gitignore (#5991) 2018-01-25 15:23:07 +04:00
README.md Add TypeCatalogGen 2015-12-07 14:27:06 -08:00
TypeCatalogGen.cs Use https in URLs where available (#8622) 2019-01-24 12:50:11 -08:00
TypeCatalogGen.csproj Port PowerShell to .NET Core 3.0 (#9597) 2019-05-21 13:43:51 +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