PowerShell/src/TypeCatalogGen
xtqqczze 883ca98dd7
Seal private classes (#15725)
* Seal private classes

* Fix CS0509

* Fix CS0628
2021-07-19 14:09:12 +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 Seal private classes (#15725) 2021-07-19 14:09:12 +05:00
TypeCatalogGen.csproj Bump .NET framework to 6.0.0-preview.1 (#14719) 2021-02-08 17:13:33 -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