ppittle / pMixins

pMixins - Mixin framework for C#
http://pMixins.com
Apache License 2.0
23 stars 5 forks source link

pMixins chokes when adding including / adding many files to a project. #32

Open ppittle opened 9 years ago

ppittle commented 9 years ago

pMixins tries to recompile on every ItemAdded event. If the user is doing a batch ItemAdd, this will severely delay the operation.

Perhaps add a delay timer and event aggregation?