File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -177,6 +177,9 @@ function Enable-SSHRemoting {
177
177
}
178
178
```
179
179
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
+
180
183
##### Add New Parameters
181
184
182
185
There are two cases in this scenario:
@@ -446,6 +449,13 @@ public class ExperimentalFeature
446
449
}
447
450
```
448
451
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
+
449
459
## Alternate Proposals and Considerations
450
460
451
461
No alternate proposals.
You can’t perform that action at this time.
0 commit comments