Closed yuto-trd closed 3 weeks ago
No TODO comments were found.
Package | Line Rate | Branch Rate | Complexity | Health |
---|---|---|---|---|
Beutl.ProjectSystem | 13% | 7% | 2182 | ➖ |
Beutl.Utilities | 73% | 67% | 360 | ➖ |
Beutl.Threading | 100% | 92% | 118 | ✔ |
Beutl.Operators | 4% | 0% | 62 | ➖ |
Beutl.Engine | 25% | 24% | 8897 | ➖ |
Beutl.Core | 33% | 31% | 3120 | ➖ |
Beutl.Extensibility | 2% | 0% | 66 | ➖ |
Beutl.Configuration | 39% | 19% | 285 | ➖ |
Beutl.Language | 0% | 0% | 650 | ➖ |
Summary | 25% (9300 / 37311) | 25% (2660 / 10833) | 15740 | ➖ |
Minimum allowed line rate is 0%
Description
This fix addresses a
System.InvalidOperationException
that occurred in the Node Editor when editing properties. The crash was due to a failure in retrieving a required service in theSetValue
method ofBaseEditorViewModel
. The update ensures that services are correctly initialized and accessible during property editing, preventing the application from crashing when properties are modified.Breaking changes
Fixed issues