Skip to content

Commit fd8be53

Browse files
committed
Minor update
1 parent 5059ea2 commit fd8be53

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

2-Draft-Accepted/RFCNNNN-Support-Experimental-Features.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,9 @@ function Enable-SSHRemoting {
177177
}
178178
```
179179

180+
> Implementation Note: the attribute `[Experimental()]` could be applied to a script block directly.
181+
Execution of such a script block should error out when the associated experimental feature is not enabled.
182+
180183
##### Add New Parameters
181184

182185
There are two cases in this scenario:
@@ -446,6 +449,13 @@ public class ExperimentalFeature
446449
}
447450
```
448451

452+
### Test Experimental Features
453+
454+
How to test the combination of various experimental features would be a hard problem to solve,
455+
as well as a problem that we have to solve before using the experimental feature support.
456+
457+
> Not sure how to handle it yet ...
458+
449459
## Alternate Proposals and Considerations
450460

451461
No alternate proposals.

0 commit comments

Comments
 (0)