-
Notifications
You must be signed in to change notification settings - Fork 177
Open
Description
Problem
I get a build warning when I have a dependency on OllamaSharp 5.4.8 with .NET SDK 9.0.111.
The warning message is the following: CSC : warning CS9057: The analyzer assembly '/home/vlabelle/.nuget/packages/ollamasharp/5.4.8/analyzers/dotnet/cs/OllamaSharp.SourceGenerators.dll' references version '4.14.0.0' of the compiler, which is newer than the currently running version '4.12.0.0'.
I'm uncertain, but I believe it might be due to the dependency on Microsoft.CodeAnalysis.CSharp which doesn't specify a version.
Reproduction Steps
- Install .NET SDK 9.0.111
dotnet new consoledotnet add package OllamaSharp -v 5.4.8dotnet build
Metadata
Metadata
Assignees
Labels
No labels