You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug NRedisStack is not strong name signed so "Microsoft.SemanticKernel.Connectors.Redis" won't load it when being used from .NET Framework (I am using 4.8.1)
To Reproduce
// Use Azure AD authentication for RedisvarredisOptions=ConfigurationOptions.Parse(options.VectorStoreEndpoint).ConfigureForAzureWithTokenCredentialAsync(tokenCredential).Result;varconnectionMultiplexer=ConnectionMultiplexer.Connect(redisOptions);builder.Services.AddSingleton<IDatabase>(connectionMultiplexer.GetDatabase());builder.AddRedisVectorStore();
Expected behavior
I would expect this to load successfully.
Observed Error
Exception: System.AggregateException: One or more errors occurred. ---> System.IO.FileLoadException: Could not load file or assembly 'NRedisStack, Version=0.12.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. A strongly-named assembly is required. (Exception from HRESULT: 0x80131044)
Platform
Language: C#, .NET Framework v4.8.1
Source: NuGet Package Microsoft.SemanticKernel.Connectors.Redis version 1.47.0-preview with NRedisStack 0.13.3
AI model: OpenAI:GPT-4o and text-embedding-3-large
IDE: Visual Studio
OS: Windows
The text was updated successfully, but these errors were encountered:
anuj-modi
changed the title
Bug: NRedisStack is not StrongName signed and won't work for (.Net Framework target SDKs)
Bug: NRedisStack is not StrongName signed and won't work for .Net Framework target SDKs
Apr 29, 2025
github-actionsbot
changed the title
Bug: NRedisStack is not StrongName signed and won't work for .Net Framework target SDKs
.Net: Bug: NRedisStack is not StrongName signed and won't work for (.Net Framework target SDKs)
Apr 29, 2025
Describe the bug
NRedisStack
is not strong name signed so "Microsoft.SemanticKernel.Connectors.Redis" won't load it when being used from .NET Framework (I am using 4.8.1)To Reproduce
Expected behavior
I would expect this to load successfully.
Observed Error
Platform
The text was updated successfully, but these errors were encountered: