Skip to content

Commit 8cb76da

Browse files
0xcedsungam3r
andauthored
Make the ConfigurationContext class sealed
Co-authored-by: Ivan Maximov <[email protected]>
1 parent 43f510a commit 8cb76da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Serilog.Settings.Configuration/Settings/Configuration/ConfigurationContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace Serilog.Settings.Configuration;
77
/// <summary>
88
/// A context to adjust how the configuration object is processed.
99
/// </summary>
10-
public class ConfigurationContext
10+
public sealed class ConfigurationContext
1111
{
1212
/// <summary>
1313
/// Initialize a new instance of the <see cref="ConfigurationContext"/> class.

0 commit comments

Comments
 (0)