Skip to content

Commit e364225

Browse files
authored
Enable nullable: System.Management.Automation.IScriptCommandInfo (#14178)
1 parent a99ea2a commit e364225

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/System.Management.Automation/engine/CommandInfo.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -992,6 +992,7 @@ private static string GetMemberTypeProjection(string typename, IList<PSMemberNam
992992
public IList<PSMemberNameAndType> Members { get; }
993993
}
994994

995+
#nullable enable
995996
internal interface IScriptCommandInfo
996997
{
997998
ScriptBlock ScriptBlock { get; }

0 commit comments

Comments
 (0)