Please contribute any notes that made your contributions easier here.
Note that historically, the bulk of the development occured on Windows before dotnet got cross platform, for now, the tooling to target .NET Framework is still required for some areas.
Some pointers to help efforts to foster the F# Interactive extension ecosystem:
- integrations in IDEs:
- Rider: take inspiration from how Rider does autocomplete for nuget package in
#r "nuget: "
- Ionide setting to use FSAC path to pass as an extra
--compilertool:
argument to FSI - Proposal to ship the paket extension with FSAC
- Rider: take inspiration from how Rider does autocomplete for nuget package in
- keeping the documentation refering to the extensions mechanism in shape:
- Discussion about a stable location / mechanism so extensions are loaded in a single place by all tooling and variants of F# Interactive
This is overall a stress free process, you can take example on previous PRs: