Allow integration for SDK references for dotnet fsi (F# interactive)
- Dominant language
- F#
- Stars
- 4.3k
- Forks
- 876
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 131
Description
### Is your feature request related to a problem? Please describe.
F# .fsx scripts are a great way to get started in .NET even for non-oop beginners, in the context of making .fsx more accessible and more feature complete, we would like to find a way to integrated MSBUILD SDKs to `dotnet fsi` which builds msbuild .fsproj behind the scenes
is there a way to consume this information from dotnet fsi, or what would be the easiest solution for having this implmented in F# interactive?
potentially this could apply also to dotnet interactive in general?
https://github.com/dotnet/sdk/blob/main/src%2FTasks%2FMicrosoft.NET.Build.Tasks%2FProcessFrameworkReferences.cs
### Describe the solution you'd like
Would like a feasible way to allow os contributors or F# team to implement SDK integration in `dotnet fsi` what is the suggestion from MSBUILD team?
https://github.com/dotnet/fsharp/issues/9417
### Additional context
https://github.com/dotnet/fsharp/issues/9417
Contributor guide
Assessment
This issue has not been assessed yet.