Can the F# compiler service 10 run on the net8 runtime?
Open
Engineering
- Dominant language
- F#
- Stars
- 4.3k
- Forks
- 876
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 131
Description
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 https://github.com/goswinr/Fesh.Rhino/issues/24
Contributor guide
Assessment
This issue has not been assessed yet.