How to reproduce:
1. Open the attached project "InvalidValueThrowsOnResolve"
2. Go to Repro -> Run Bug 01
3. Observe the Console
Expected results: Only the USS import warning "Expected (none | <angle>{1,2}) but found 'banana'" is logged, and no error is thrown when the style is applied
Actual results: "Trying to read value of type Dimension while reading a value of type Enum" error is thrown from StylePropertyReaderHelper.ReadCurvature when the style is applied for the first time
Reproducible with: 6000.7.0a6
Not reproducible with: 6000.3.17f1, 6000.5.10f1, 6000.6.0f1, 6000.7.0a5
Reproducible on: Ubuntu 24.04.4 LTS, macOS Tahoe 26 (M1)
Not reproducible on: No other environment tested
Note: The error is thrown at style-application time in Play mode, not at import, so it is a runtime failure in the style resolver rather than a second copy of the parse warning. The attached project detaches and reattaches the stylesheet five times.