I am hosting the F# compiler service inside a larger app on the net8 runtime.
Using F#8 this works fine.
But should I also be able to host F#10 compiler service on net8 ?
So I can use the latest features of F#?
Currently I get a System.MissingMethodException: Method not found: 'Void System.Diagnostics.ActivitySource..ctor(System.String)'.
Is this because the hosting app has already the net8 version of System.Diagnostics.DiagnosticSource loaded ?
see goswinr/Fesh.Rhino#24