Info
| Version: | 0.3.0 |
| Author(s): | Damian Reeves |
| Last Update: | Tuesday, April 25, 2017 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | http://github.com/Fody/Unsealed.Fody |
| NuGet Url: | https://www.nuget.org/packages/Unsealed.Fody |
Install
Install-Package Unsealed.Fody
dotnet add package Unsealed.Fody
paket add Unsealed.Fody
Unsealed.Fody Download (Unzip the "nupkg" after downloading)
Dependencies
- Fody(>= 2.0.0)
Tags
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.