Uh oh!
There was an error while loading. Please reload this page.
Generate IsReadOnlyAttribute on unsupported platforms. - #14724
Conversation
Uh oh!
There was an error while loading. Please reload this page.
a04d842 to
60af412CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
a88c3d9 to
e1f168bComparevzarytovskii
commented
Feb 11, 2023
Does this play well with parallel ilxgen? I presume yes, but just wanted to make sure. |
KevinRansom
commented
Feb 11, 2023
I would expect so. The embedded typedefs are accumulated in a concurrent collection. |
Uh oh!
There was an error while loading. Please reload this page.
84684e3 to
2917555Comparedd3872b to
a5f990fCompareUh oh!
There was an error while loading. Please reload this page.
We recently encountered issues with IsReadOnlyAttribute on unsupported platforms
This PR, will generate one when the targeted platform does not support IsReadOnlyAttribute ... particularly netstandard2.0
Todo:
Right now I just want to see what tests are broken by this change.