Pavel Andreev

Results 5 issues of Pavel Andreev

Hi, I see that the latest change dated by 6 months ago. So, my question is reasonable: is the project abandoned? I would help you, but not sure how. I've...

Fluid.Core version 2.5.0 Ignore Case doesn't work, repro-code below. Is there any option to make it case-insensitive? ``` public string ProcessTemplate(string templateContent, object substitutionObject) { if (Parser.TryParse(templateContent, out var template,...

bug

**Describe the bug** Problem connecting to Key Vault for ClickOnce signing. We got a signing certificate that works only in Azure Key Vault, so to use it for signing a...

Priority:2
investigate

Hi, I'm using the following code as suggested in the documentation, database is Azure SQL, FusionCache configuration provided here: #210 ``` var data = await _cache.GetOrSetAsync("someKey-"+someId, async (cancellationToken) => {...

This is not a bug report. This is more about the complex scenario that not mentioned in documentation about syncing cache. Lets say in AspNet Core API i have the...