Bart Koelman

Results 95 issues of Bart Koelman

## Description This attempts to fix producing duplicate NuGet packages in dev feed when `main` is built. At the time we're going to publish v4.0.0 to NuGet.org, we should revert...

At this moment (August 2022), we have 49 unconditionally skipped tests, and 22 tests that are excluded on Linux and/or MacOS. Some were suppressed due to bugs that have been...

Type/code-quality

### Description Follow-up for https://github.com/fluentassertions/fluentassertions/pull/2413#issuecomment-1891809390. #2413 was supposed to fix this, but it still doesn't work correctly. ### Reproduction Steps Checkout the latest develop branch (600d3603) and run the below...

bug
triage

Integration tests for Steeltoe samples run on PRs and on the main/latest branch. Although we recently randomized the routes, they all run in the same CloudFoundry space with fixed names,...

Type/enhancement

Steeltoe uses `volatile` fields and `Interlocked.*` methods. And sometimes together, which isn't how it is supposed to be used. See https://stackoverflow.com/questions/1186515/interlocked-and-volatile.

Status/needs-investigation

## Description Add Connector support for the PostgreSQL TAS tile at https://docs.vmware.com/en/VMware-Postgres-for-VMware-Tanzu-Application-Service/1.0/postgres/index.html. Update (dec 2023): reverted back to draft, due to potential upcoming changes in the postgres vmware tile. The...

Type/enhancement
Component/Configuration
Component/Connectors
ReleaseLine/4.x

New ways to configure which ports and URLs ASP.NET Core apps listen on were added in .NET 8. See https://andrewlock.net/8-ways-to-set-the-urls-for-an-aspnetcore-app for an overview. Depending on whether `UseCloudHosting` needs to stay...

Component/Management
Status/needs-investigation

Once we're done cleaning up host builder extension methods, we should add overloads that take an [`IHostApplicationBuilder`](https://learn.microsoft.com/en-us/dotnet/api/microsoft.extensions.hosting.ihostapplicationbuilder), which was introduced in .NET 8. The internal `HostBuilderWrapper` is already prepared for...

Type/enhancement
ReleaseLine/4.x