-
**Describe the bug**
The following query has only a single resource in scope and therefore should be very fast:
```
GET [base]/?_count=2&_lastUpdated=gt2022-08-07
```
However, due to 4.0/4.3 …
-
I found this on StackOverflow, and I had found RazorEngine as well. However, it seems RazorEngine hasn't been updated in about 2 years, which makes it older than MVC 4, which doesn't seem like a good …
-
Extend validation tooling and expand CI to:
1. Parse the Composition to create a map from Questionnaires to the StructureMaps
2. For each (Questionnaire, StructureMap) pair
1. Generate a Ques…
-
It seems this is not a new issue, and you can find the old reported issue [here](https://github.com/Azure/azure-functions-host/issues/5145). I have tried all of the suggested solutions but no success.…
-
My usecase is that I'm trying to implement entry/exit/exception logging on an async method.
I an IInterceptionBehavoiur implementation, the call to getNext()(...) is performed asynchronously and I do…
-
Hello,
I would like to report an issue with Common Logging in Agatha:
The latest change in RequestProcessor.cs was incomplete. Now each error is logged twice:
1 - First one with "RequestProcess…
-
The use case is described by the following snippet:
```c#
class Foo
{
public string X { get; set; }
public string Y { get; set; }
}
class FooMap: ClassMap
{
public FooMap()
…
-
I'm working mainly off the Python version but have been wanting UI customizations and so have been making changes to the C++ side and rebuilding the wheel. One of the things I've had to implement so f…
-
The method Autofac.ContainerBuilder.Update(Autofac.IContainer) has been removed from Autofac v5.0.0 with the message: "Containers should generally be considered immutable. Register all of your depende…
-
It seems there is no versioning on the database specific library files. So the default version of 1.0,0.0 is used for both the AssemblyVersion and FileVersion.
This will cause problems in the futur…