fix: Fixed issues after update. #17
dotnet.yml
on: push
Build, test and publish
/
Build, test and publish
5m 27s
Run TODO to Issue
7s
Annotations
10 errors
AddDocuments_Ok(InMemory):
src/IntegrationTests/DatabaseTests.cs#L105
System.MissingMethodException : Method not found: 'Void LangChain.Databases.Vector.set_Metadata(System.Collections.Generic.IReadOnlyDictionary`2<System.String,System.Object>)'.
|
AddDocuments_Ok(Chroma):
src/IntegrationTests/DatabaseTests.cs#L105
System.MissingMethodException : Method not found: 'Void LangChain.Databases.Vector.set_Metadata(System.Collections.Generic.IReadOnlyDictionary`2<System.String,System.Object>)'.
|
AddDocuments_Ok(OpenSearch):
src/IntegrationTests/DatabaseTests.cs#L105
System.MissingMethodException : Method not found: 'Void LangChain.Databases.Vector.set_Metadata(System.Collections.Generic.IReadOnlyDictionary`2<System.String,System.Object>)'.
|
AddDocuments_Ok(Postgres):
src/IntegrationTests/DatabaseTests.cs#L105
System.MissingMethodException : Method not found: 'Void LangChain.Databases.Vector.set_Metadata(System.Collections.Generic.IReadOnlyDictionary`2<System.String,System.Object>)'.
|
AddDocuments_Ok(SqLite):
src/IntegrationTests/DatabaseTests.cs#L105
System.MissingMethodException : Method not found: 'Void LangChain.Databases.Vector.set_Metadata(System.Collections.Generic.IReadOnlyDictionary`2<System.String,System.Object>)'.
|
AddDocuments_Ok(Mongo):
src/IntegrationTests/DatabaseTests.cs#L105
System.MissingMethodException : Method not found: 'Void LangChain.Databases.Vector.set_Metadata(System.Collections.Generic.IReadOnlyDictionary`2<System.String,System.Object>)'.
|
AddDocuments_Ok(DuckDb):
src/IntegrationTests/DatabaseTests.cs#L105
System.MissingMethodException : Method not found: 'Void LangChain.Databases.Vector.set_Metadata(System.Collections.Generic.IReadOnlyDictionary`2<System.String,System.Object>)'.
|
AddDocuments_Ok(Weaviate):
src/IntegrationTests/DatabaseTests.cs#L105
System.MissingMethodException : Method not found: 'Void LangChain.Databases.Vector.set_Metadata(System.Collections.Generic.IReadOnlyDictionary`2<System.String,System.Object>)'.
|
AddDocuments_Ok(Milvus):
src/IntegrationTests/DatabaseTests.cs#L105
System.MissingMethodException : Method not found: 'Void LangChain.Databases.Vector.set_Metadata(System.Collections.Generic.IReadOnlyDictionary`2<System.String,System.Object>)'.
|
AddTexts_Ok(InMemory):
src/IntegrationTests/DatabaseTests.cs#L158
System.MissingMethodException : Method not found: 'Void LangChain.Databases.Vector.set_Metadata(System.Collections.Generic.IReadOnlyDictionary`2<System.String,System.Object>)'.
|