PowerShell/src/TypeCatalogGen
2020-04-27 08:40:09 -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 Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
TypeCatalogGen.csproj Use new value for TargetFramework as net5.0 instead of netcoreapp5.0 (#12486) 2020-04-27 08:40:09 -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