Update ServiceBindingConfigurationSourceTest.cs#1108
Merged
Conversation
TimHess
approved these changes
Feb 16, 2023
TimHess
added a commit
that referenced
this pull request
Feb 16, 2023
Update ServiceBindingConfigurationSourceTest.cs
bart-vmware
added a commit
that referenced
this pull request
Jul 30, 2025
bart-vmware
added a commit
that referenced
this pull request
Jul 30, 2025
bart-vmware
added a commit
that referenced
this pull request
Jul 31, 2025
* Add net8.0 target framework, reorder frameworks * Fix build errors * Fix broken tests, suppress hanging Resharper test runner * Remove net8.0 target from Messaging/Stream/Integration (incompatible) * Remove target for netcoreapp3.1 * Remove unused entries from versions.props, match up EF Core version * Split package versions into exposed/non-exposed groups * Bump vulnerable package: Newtonsoft.Json * Bump vulnerable OpenTelemetry packages (backported from #1278) - Bump vulnerable packages: OpenTelemetry.Instrumentation.Http, OpenTelemetry.Instrumentation.AspNetCore, OpenTelemetry.Extensions.Hosting - Remove package OpenTelemetry.Exporter.Jaeger (only non-stable and vulnerable versions exist) - The above requires a bump of Microsoft.Extensions.* packages to 8.0, because Otel lists them as minimal versions * Bump vulnerable package: Microsoft.Extensions.Caching.Memory * Bump vulnerable package: System.Text.Json * Bump vulnerable package: System.Data.SqlClient * Bump vulnerable package: Microsoft.Data.SqlClient * Bump vulnerable package: Oracle.ManagedDataAccess.Core * Bump vulnerable package: MongoDB.Driver * Bump vulnerable package: Npgsql * Bump some internal-only package versions * Fix/suppress build warnings * Fix broken tests * Automated insertion of Obsolete attribute, affecting all public types below the following directories: /src/CircuitBreaker/src/Abstractions /src/CircuitBreaker/src/Hystrix.MetricsEventsCore /src/CircuitBreaker/src/Hystrix.MetricsStreamCore /src/CircuitBreaker/src/HystrixBase /src/CircuitBreaker/src/HystrixCore /src/Common/src/Common.Expression /src/Common/src/Common.Kubernetes /src/Common/src/Common.RetryPolly /src/Common/src/Common.Utils /src/Configuration/src/KubernetesBase /src/Configuration/src/KubernetesCore /src/Connectors/src/Connector.EF6Core /src/Discovery/src/Kubernetes /src/Integration/src/Abstractions /src/Integration/src/IntegrationBase /src/Integration/src/RabbitMQ /src/Management/src/KubernetesCore /src/Stream/src/Abstractions /src/Stream/src/BinderRabbitMQ /src/Stream/src/StreamBase /src/Messaging/src/Abstractions /src/Messaging/src/MessagingBase /src/Messaging/src/RabbitMQ /src/Security/src/DataProtection.CredHubBase /src/Security/src/DataProtection.CredHubCore * Manually mark remaining APIs obsolete * Suppress obsolete warnings * Apply patch from #1108 * Install .NET 8 in cibuild, fix trigger of component builds * Remove redundant TargetFramework conditionals * Remove redundant NET6_0_OR_GREATER conditionals * Disable failing test in CI on Windows * Package using GHA * Change pipeline timeouts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Improves reliability of K8s service binding test