Skip to content

Commit 5adbdc8

Browse files
committed
Feedback
1 parent c1c3a92 commit 5adbdc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Servers/Kestrel/Transport.NamedPipes/src/CreateNamedPipeServerStreamContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public sealed class CreateNamedPipeServerStreamContext
1818
/// <summary>
1919
/// Gets the pipe options.
2020
/// </summary>
21-
public PipeOptions PipeOptions { get; init; }
21+
public required PipeOptions PipeOptions { get; init; }
2222
/// <summary>
2323
/// Gets the default access control and audit security.
2424
/// </summary>

0 commit comments

Comments
 (0)