When I'm using C# 14 extension members syntax, the docfx build fails with errors suggesting that my global.json selected SDK version and Directory.Build.props selected LangVersion is not being used.
Why is this? How/when can docfx support using C# 14 and/or the SDK and langversion specified by the user?