PowerShell/src/TypeCatalogGen
2021-08-05 16:21:46 -07: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 Fix CA1052 in TypeCatalogGen (#15840) 2021-08-05 16:21:46 -07:00
TypeCatalogGen.csproj Fix CA1052 in TypeCatalogGen (#15840) 2021-08-05 16:21:46 -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