An open API service indexing awesome lists of open source software.

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

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