Skip to content

Bump dotnet-stryker from 3.11.1 to 4.0.2 #563

Bump dotnet-stryker from 3.11.1 to 4.0.2

Bump dotnet-stryker from 3.11.1 to 4.0.2 #563

GitHub Actions / Test Results (Linux) succeeded Mar 28, 2024 in 0s

71 passed, 0 failed and 0 skipped

Tests passed successfully

✅ TestResults-net6.0.trx

71 tests were completed in 3s with 71 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Serilog.Formatting.Log4Net.Tests.IndentationSettingsTest 6✅ 78ms
Serilog.Formatting.Log4Net.Tests.LineEndingTest 1✅ 96ms
Serilog.Formatting.Log4Net.Tests.Log4NetTextFormatterTest 62✅ 294ms
Serilog.Formatting.Log4Net.Tests.PublicApi 2✅ 266ms

✅ Serilog.Formatting.Log4Net.Tests.IndentationSettingsTest

✅ IndentationSettingsToString(indentation: Space, size: 2, expectedString: "  ")
✅ IndentationSettingsToString(indentation: Space, size: 4, expectedString: "    ")
✅ IndentationSettingsToString(indentation: Tab, size: 2, expectedString: "\t\t")
✅ IndentationSettingsToString(indentation: Tab, size: 4, expectedString: "\t\t\t\t")
✅ InvalidIndentation
✅ InvalidSize

✅ Serilog.Formatting.Log4Net.Tests.LineEndingTest

✅ InvalidLineEnding

✅ Serilog.Formatting.Log4Net.Tests.Log4NetTextFormatterTest

✅ Caller
✅ CallerLog4J
✅ CallerNonScalar
✅ CallerWithFile
✅ CustomLogEventPropertyValue
✅ DefaultFormatProvider
✅ DictionaryProperty
✅ DomainAndUserNameProperty(environmentUserName: "")
✅ DomainAndUserNameProperty(environmentUserName: "TheDomain\\TheUser")
✅ DomainAndUserNameProperty(environmentUserName: "TheDomain\\TheUser\\Name")
✅ DomainAndUserNameProperty(environmentUserName: "TheUser")
✅ DomainAndUserNameProperty(environmentUserName: null)
✅ DomainAndUserNamePropertyStructureValue
✅ Exception
✅ ExceptionFormatter
✅ ExceptionFormatterReturningNull
✅ ExceptionFormatterThrowing
✅ ExplicitFormatProvider
✅ FilterProperty
✅ FilterPropertyThrowing
✅ IndentationSettings(indentation: Space, size: 2)
✅ IndentationSettings(indentation: Space, size: 4)
✅ IndentationSettings(indentation: Tab, size: 2)
✅ IndentationSettings(indentation: Tab, size: 4)
✅ InvalidLogEventLevelThrowsArgumentOutOfRangeException
✅ Log4JCompatibility(useStaticInstance: False)
✅ Log4JCompatibility(useStaticInstance: True)
✅ LogEventLevel(level: Debug)
✅ LogEventLevel(level: Error)
✅ LogEventLevel(level: Fatal)
✅ LogEventLevel(level: Information)
✅ LogEventLevel(level: Verbose)
✅ LogEventLevel(level: Warning)
✅ LoggerName
✅ LoggerNameStructureValue
✅ MachineNameProperty(machineName: "TheMachineName")
✅ MachineNameProperty(machineName: null)
✅ MachineNamePropertyStructureValue
✅ MessageCDataMode(mode: Always, needsEscaping: False)
✅ MessageCDataMode(mode: Always, needsEscaping: True)
✅ MessageCDataMode(mode: IfNeeded, needsEscaping: False)
✅ MessageCDataMode(mode: IfNeeded, needsEscaping: True)
✅ MessageCDataMode(mode: Never, needsEscaping: False)
✅ MessageCDataMode(mode: Never, needsEscaping: True)
✅ NoIndentation
✅ NoNamespace
✅ NullLogEventThrowsArgumentNullException
✅ NullOutputThrowsArgumentNullException
✅ NullProperty
✅ SequenceProperty
✅ SettingExceptionFormatterToNullThrowsArgumentNullException
✅ SettingPropertyFilterToNullThrowsArgumentNullException
✅ StructureProperty
✅ ThreadIdProperty(threadId: 1)
✅ ThreadIdProperty(threadId: null)
✅ TwoEvents
✅ TwoProperties
✅ TwoPropertiesOneNull
✅ XmlElementsLineEnding(lineEnding: CarriageReturn)
✅ XmlElementsLineEnding(lineEnding: LineFeed | CarriageReturn)
✅ XmlElementsLineEnding(lineEnding: LineFeed)
✅ XmlElementsLineEnding(lineEnding: None)

✅ Serilog.Formatting.Log4Net.Tests.PublicApi

✅ ApprovePublicApi(targetFramework: "net6.0")
✅ ApprovePublicApi(targetFramework: "netstandard2.0")