This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Commit 2083b09
authored
Add RuntimeFeature.DefaultImplementationsOfInterfaces (#25943)
The flag indicates that the runtime supports default implementation of interfaces.
Since this is a prerelease feature that is not complete yet (and we don't want to accidentally ship it), the flag is keyed off a newly added `IsPrerelease` property. This property is expected to be flipped to `false` in release branches.
This corresponds to dotnet/coreclr#15358.1 parent 1ad9919 commit 2083b09
File tree
3 files changed
+12
-0
lines changed- src/System.Runtime/ref
3 files changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
26 | 31 | | |
27 | 32 | | |
28 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6828 | 6828 | | |
6829 | 6829 | | |
6830 | 6830 | | |
| 6831 | + | |
| 6832 | + | |
| 6833 | + | |
6831 | 6834 | | |
6832 | 6835 | | |
6833 | 6836 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
| |||
0 commit comments