Commit 8bb4b1f
committed
fix: revert TypeProviders SDK to a54d92b to fix InvalidProgramException in property setters
Reverts ProvidedTypes.fs/fsi from ceeb6bc back to a54d92b.
ceeb6bc (PR #518, fix for SDK issue #517) introduced a regression where
I_ldnull is emitted before I_ret for all void-returning methods (including
property setters), producing invalid IL and throwing InvalidProgramException
at runtime on any generated type with writable properties.1 parent dfc85b8 commit 8bb4b1f
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
| 52 | + | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments