-
```
Is there a way to seperate infrastructure dll from dependency on
System.Windows.Forms and the WinformsUI assemblies? Or decouple the plugins
from Windows.Forms/WinformsUI?
```
Original issue repo…
-
Has this been removed in newer versions? Are docs stale? https://jasperfx.github.io/lamar/guide/ioc/registration/registry-dsl.html#add-many-registrations-with-for-addinstances
-
Hi,
When I using owin I combine web application (using Map) at single host to provide api from single port. Write modular deploy monolith think :)
Here the example: https://github.com/oguzhaneren/O…
-
Trying to resolve a concrete type with dependencies does not work when I pass the `IServiceProvicer` in as an argument to the Invoke-method. However, if I get the service via Container first, and then…
-
## Background
The Structured Data Capture (SDC) implementation guide defines a spec for [automatic population](https://build.fhir.org/ig/HL7/sdc/populate.html) for automatically populating forms with…
-
I want to be able to output the bin folder but exclude one of the subfolders, or a specific file. Or another example would be to exclude the .svn folders.
I thought about something like:
```
output …
-
If we want to migrate to dotnet core, to be able to support, for example, other plateform like requested in #758, we should do at least:
- [x] replace the mock framework RhinoMocks by one compatibl…
-
Hi we noticed that SolrNet opens new http connections for every query. We are using StructureMap.SolrNetIntegration, and it seems that the problem is the SolrNetRegistry. When the ISolrConnection is r…
-
Turns out that the `ISupportedOperations` are processed on every request
Instead, they should only be instantiated when the api documentation is requested.
-
We would like to support conversion between different FHIR versions.
see also zulip thread [here](https://chat.fhir.org/#narrow/stream/379173-FHIR-Mapping-Language/topic/Coverage.20'issuerReference…