PowerShell/src/Modules
2016-08-31 17:19:02 +00:00
..
Shared spelling: display PSGet.Resource 2016-08-30 21:54:10 +00:00
Unix Use HTTPS links for go.microsoft.com 2016-08-23 21:21:31 -04:00
Windows-Core Use HTTPS links for go.microsoft.com 2016-08-23 21:21:31 -04:00
Windows-Core+Full Use HTTPS links for go.microsoft.com 2016-08-23 21:21:31 -04:00
Windows-Full spelling: display Microsoft.PowerShell.ODataUtilsStrings.psd1 2016-08-31 17:19:02 +00:00
map.json Update map.json in src/Modules 2016-07-28 12:36:34 -07:00
README.md Update src/Modules/README.md 2016-07-28 12:38:24 -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
  • Unix

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.