Skip to content

Commit

Permalink
Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed Jul 4, 2024
1 parent c1c3a92 commit 5adbdc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public sealed class CreateNamedPipeServerStreamContext
/// <summary>
/// Gets the pipe options.
/// </summary>
public PipeOptions PipeOptions { get; init; }
public required PipeOptions PipeOptions { get; init; }
/// <summary>
/// Gets the default access control and audit security.
/// </summary>
Expand Down

0 comments on commit 5adbdc8

Please sign in to comment.