Skip to content

Use this addin for F# to make setters for union types and eliminate need for CLIMutable attribute for records.

Notifications You must be signed in to change notification settings

ndamjan/Mutable.Fody

Repository files navigation

This is an add-in for Fody

Icon

An addin for Fody for use with F# - it removes the need for CliMutableAttribute for record types and adds the "equivalent" functionality to union types (adds property setters where necessary). This is useful for deserialization of these types (e.g. when using ServiceStack.Text) and XAML binding.

Nuget

Nuget package http://nuget.org/packages/Mutable.Fody

To Install from the Nuget Package Manager Console

PM> Install-Package Mutable.Fody

Icon

Icon designed by Simon Keating, courtesy of The Noun Project

About

Use this addin for F# to make setters for union types and eliminate need for CLIMutable attribute for records.

Resources

Stars

Watchers

Forks

Packages

No packages published