I am interested in fix Xamarin.Android.FSharp.ResourceProvider for .Net 6.
Xamarin.Android uses code generation to access any resources (e.g. images, styles and other). It generates Resource.designer.cs file.
Xamarin.Android.FSharp.ResourceProvider compiles Resources.designer.cs file into assembly to give access to resources from F# code.
Since .Net 6 this file moved from ./Resources/Resource.designer.cs to ./obj/Debug/net6.0-android/Resource.designer.cs. I have no idea how to correctly new Resource.designer.cs path from type provider considering that path may be specified in IntermediateOutputPath variable.