-
Hi,
when working with interception, the subcontainers don't dispose the resolved objects. The TrackingTransientCache just looks for IDisposables. With interception the instance is a dynamic proxy a…
-
Not a huge priority
-
Comment thread for the post [Writing a generic plugin manager in C#](http://temporalcohesion.co.uk/2009/05/25/writing-a-generic-plugin-manager-in-c)
-
**Describe the solution you'd like**
If the element has a questionnaire-itemExtractionContext that corresponds to an existing resource or set of resources, then the intention is that the extracted …
-
**Is your feature request related to a problem? Please describe.**
Our program requires the creation of a 'newly diagnosed client' care plan from separate points in our app. For example, when a patie…
-
it seems that we can have only one element with the extension "instructions" and it does not use the enableWhenExpression
```
{
"resourceType": "Questionnaire",
"id": "emcare.b23.clas…
-
I'm getting the following stack track when I try to compile my views:
```
Custom tool error: System.NullReferenceException: Object reference not set to an instance of an object.
at System.Web.Razo…
-
In asp.net core we configure something similar to the following:
```
public static void Main(string[] args)
{
var host = new WebHostBuilder()
.UseConfi…
-
In the current examples the url for the Care Connect Allergy Intolerance End extension is : "https://fhir.hl7.org.uk/STU3/StructureDefinition/Extension-CareConnect-AllergyIntoleranceEnd-1"
However …
-
```
public class UnitTest1
{
[Fact]
public void Test1()
{
var container = new Container(x =>
{
x.ForSingletonOf().Use();
});
IFoo iF…