-
-
Notifications
You must be signed in to change notification settings - Fork 80
Add debug support for dynamic compiled apps #637
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #637 +/- ##
==========================================
+ Coverage 80.13% 80.15% +0.02%
==========================================
Files 111 111
Lines 2904 2898 -6
Branches 308 311 +3
==========================================
- Hits 2327 2323 -4
+ Misses 450 449 -1
+ Partials 127 126 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
src/AppModel/NetDaemon.AppModel/Common/Extensions/ServiceCollectionExtension.cs
Outdated
Show resolved
Hide resolved
src/AppModel/NetDaemon.AppModel/Internal/Compiler/CompilerFactory.cs
Outdated
Show resolved
Hide resolved
src/AppModel/NetDaemon.AppModel/Internal/Compiler/CompilerFactory.cs
Outdated
Show resolved
Hide resolved
c106d1c to
ceedf0d
Compare
|
@BeeHiveJava I could not sleep so I ended up and doing the refactorings I wanted to do. Basically removed the factory pattern for compiler since I can use Compiler as singleton. This was on my todo list. Rather get it done now. |
src/AppModel/NetDaemon.AppModel/Internal/AssemblyResolver/AssemblyResolver.cs
Show resolved
Hide resolved
src/AppModel/NetDaemon.AppModel/Internal/Compiler/DebugSettings.cs
Outdated
Show resolved
Hide resolved
FrankBakkerNl
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With one suggestion
* Added integration extension to default host * Add support to debug dynamically compiled programs * Change name to CompileSetting
Breaking change
Proposed change
Adds debug support for dynamic compiled apps.
Type of change
Additional information
Checklist
If user exposed functionality or configuration variables are added/changed: