We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
7998687
50d079c
Fixed bug when unable to find target constructor if type contains static constructor.
b7741ff
Support inherited properties.
c33d5ba
Do not generate new result instance if assigned value is the same.
360cb46
Fixed potential concurrency issue for cache.
eadd8c3
Update version 1.2.0
edf9864
Support arrays. E.g. Remute.Default.With(department, x => x.Employees[1].FirstName, "Foo");
Remute.Default.With(department, x => x.Employees[1].FirstName, "Foo");
1e81402
Performance bump up. Repeating remutes are 100 times faster.
e751362
Emit event exposed.