https://github.com/johnrom/orchard-core-issue-reproduction
Reproducing issues in Orchard Core
https://github.com/johnrom/orchard-core-issue-reproduction
Last synced: 12 months ago
JSON representation
Reproducing issues in Orchard Core
- Host: GitHub
- URL: https://github.com/johnrom/orchard-core-issue-reproduction
- Owner: johnrom
- Created: 2022-01-19T23:29:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-16T15:37:54.000Z (about 4 years ago)
- Last Synced: 2025-03-17T03:44:04.374Z (about 1 year ago)
- Language: C#
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Orchard Core Issue Reproduction
### [#11041](https://github.com/OrchardCMS/OrchardCore/issues/11041)
Registering Typed HttpClients in the Host context is fine.
https://github.com/johnrom/orchard-core-issue-reproduction/blob/master/OrchardCoreHttpClientTest.Web/Startup.cs#L11-L13
Registering Typed HttpClients in the Module context is broken.
https://github.com/johnrom/orchard-core-issue-reproduction/blob/master/OrchardCoreHttpClientTest.Module/Startup.cs#L10-L11
## Reproducing the issue
- Pull this repo
- Open in VSCode
- Run launch task `.Net Core Launch (web)`
- Observe error on page load