Skip to content

A simple Fody weaver to unseal sealed types.

Notifications You must be signed in to change notification settings

fodyarchived/Unsealed

Repository files navigation

Chat on Gitter NuGet Status

This is an add-in for Fody

Icon

An addin for Fody to unseal sealed types. The most obvious usage of this is when working with F# records and an ORM like Entity Framework or NHibernate. Or if you want to create a dynamic proxy.

All of the previously listed scenarios require you in some cases to have an object can be proxied, requiring virtual properties which aren't possible when a type is sealed.

The nuget package

https://nuget.org/packages/Unsealed.Fody/

PM> Install-Package Unsealed.Fody

Icon

Icon designed by Mourad Mokrane, courtesy of The Noun Project

About

A simple Fody weaver to unseal sealed types.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published