We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a99ea2a commit e364225Copy full SHA for e364225
1 file changed
src/System.Management.Automation/engine/CommandInfo.cs
@@ -992,6 +992,7 @@ private static string GetMemberTypeProjection(string typename, IList<PSMemberNam
992
public IList<PSMemberNameAndType> Members { get; }
993
}
994
995
+#nullable enable
996
internal interface IScriptCommandInfo
997
{
998
ScriptBlock ScriptBlock { get; }
0 commit comments