Skip to content

Commit 3849967

Browse files
committed
fix
1 parent d776fdc commit 3849967

File tree

2 files changed

+2
-54
lines changed

2 files changed

+2
-54
lines changed

test/Serilog.Settings.Configuration.Tests/Serilog.Settings.Configuration.approved.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ namespace Serilog.Settings.Configuration
4343
public ConfigurationReaderOptions(Microsoft.Extensions.DependencyModel.DependencyContext? dependencyContext) { }
4444
public ConfigurationReaderOptions(Serilog.Settings.Configuration.ConfigurationAssemblySource configurationAssemblySource) { }
4545
public ConfigurationReaderOptions(params System.Reflection.Assembly[] assemblies) { }
46-
public bool AllowInternalMethods { get; set; }
47-
public bool AllowInternalTypes { get; set; }
46+
public bool AllowInternalMethods { get; init; }
47+
public bool AllowInternalTypes { get; init; }
4848
public System.IFormatProvider? FormatProvider { get; init; }
4949
public System.Action<string, Serilog.Core.LoggingLevelSwitch>? OnLevelSwitchCreated { get; init; }
5050
public string? SectionName { get; init; }

test/Serilog.Settings.Configuration.Tests/Serilog.Settings.Configuration.received.txt

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)