F# console application uses App.config.
Accesses via FSharp.Configuration.AppSettings Type Provider, v3.0.0
When building with Visual Studio 2026 (18.1.0), I now get
"FS0039: ... does not define the field, constructor, member 'XYZ'.
for every config property, including ConnectionStrings.
When either reverting to nuget package v2.0.0 or building with VS 2022, it builds as expected.