Christian Jundt

Results 13 issues of Christian Jundt

Test case is failing on **develop** branch following v2.1.0.14 : Message: Assert.Fail failed. Instance: 320-00-BindCalculationInferPrecision-instance.xbrl Name: v00-CalculationWithPrecision3-Consistent Description: 320.00 - Valid Validation Error Type: JeffFerguson.Gepsio.SummationConceptValidationError Validation Error Description: Fact A...

…to preserve compatibility with .NET Framework 4.5+

Using Standard Library 2.1 breaks compatiblity with .Net Framework. Consider multi-targeting to provide both 2.0 and 2.1 Standard Library compatible builds.

New feature to enable the use of a cache directory either for storing files downloaded dynamically from remote urls or for local storage only taxonomies. Path to cache directory must...

Fixes de schema by namespace retrieval function in order to manage all schemas in the compiled schema set.

**Describe the bug** ``WorkflowTest`` has a limitation : ``where TWorkflow : new()`` thus preventing use of workflows with no parameterless constructor. **To Reproduce** **Expected behavior** Should remove the ``new()`` constraint....

**Describe the change** Added Oracle persistance provider (.net6.0 only) **Describe your implementation or design** Based on existing PostgreSQL provider. **Tests** Added unit tests using external Oracle database. Oracle is not...

**Describe the change** Fixes issue #1143 by adding optional context parameter for Output operations (both *source/destination* mode and *action* mode). **Describe your implementation or design** Adding *context* parameter in the...

There is no way to get context information when setting output data on a step setup. This is especially required in the context of a loop like ForEach step. For...