PowerShell/src/TypeCatalogGen
2020-03-13 17:46:05 +05: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 new string.Split() overloads (#11867) 2020-03-13 17:46:05 +05:00
TypeCatalogGen.csproj Remove Unicode BOM from text files (#11546) 2020-01-11 12:15:34 +05: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