adospace / reactorui-maui

MauiReactor is a MVU UI framework built on top of .NET MAUI
MIT License
586 stars 49 forks source link

Added DEBUG preprocessor symbol. #94

Closed Code-DJ closed 1 year ago

Code-DJ commented 1 year ago

Fixes #87

adospace commented 1 year ago

EnableMauiReactorHotReload() should not be affected by this as the Program class is instantiated only on startup, hot-reloaded assembly is only used to get the new version of the component type.

adospace commented 1 year ago

Using Full Mode works: I think that using the same building system used by VS (MSBuild) takes in count the preprocessor directives.