Results 5 issues of Antti Viita

When CaseSensitive is set to true from JaceOptions, performance should be significantly better than without case sensitivity. Case sensitivity setting was not passed to `FunctionRegistry` and `ConstantRegistry` constructors, which caused...

FunctionRegistry and ConstantRegistry ignore `JaceOptions.CaseSensitive`, which has performance implications as there are lots of unnecessary calls to `ToLowerFast()`. ```csharp public CalculationEngine(JaceOptions options) { this.executionFormulaCache = new MemoryCache(options.CacheMaximumSize, options.CacheReductionSize); this.FunctionRegistry =...

### Description Our very simple node app (image conversion service based on nextJS) started responding with HTTP 500 server error and Kudu for the related Azure app service stopped working...

Area: Scripting and command line
OS: Ubuntu
Area: Common Tools
bug report

### Overview There should be `Guard.IsNotEmpty(Guid)` API to Guard against empty guids. With current API's the same guard can be achieved by `Guard.IsTrue(guid != Guid.Empty);`. ### API breakdown ```csharp namespace...

feature request :mailbox_with_mail:

**Description/Screenshot** Reading [Application Insights Javascript SDK configuration documentation]( https://learn.microsoft.com/en-us/azure/azure-monitor/app/javascript-sdk-configuration) I understood that `ignoreHeaders` can be given as part of config to limit headers being included to dependency telemetry in case...

documentation
released - NPM