IntelliTect / Multitool

Library of useful additions to your C# application
https://www.nuget.org/packages/IntelliTect.Multitool
MIT License
2 stars 0 forks source link

Breaks hot reload #125

Closed ascott18 closed 4 months ago

ascott18 commented 4 months ago

This package breaks hot reload by changing assembly attributes while my code is running. Changing assembly attributes always terminates a hot reload session.

image