Skip to content

Can the F# compiler service 10 run on the net8 runtime? #19174

@goswinr

Description

@goswinr

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

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    Status

    New

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions