Compiler does not work from either inside F# project or running fsc directly.
Inside F# project:

CLI:

Repro steps
Provide the steps required to reproduce the problem:
- Installed dotnet 7 SDK on windows 10
- Add package
<PackageReference Include="FSharp.Compiler.Service" Version="43.7.300" />
- Write a basic script, SomeScript.fsx:
namespace SomeNameSpace
module SomeModule =
let add (a:float) (b:float):float = a + b
- Attempt to compile the script in a fs project using
FSharp.Compiler.CodeAnalysis, FSharpChecker, checker.Compile.
Fails with errors about the four missing dlls screengrabbed.
- Attempt to compile using fsc.dll directly, same four errors.
Expected behavior
It compiles the dll.
Actual behavior
It doesn't compile the dll.
Known workarounds
No idea.
Related information
Hardware, OS etc described in repro steps.
Compiler does not work from either inside F# project or running fsc directly.
Inside F# project:

CLI:

Repro steps
Provide the steps required to reproduce the problem:
<PackageReference Include="FSharp.Compiler.Service" Version="43.7.300" />FSharp.Compiler.CodeAnalysis,FSharpChecker,checker.Compile.Fails with errors about the four missing dlls screengrabbed.
Expected behavior
It compiles the dll.
Actual behavior
It doesn't compile the dll.
Known workarounds
No idea.
Related information
Hardware, OS etc described in repro steps.