FSharpWrap 0.2.0
See the version list below for details.
dotnet add package FSharpWrap --version 0.2.0
NuGet\Install-Package FSharpWrap -Version 0.2.0
<PackageReference Include="FSharpWrap" Version="0.2.0"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add FSharpWrap --version 0.2.0
#r "nuget: FSharpWrap, 0.2.0"
// Install FSharpWrap as a Cake Addin #addin nuget:?package=FSharpWrap&version=0.2.0 // Install FSharpWrap as a Cake Tool #tool nuget:?package=FSharpWrap&version=0.2.0
Generates F# modules and functions from non-F# dependencies.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
### Added
- Copying of and on correponding modules and members
- Suppression of warnings FS0044, FS0057, and FS0064 in generated code
- Generation of functions for read-only instance fields and read-only instance properties
- Code generation target now only runs for F# () projects
- Now compatible with dependencies
### Changed
- Exclusion of members marked when is to avoid errors that cannot be suppressed
- Exclusion of structs not marked with from code generation to avoid problems with non-readonly members
- Exclusion of members containing parameters from code generation to avoid FS0412 and FS3300 errors
### Removed
- Code generation for mutable instance fields