Skip to content

Commit

Permalink
Make the ConfigurationContext class sealed
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Maximov <sungam3r@yandex.ru>
  • Loading branch information
0xced and sungam3r committed Mar 9, 2023
1 parent ecfa6bc commit 302ddfb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Serilog.Settings.Configuration;
/// <summary>
/// A context to adjust how the configuration object is processed.
/// </summary>
public class ConfigurationContext
public sealed class ConfigurationContext
{
/// <summary>
/// Initialize a new instance of the <see cref="ConfigurationContext"/> class.
Expand Down

0 comments on commit 302ddfb

Please sign in to comment.