Title: Can't import DSC resources in dotnet core · Issue #4493 · PowerShell/PowerShell · GitHub
Open Graph Title: Can't import DSC resources in dotnet core · Issue #4493 · PowerShell/PowerShell
X Title: Can't import DSC resources in dotnet core · Issue #4493 · PowerShell/PowerShell
Description: When trying to build a configuration in a dotnet core application, I can't get it to import the required modules. Running the following script in a PSCore console works but when running it in a dotnet application it can't find the module...
Open Graph Description: When trying to build a configuration in a dotnet core application, I can't get it to import the required modules. Running the following script in a PSCore console works but when running it in a dot...
X Description: When trying to build a configuration in a dotnet core application, I can't get it to import the required modules. Running the following script in a PSCore console works but when running it in a...
Opengraph URL: https://github.com/PowerShell/PowerShell/issues/4493
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Can't import DSC resources in dotnet core","articleBody":"When trying to build a configuration in a dotnet core application, I can't get it to import the required modules.\r\n\r\nRunning the following script in a PSCore console works but when running it in a dotnet application it can't find the module:\r\n```\r\nConfiguration Test {\r\n\tImport-DscResource -ModuleName PolicyFileEditor\r\n}\r\n```\r\n\r\nRunning the following command in the dotnet core application works perfectly, so the problem seems to be limited the the dsc resources:\r\n`Import-Module PolicyFileEditor`\r\n\r\nSteps to reproduce\r\n------------------\r\n\r\n```\r\nusing (PowerShell ps = PowerShell.Create())\r\n{\r\n\tstring configScript = \"Configuration Test { Import-DscResource -ModuleName PolicyFileEditor }\";\r\n\tps.AddScript(configScript);\r\n\tps.Invoke();\r\n}\r\n```\r\n\r\nExpected behavior\r\n-----------------\r\n\r\nThe DSC module is imported\r\n\r\nActual behavior\r\n---------------\r\n\r\n```\r\nAt line:2 char:1\r\n+ Import-DscResource -ModuleName PolicyFileEditor\r\n+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r\nCould not find the module 'PolicyFileEditor'.\r\n```\r\n\r\nEnvironment data\r\n----------------\r\n\r\n\u003c!-- provide the output of $PSVersionTable --\u003e\r\n\r\n```powershell\r\nName Value\r\n---- -----\r\nPSVersion 6.0.0-beta\r\nPSEdition Core\r\nGitCommitId v6.0.0-beta.4\r\nOS Microsoft Windows 10.0.15063\r\nPlatform Win32NT\r\nPSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}\r\nPSRemotingProtocolVersion 2.3\r\nSerializationVersion 1.1.0.1\r\nWSManStackVersion 3.0\r\n```\r\n","author":{"url":"https://github.com/erwinwildenburg","@type":"Person","name":"erwinwildenburg"},"datePublished":"2017-08-04T09:55:38.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":8},"url":"https://github.com/4493/PowerShell/issues/4493"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:58b4eb0b-29a3-193f-8b16-0a1308a5da09 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | ABBA:2D0EDC:1749EF8:21ED61E:6A54D588 |
| html-safe-nonce | c9fc2098aff4400dbc69daf2a7d2d4f9de007ef9b834e8618c55eb2f533b8b69 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBQkJBOjJEMEVEQzoxNzQ5RUY4OjIxRUQ2MUU6NkE1NEQ1ODgiLCJ2aXNpdG9yX2lkIjoiODQ3NjM1NjY3NDcyMjI1NjI2NSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 0e963d556a9a35516413625ed7184a2e69ba203544a153576330f5b610a2d823 |
| hovercard-subject-tag | issue:247958442 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/PowerShell/PowerShell/4493/issue_layout |
| twitter:image | https://opengraph.githubassets.com/cdf2d471661188561eff3eca96e24773b46fdfd6eac694fc28d6cad570178540/PowerShell/PowerShell/issues/4493 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/cdf2d471661188561eff3eca96e24773b46fdfd6eac694fc28d6cad570178540/PowerShell/PowerShell/issues/4493 |
| og:image:alt | When trying to build a configuration in a dotnet core application, I can't get it to import the required modules. Running the following script in a PSCore console works but when running it in a dot... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | erwinwildenburg |
| hostname | github.com |
| expected-hostname | github.com |
| None | a556215b071af6609619e2bbe6f00bdfbf0812ad723b1ae6c301858a7a829f54 |
| turbo-cache-control | no-preview |
| go-import | github.com/PowerShell/PowerShell git https://github.com/PowerShell/PowerShell.git |
| octolytics-dimension-user_id | 11524380 |
| octolytics-dimension-user_login | PowerShell |
| octolytics-dimension-repository_id | 49609581 |
| octolytics-dimension-repository_nwo | PowerShell/PowerShell |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 49609581 |
| octolytics-dimension-repository_network_root_nwo | PowerShell/PowerShell |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 840b5d20d5a883c23cf56f5240b2c343d6cc0867 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width