AllowCompileTimeDynamicCode
Gets or sets a value indicating whether the test is allowed to have compile-time code that has dynamic calls.
To enable this option in a test, add this comment to your test file: // @AllowCompileTimeDynamicCode.
Declaration
public bool? AllowCompileTimeDynamicCode { get; set; }Property Value
| Type | Description |
|---|---|
| bool? |