PowerShell/src/Modules
2016-07-26 11:54:08 -07:00
..
Shared Rename IsCore to IsCoreCLR 2016-07-26 11:54:08 -07:00
Windows+Unix-Core Make Invoke-WebRequest cmdlet work on CoreCLR without mshtml 2016-07-24 16:20:46 -07:00
Windows-Core/Microsoft.PowerShell.Diagnostics Create separate Top-level directory per platform 2016-07-22 16:11:29 -07:00
Windows-Core+Full Create separate Top-level directory per platform 2016-07-22 16:11:29 -07:00
Windows-Full Create separate Top-level directory per platform 2016-07-22 16:11:29 -07:00
map.json Create separate Top-level directory per platform 2016-07-22 16:11:29 -07:00
README.md Create separate Top-level directory per platform 2016-07-22 16:11:29 -07:00

Modules

There are 3 directories with content files. Content files includes:

  • ps1xml
  • psm1
  • psd1
  • ps1

These files are copied as-is by dotnet

  • Shared (shared between all variations)
  • Windows+Unix-Core
  • Windows-Core
  • Windows-Core+Full
  • Windows-Full

Notes

We have files with the same names in different folders. That means that the contents of these two files are different. I.e. if it's .psd1 file, it could be because CmdletsToExport are different for different runtimes (platforms) or frameworks.