feat: Cancel backup restore operations and related improvements #828
main.yaml
on: pull_request
Setup
10s
Matrix: test-weaviate-versions
Build and Publish to NuGet
Annotations
60 warnings
|
Preflight Checks:
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)
|
|
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/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/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#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.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.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#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#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/DependencyInjection/WeaviateOptions.cs#L89
Symbol 'Weaviate.Client.DependencyInjection.WeaviateOptions.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/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)
|
|
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.init -> 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#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)
|
|
Test on Weaviate v1.32.17 / All Integration Tests - v1.32.17:
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)
|
|
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#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)
|
|
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.34.0 / All Integration Tests - v1.34.0:
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)
|
|
Test on Weaviate v1.34.0 / All Integration Tests - v1.34.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.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/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)
|
|
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.init -> 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#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)
|
|
Test on Weaviate v1.34.0 / All Integration Tests - v1.34.0:
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)
|
|
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.36.0 / All Integration Tests - v1.36.0:
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)
|
|
Test on Weaviate v1.36.0 / All Integration Tests - v1.36.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.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/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)
|
|
Test on Weaviate v1.36.0 / All Integration Tests - v1.36.0:
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)
|
|
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.init -> 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#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)
|
|
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.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/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/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/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)
|
|
Test on Weaviate v1.33.5 / All Integration Tests - v1.33.5:
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)
|
|
Test on Weaviate v1.33.5 / All Integration Tests - v1.33.5:
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)
|
|
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)
|
|
Test on Weaviate v1.33.5 / All Integration Tests - v1.33.5:
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)
|
|
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.35.2 / All Integration Tests - v1.35.2:
src/Weaviate.Client/DependencyInjection/WeaviateOptions.cs#L84
Symbol 'Weaviate.Client.DependencyInjection.WeaviateOptions.LogRequests.set -> 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/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)
|
|
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#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)
|
|
Test on Weaviate v1.35.2 / All Integration Tests - v1.35.2:
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)
|
|
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#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)
|
|
Test on Weaviate v1.35.2 / All Integration Tests - v1.35.2:
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)
|
|
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.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)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
coverage-integration-1.32.17
Expired
|
1.19 MB |
sha256:50957be5e279d76f5eed5006582fa73e50d829a0ace54729b33193043358dbd2
|
|
|
coverage-integration-1.33.5
Expired
|
1.19 MB |
sha256:329c959f8ae55638ee3be232f662147f0d7c9bfbe43d9ad58926d745263767ae
|
|
|
coverage-integration-1.34.0
Expired
|
1.19 MB |
sha256:a04eab5c295438328319b7d3f89e4b9ad22ab81cd1f9a25117c42fa59d930614
|
|
|
coverage-integration-1.35.2
Expired
|
1.19 MB |
sha256:a73cecdc50ff87408ef50ace3050416748f2bd567d74f1a8d11d9efa86598baa
|
|
|
coverage-integration-1.36.0
Expired
|
1.19 MB |
sha256:c83cf332f0306e8e68881d381c1574f43f2b35ef576738f3833556d024f55db5
|
|
|
coverage-report-html
Expired
|
10.8 MB |
sha256:38e3a13e9b57a6c25034bd9cde5e5e8b2c8261453abfa004363107eece8cca3f
|
|
|
coverage-unit
Expired
|
811 KB |
sha256:eb76170b250de3d117951a1fa292c52c568749797b0e5f977d2181de65ff4f8f
|
|