FSharpVSPowerTools.Core
1.6.1
See the version list below for details.
dotnet add package FSharpVSPowerTools.Core --version 1.6.1
NuGet\Install-Package FSharpVSPowerTools.Core -Version 1.6.1
<PackageReference Include="FSharpVSPowerTools.Core" Version="1.6.1" />
paket add FSharpVSPowerTools.Core --version 1.6.1
#r "nuget: FSharpVSPowerTools.Core, 1.6.1"
// Install FSharpVSPowerTools.Core as a Cake Addin #addin nuget:?package=FSharpVSPowerTools.Core&version=1.6.1 // Install FSharpVSPowerTools.Core as a Cake Tool #tool nuget:?package=FSharpVSPowerTools.Core&version=1.6.1
The core project of Visual F# Power Tools includes IDE-agnostic features intended to be used in different F# IDEs and editors.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- FSharp.Compiler.Service (>= 0.0.76)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on FSharpVSPowerTools.Core:
Package | Downloads |
---|---|
FSharp.Formatting
The package is a collection of libraries that can be used for literate programming with F# (great for building documentation) and for generating library documentation from inline code comments. The key componments are Markdown parser, tools for formatting F# code snippets, including tool tip type information and a tool for generating documentation from library metadata. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Fix a concurrency bug ([issue](https://github.com/fsprojects/VisualFSharpPowerTools/issues/822) & [fix](https://github.com/fsharp/FSharp.Compiler.Service/pull/252))
Fix displaying underscores in resolving unopened namespaces ([fix](https://github.com/fsprojects/VisualFSharpPowerTools/pull/826))