Skip to content

feat: Add multi2multivec-weaviate vectorizer support (#199) #829

feat: Add multi2multivec-weaviate vectorizer support (#199)

feat: Add multi2multivec-weaviate vectorizer support (#199) #829

Triggered via pull request March 3, 2026 10:18
Status Success
Total duration 10m 28s
Artifacts 7

main.yaml

on: pull_request
Preflight Checks
1m 51s
Preflight Checks
Matrix: test-weaviate-versions
Test Summary
28s
Test Summary
Build and Publish to NuGet
0s
Build and Publish to NuGet
Fit to window
Zoom out
Zoom in

Annotations

60 warnings
Preflight Checks: src/Weaviate.Client/DependencyInjection/WeaviateOptions.cs#L84
Symbol 'Weaviate.Client.DependencyInjection.WeaviateOptions.LogRequests.get -> bool' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Preflight Checks: src/Weaviate.Client/WeaviateClientBuilder.cs#L451
Symbol 'Weaviate.Client.WeaviateClientBuilder.UseRequestLogging(Microsoft.Extensions.Logging.LogLevel level = Microsoft.Extensions.Logging.LogLevel.Debug) -> Weaviate.Client.WeaviateClientBuilder!' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Preflight Checks: src/Weaviate.Client/WeaviateClientBuilder.cs#L438
Symbol 'Weaviate.Client.WeaviateClientBuilder.WithLoggerFactory(Microsoft.Extensions.Logging.ILoggerFactory! loggerFactory) -> Weaviate.Client.WeaviateClientBuilder!' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Preflight Checks: src/Weaviate.Client/ClientConfiguration.cs#L46
Symbol 'Weaviate.Client.ClientConfiguration.RequestLoggingLevel.init -> void' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Preflight Checks: src/Weaviate.Client/ClientConfiguration.cs#L46
Symbol 'Weaviate.Client.ClientConfiguration.RequestLoggingLevel.get -> Microsoft.Extensions.Logging.LogLevel' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Preflight Checks: src/Weaviate.Client/ClientConfiguration.cs#L44
Symbol 'Weaviate.Client.ClientConfiguration.LoggerFactory.init -> void' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Preflight Checks: src/Weaviate.Client/ClientConfiguration.cs#L45
Symbol 'Weaviate.Client.ClientConfiguration.LogRequests.init -> void' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Preflight Checks: src/Weaviate.Client/ClientConfiguration.cs#L44
Symbol 'Weaviate.Client.ClientConfiguration.LoggerFactory.get -> Microsoft.Extensions.Logging.ILoggerFactory?' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Preflight Checks: src/Weaviate.Client/ClientConfiguration.cs#L45
Symbol 'Weaviate.Client.ClientConfiguration.LogRequests.get -> bool' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Preflight Checks: src/Weaviate.Client/ClientConfiguration.cs#L27
Symbol 'Weaviate.Client.ClientConfiguration.Deconstruct(out string! RestAddress, out string! RestPath, out string! GrpcAddress, out string! GrpcPath, out ushort RestPort, out ushort GrpcPort, out bool UseSsl, out System.Collections.Generic.Dictionary<string!, string!>? Headers, out Weaviate.Client.ICredentials? Credentials, out System.TimeSpan? DefaultTimeout, out System.TimeSpan? InitTimeout, out System.TimeSpan? InsertTimeout, out System.TimeSpan? QueryTimeout, out Weaviate.Client.RetryPolicy? RetryPolicy, out System.Net.Http.DelegatingHandler![]? CustomHandlers, out System.Net.Http.HttpMessageHandler? HttpMessageHandler, out Microsoft.Extensions.Logging.ILoggerFactory? LoggerFactory, out bool LogRequests, out Microsoft.Extensions.Logging.LogLevel RequestLoggingLevel) -> void' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Test on Weaviate v1.34.0 / All Integration Tests - v1.34.0: src/Weaviate.Client/WeaviateClientBuilder.cs#L438
Symbol 'Weaviate.Client.WeaviateClientBuilder.WithLoggerFactory(Microsoft.Extensions.Logging.ILoggerFactory! loggerFactory) -> Weaviate.Client.WeaviateClientBuilder!' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Test on Weaviate v1.34.0 / All Integration Tests - v1.34.0: src/Weaviate.Client/WeaviateClient.cs#L294
Symbol 'Weaviate.Client.WeaviateClient.WeaviateClient(Microsoft.Extensions.Options.IOptions<Weaviate.Client.DependencyInjection.WeaviateOptions!>! options, Microsoft.Extensions.Logging.ILogger<Weaviate.Client.WeaviateClient!>? logger, Microsoft.Extensions.Logging.ILoggerFactory? loggerFactory) -> void' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Test on Weaviate v1.34.0 / All Integration Tests - v1.34.0: src/Weaviate.Client/ClientConfiguration.cs#L27
Symbol 'Weaviate.Client.ClientConfiguration.ClientConfiguration(string! RestAddress = "localhost", string! RestPath = "v1/", string! GrpcAddress = "localhost", string! GrpcPath = "", ushort RestPort = 8080, ushort GrpcPort = 50051, bool UseSsl = false, System.Collections.Generic.Dictionary<string!, string!>? Headers = null, Weaviate.Client.ICredentials? Credentials = null, System.TimeSpan? DefaultTimeout = null, System.TimeSpan? InitTimeout = null, System.TimeSpan? InsertTimeout = null, System.TimeSpan? QueryTimeout = null, Weaviate.Client.RetryPolicy? RetryPolicy = null, System.Net.Http.DelegatingHandler![]? CustomHandlers = null, System.Net.Http.HttpMessageHandler? HttpMessageHandler = null, Microsoft.Extensions.Logging.ILoggerFactory? LoggerFactory = null, bool LogRequests = false, Microsoft.Extensions.Logging.LogLevel RequestLoggingLevel = Microsoft.Extensions.Logging.LogLevel.Debug) -> void' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Test on Weaviate v1.34.0 / All Integration Tests - v1.34.0: src/Weaviate.Client/ClientConfiguration.cs#L46
Symbol 'Weaviate.Client.ClientConfiguration.RequestLoggingLevel.get -> Microsoft.Extensions.Logging.LogLevel' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Test on Weaviate v1.34.0 / All Integration Tests - v1.34.0: src/Weaviate.Client/ClientConfiguration.cs#L44
Symbol 'Weaviate.Client.ClientConfiguration.LoggerFactory.get -> Microsoft.Extensions.Logging.ILoggerFactory?' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Test on Weaviate v1.34.0 / All Integration Tests - v1.34.0: src/Weaviate.Client/ClientConfiguration.cs#L27
Symbol 'Weaviate.Client.ClientConfiguration.Deconstruct(out string! RestAddress, out string! RestPath, out string! GrpcAddress, out string! GrpcPath, out ushort RestPort, out ushort GrpcPort, out bool UseSsl, out System.Collections.Generic.Dictionary<string!, string!>? Headers, out Weaviate.Client.ICredentials? Credentials, out System.TimeSpan? DefaultTimeout, out System.TimeSpan? InitTimeout, out System.TimeSpan? InsertTimeout, out System.TimeSpan? QueryTimeout, out Weaviate.Client.RetryPolicy? RetryPolicy, out System.Net.Http.DelegatingHandler![]? CustomHandlers, out System.Net.Http.HttpMessageHandler? HttpMessageHandler, out Microsoft.Extensions.Logging.ILoggerFactory? LoggerFactory, out bool LogRequests, out Microsoft.Extensions.Logging.LogLevel RequestLoggingLevel) -> void' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Test on Weaviate v1.32.17 / All Integration Tests - v1.32.17: src/Weaviate.Client/WeaviateClientBuilder.cs#L451
Symbol 'Weaviate.Client.WeaviateClientBuilder.UseRequestLogging(Microsoft.Extensions.Logging.LogLevel level = Microsoft.Extensions.Logging.LogLevel.Debug) -> Weaviate.Client.WeaviateClientBuilder!' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Test on Weaviate v1.32.17 / All Integration Tests - v1.32.17: src/Weaviate.Client/WeaviateClient.cs#L294
Symbol 'Weaviate.Client.WeaviateClient.WeaviateClient(Microsoft.Extensions.Options.IOptions<Weaviate.Client.DependencyInjection.WeaviateOptions!>! options, Microsoft.Extensions.Logging.ILogger<Weaviate.Client.WeaviateClient!>? logger, Microsoft.Extensions.Logging.ILoggerFactory? loggerFactory) -> void' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Test on Weaviate v1.32.17 / All Integration Tests - v1.32.17: src/Weaviate.Client/ClientConfiguration.cs#L27
Symbol 'Weaviate.Client.ClientConfiguration.ClientConfiguration(string! RestAddress = "localhost", string! RestPath = "v1/", string! GrpcAddress = "localhost", string! GrpcPath = "", ushort RestPort = 8080, ushort GrpcPort = 50051, bool UseSsl = false, System.Collections.Generic.Dictionary<string!, string!>? Headers = null, Weaviate.Client.ICredentials? Credentials = null, System.TimeSpan? DefaultTimeout = null, System.TimeSpan? InitTimeout = null, System.TimeSpan? InsertTimeout = null, System.TimeSpan? QueryTimeout = null, Weaviate.Client.RetryPolicy? RetryPolicy = null, System.Net.Http.DelegatingHandler![]? CustomHandlers = null, System.Net.Http.HttpMessageHandler? HttpMessageHandler = null, Microsoft.Extensions.Logging.ILoggerFactory? LoggerFactory = null, bool LogRequests = false, Microsoft.Extensions.Logging.LogLevel RequestLoggingLevel = Microsoft.Extensions.Logging.LogLevel.Debug) -> void' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Test on Weaviate v1.32.17 / All Integration Tests - v1.32.17: src/Weaviate.Client/ClientConfiguration.cs#L46
Symbol 'Weaviate.Client.ClientConfiguration.RequestLoggingLevel.get -> Microsoft.Extensions.Logging.LogLevel' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Test on Weaviate v1.32.17 / All Integration Tests - v1.32.17: src/Weaviate.Client/ClientConfiguration.cs#L44
Symbol 'Weaviate.Client.ClientConfiguration.LoggerFactory.get -> Microsoft.Extensions.Logging.ILoggerFactory?' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Test on Weaviate v1.32.17 / All Integration Tests - v1.32.17: src/Weaviate.Client/ClientConfiguration.cs#L27
Symbol 'Weaviate.Client.ClientConfiguration.Deconstruct(out string! RestAddress, out string! RestPath, out string! GrpcAddress, out string! GrpcPath, out ushort RestPort, out ushort GrpcPort, out bool UseSsl, out System.Collections.Generic.Dictionary<string!, string!>? Headers, out Weaviate.Client.ICredentials? Credentials, out System.TimeSpan? DefaultTimeout, out System.TimeSpan? InitTimeout, out System.TimeSpan? InsertTimeout, out System.TimeSpan? QueryTimeout, out Weaviate.Client.RetryPolicy? RetryPolicy, out System.Net.Http.DelegatingHandler![]? CustomHandlers, out System.Net.Http.HttpMessageHandler? HttpMessageHandler, out Microsoft.Extensions.Logging.ILoggerFactory? LoggerFactory, out bool LogRequests, out Microsoft.Extensions.Logging.LogLevel RequestLoggingLevel) -> void' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Test on Weaviate v1.36.0 / All Integration Tests - v1.36.0: src/Weaviate.Client/ClientConfiguration.cs#L27
Symbol 'Weaviate.Client.ClientConfiguration.ClientConfiguration(string! RestAddress = "localhost", string! RestPath = "v1/", string! GrpcAddress = "localhost", string! GrpcPath = "", ushort RestPort = 8080, ushort GrpcPort = 50051, bool UseSsl = false, System.Collections.Generic.Dictionary<string!, string!>? Headers = null, Weaviate.Client.ICredentials? Credentials = null, System.TimeSpan? DefaultTimeout = null, System.TimeSpan? InitTimeout = null, System.TimeSpan? InsertTimeout = null, System.TimeSpan? QueryTimeout = null, Weaviate.Client.RetryPolicy? RetryPolicy = null, System.Net.Http.DelegatingHandler![]? CustomHandlers = null, System.Net.Http.HttpMessageHandler? HttpMessageHandler = null, Microsoft.Extensions.Logging.ILoggerFactory? LoggerFactory = null, bool LogRequests = false, Microsoft.Extensions.Logging.LogLevel RequestLoggingLevel = Microsoft.Extensions.Logging.LogLevel.Debug) -> void' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Test on Weaviate v1.36.0 / All Integration Tests - v1.36.0: src/Weaviate.Client/WeaviateClientBuilder.cs#L451
Symbol 'Weaviate.Client.WeaviateClientBuilder.UseRequestLogging(Microsoft.Extensions.Logging.LogLevel level = Microsoft.Extensions.Logging.LogLevel.Debug) -> Weaviate.Client.WeaviateClientBuilder!' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Test on Weaviate v1.36.0 / All Integration Tests - v1.36.0: src/Weaviate.Client/WeaviateClientBuilder.cs#L438
Symbol 'Weaviate.Client.WeaviateClientBuilder.WithLoggerFactory(Microsoft.Extensions.Logging.ILoggerFactory! loggerFactory) -> Weaviate.Client.WeaviateClientBuilder!' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Test on Weaviate v1.36.0 / All Integration Tests - v1.36.0: src/Weaviate.Client/ClientConfiguration.cs#L46
Symbol 'Weaviate.Client.ClientConfiguration.RequestLoggingLevel.get -> Microsoft.Extensions.Logging.LogLevel' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Test on Weaviate v1.36.0 / All Integration Tests - v1.36.0: src/Weaviate.Client/ClientConfiguration.cs#L44
Symbol 'Weaviate.Client.ClientConfiguration.LoggerFactory.get -> Microsoft.Extensions.Logging.ILoggerFactory?' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Test on Weaviate v1.36.0 / All Integration Tests - v1.36.0: src/Weaviate.Client/ClientConfiguration.cs#L27
Symbol 'Weaviate.Client.ClientConfiguration.Deconstruct(out string! RestAddress, out string! RestPath, out string! GrpcAddress, out string! GrpcPath, out ushort RestPort, out ushort GrpcPort, out bool UseSsl, out System.Collections.Generic.Dictionary<string!, string!>? Headers, out Weaviate.Client.ICredentials? Credentials, out System.TimeSpan? DefaultTimeout, out System.TimeSpan? InitTimeout, out System.TimeSpan? InsertTimeout, out System.TimeSpan? QueryTimeout, out Weaviate.Client.RetryPolicy? RetryPolicy, out System.Net.Http.DelegatingHandler![]? CustomHandlers, out System.Net.Http.HttpMessageHandler? HttpMessageHandler, out Microsoft.Extensions.Logging.ILoggerFactory? LoggerFactory, out bool LogRequests, out Microsoft.Extensions.Logging.LogLevel RequestLoggingLevel) -> void' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Test on Weaviate v1.35.2 / All Integration Tests - v1.35.2: src/Weaviate.Client/WeaviateClientBuilder.cs#L438
Symbol 'Weaviate.Client.WeaviateClientBuilder.WithLoggerFactory(Microsoft.Extensions.Logging.ILoggerFactory! loggerFactory) -> Weaviate.Client.WeaviateClientBuilder!' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Test on Weaviate v1.35.2 / All Integration Tests - v1.35.2: src/Weaviate.Client/WeaviateClient.cs#L294
Symbol 'Weaviate.Client.WeaviateClient.WeaviateClient(Microsoft.Extensions.Options.IOptions<Weaviate.Client.DependencyInjection.WeaviateOptions!>! options, Microsoft.Extensions.Logging.ILogger<Weaviate.Client.WeaviateClient!>? logger, Microsoft.Extensions.Logging.ILoggerFactory? loggerFactory) -> void' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Test on Weaviate v1.35.2 / All Integration Tests - v1.35.2: src/Weaviate.Client/ClientConfiguration.cs#L27
Symbol 'Weaviate.Client.ClientConfiguration.ClientConfiguration(string! RestAddress = "localhost", string! RestPath = "v1/", string! GrpcAddress = "localhost", string! GrpcPath = "", ushort RestPort = 8080, ushort GrpcPort = 50051, bool UseSsl = false, System.Collections.Generic.Dictionary<string!, string!>? Headers = null, Weaviate.Client.ICredentials? Credentials = null, System.TimeSpan? DefaultTimeout = null, System.TimeSpan? InitTimeout = null, System.TimeSpan? InsertTimeout = null, System.TimeSpan? QueryTimeout = null, Weaviate.Client.RetryPolicy? RetryPolicy = null, System.Net.Http.DelegatingHandler![]? CustomHandlers = null, System.Net.Http.HttpMessageHandler? HttpMessageHandler = null, Microsoft.Extensions.Logging.ILoggerFactory? LoggerFactory = null, bool LogRequests = false, Microsoft.Extensions.Logging.LogLevel RequestLoggingLevel = Microsoft.Extensions.Logging.LogLevel.Debug) -> void' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Test on Weaviate v1.35.2 / All Integration Tests - v1.35.2: src/Weaviate.Client/ClientConfiguration.cs#L27
Symbol 'Weaviate.Client.ClientConfiguration.Deconstruct(out string! RestAddress, out string! RestPath, out string! GrpcAddress, out string! GrpcPath, out ushort RestPort, out ushort GrpcPort, out bool UseSsl, out System.Collections.Generic.Dictionary<string!, string!>? Headers, out Weaviate.Client.ICredentials? Credentials, out System.TimeSpan? DefaultTimeout, out System.TimeSpan? InitTimeout, out System.TimeSpan? InsertTimeout, out System.TimeSpan? QueryTimeout, out Weaviate.Client.RetryPolicy? RetryPolicy, out System.Net.Http.DelegatingHandler![]? CustomHandlers, out System.Net.Http.HttpMessageHandler? HttpMessageHandler, out Microsoft.Extensions.Logging.ILoggerFactory? LoggerFactory, out bool LogRequests, out Microsoft.Extensions.Logging.LogLevel RequestLoggingLevel) -> void' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Test on Weaviate v1.35.2 / All Integration Tests - v1.35.2: src/Weaviate.Client/ClientConfiguration.cs#L46
Symbol 'Weaviate.Client.ClientConfiguration.RequestLoggingLevel.get -> Microsoft.Extensions.Logging.LogLevel' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Test on Weaviate v1.35.2 / All Integration Tests - v1.35.2: src/Weaviate.Client/ClientConfiguration.cs#L44
Symbol 'Weaviate.Client.ClientConfiguration.LoggerFactory.get -> Microsoft.Extensions.Logging.ILoggerFactory?' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Test on Weaviate v1.33.5 / All Integration Tests - v1.33.5: src/Weaviate.Client/WeaviateClientBuilder.cs#L438
Symbol 'Weaviate.Client.WeaviateClientBuilder.WithLoggerFactory(Microsoft.Extensions.Logging.ILoggerFactory! loggerFactory) -> Weaviate.Client.WeaviateClientBuilder!' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Test on Weaviate v1.33.5 / All Integration Tests - v1.33.5: src/Weaviate.Client/WeaviateClientBuilder.cs#L451
Symbol 'Weaviate.Client.WeaviateClientBuilder.UseRequestLogging(Microsoft.Extensions.Logging.LogLevel level = Microsoft.Extensions.Logging.LogLevel.Debug) -> Weaviate.Client.WeaviateClientBuilder!' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Test on Weaviate v1.33.5 / All Integration Tests - v1.33.5: src/Weaviate.Client/WeaviateClient.cs#L294
Symbol 'Weaviate.Client.WeaviateClient.WeaviateClient(Microsoft.Extensions.Options.IOptions<Weaviate.Client.DependencyInjection.WeaviateOptions!>! options, Microsoft.Extensions.Logging.ILogger<Weaviate.Client.WeaviateClient!>? logger, Microsoft.Extensions.Logging.ILoggerFactory? loggerFactory) -> void' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Test on Weaviate v1.33.5 / All Integration Tests - v1.33.5: src/Weaviate.Client/ClientConfiguration.cs#L46
Symbol 'Weaviate.Client.ClientConfiguration.RequestLoggingLevel.get -> Microsoft.Extensions.Logging.LogLevel' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Test on Weaviate v1.33.5 / All Integration Tests - v1.33.5: src/Weaviate.Client/ClientConfiguration.cs#L44
Symbol 'Weaviate.Client.ClientConfiguration.LoggerFactory.get -> Microsoft.Extensions.Logging.ILoggerFactory?' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Test on Weaviate v1.33.5 / All Integration Tests - v1.33.5: src/Weaviate.Client/ClientConfiguration.cs#L27
Symbol 'Weaviate.Client.ClientConfiguration.Deconstruct(out string! RestAddress, out string! RestPath, out string! GrpcAddress, out string! GrpcPath, out ushort RestPort, out ushort GrpcPort, out bool UseSsl, out System.Collections.Generic.Dictionary<string!, string!>? Headers, out Weaviate.Client.ICredentials? Credentials, out System.TimeSpan? DefaultTimeout, out System.TimeSpan? InitTimeout, out System.TimeSpan? InsertTimeout, out System.TimeSpan? QueryTimeout, out Weaviate.Client.RetryPolicy? RetryPolicy, out System.Net.Http.DelegatingHandler![]? CustomHandlers, out System.Net.Http.HttpMessageHandler? HttpMessageHandler, out Microsoft.Extensions.Logging.ILoggerFactory? LoggerFactory, out bool LogRequests, out Microsoft.Extensions.Logging.LogLevel RequestLoggingLevel) -> void' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)

Artifacts

Produced during runtime
Name Size Digest
coverage-integration-1.32.17 Expired
1.19 MB
sha256:0fc2389f9e5f0e16c9fdf355a4f0f774a86b778d4f1b15b0ccbbdab4887e88cc
coverage-integration-1.33.5 Expired
1.19 MB
sha256:a5959b289b099b73f468aca4bccdb01eb0e34792a621ad9241bca3fb394f9ac0
coverage-integration-1.34.0 Expired
1.19 MB
sha256:92bde487fee6b2f599220e977d3cca2732067ec82c148555c90bf26709a28eb8
coverage-integration-1.35.2 Expired
1.19 MB
sha256:2aff8e1b67d8a8e042a3e78cd9732b80b222560037a43d966d4dbdb0b4585e08
coverage-integration-1.36.0 Expired
1.19 MB
sha256:3cb98e35b943290c341ac1d10ad401113c134cf635741b8b7c6de8662aa12937
coverage-report-html Expired
11 MB
sha256:e8559da47f2280ea7db9c1f889412139a27d89653b3c4d5f4590d6a5885536d4
coverage-unit Expired
808 KB
sha256:d759cca8a767d0dfee96c8505dffc7c67ad545ffbe54603af504cab5bbd2e50d