mathtone / MIST

Implements change notification for properties (ie: INotifyPropertyChanged) using IL weaving and a custom Visual Studio build task.
MIT License
49 stars 7 forks source link

Issue 14 #15

Closed aquamoth closed 5 years ago

aquamoth commented 5 years ago

This PR replaces the local copy of cecil-master with the Mono.Cecil v0.10.3 nuget package.

This in turn required a rewrite how assemblies are loaded and written since Cecil now seems to lazy load from the assembly file and needs it open for reading the entire time.