vvdb-architecture

Results 9 issues of vvdb-architecture

**Assemblies affected** ASP.NET Core OData 8.x **Describe the bug** Excel doesn't escape '/' characters in keys when calling OData endpoint. Therefore, the routing fails. **Reproduce steps** Any key which is...

bug

After upgrading our .NET 6 project from v13 to v14, we notice two things: (1) Issue #4467 is still valid. The warnings: ~~~ Warning CS8765 Nullability of type of parameter...

After upgrading our .NET 6 project from NSwag v13 to NSwag v14 (resolving #4629 by making sure everything was updated) , we noticed small differences in the C# client generation:...

This is a regression from EF Core 6 (i.e. it worked flawlessly in EF Core 6, and stopped working in EF Core 8.0.1): I have a simple entity defined like...

customer-reported

Hello, I am trying to track down a problem when upgrading from NSwag 13 to NSwag 14. The error message I'm getting during the generation of the CSharp client using...

I'm using Kernel-memory with LLamaSharp. Despite having a RTX 3080 and the latest CUDA drivers installed, CUDA is not used. Not sure if this is a bug or I'm missing...

bug
backend

When upgrading to the latest version of the LLama source, I can no longer get the [LlamaSharpConfig](https://github.com/SciSharp/LLamaSharp/blob/master/LLama.KernelMemory/LlamaSharpConfig.cs) from the configuration setting like so: ~~~csharp var llamaSharpConfig = GetConfigSettings(configuration, "LlamaSharpConfig"); private...

### Context / Scenario I'm using Kernel-memory with LLamaSharp. Despite having a RTX 3080 and the latest CUDA drivers installed, CUDA is not used. ### Question Not sure if this...

question

### Context / Scenario For some reason I have not been able to determine, the KernelMemory builder creates its own service provider in various places, i.e. [here](https://github.com/microsoft/kernel-memory/blob/018ffc0e4fed325f6ff545af19e5bbfc1dd2a392/service/Core/KernelMemoryBuilder.cs#L244) and [here](https://github.com/microsoft/kernel-memory/blob/018ffc0e4fed325f6ff545af19e5bbfc1dd2a392/service/Core/KernelMemoryBuilder.cs#L190). However,...

bug
triage