FSharpWrap 0.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package FSharpWrap --version 0.2.0
NuGet\Install-Package FSharpWrap -Version 0.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FSharpWrap" Version="0.2.0">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FSharpWrap --version 0.2.0
#r "nuget: FSharpWrap, 0.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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.

There are no supported framework assets in this package.

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.

Version Downloads Last updated
0.5.0 416 12/9/2020
0.4.1 403 11/27/2020
0.4.0 355 11/24/2020
0.3.0 445 11/14/2020
0.2.0 502 11/8/2020
0.1.0 462 11/1/2020

### 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