Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Verify.Xunit from 28.7.0 to 28.7.1 #256

Closed
wants to merge 1 commit into from

Bump Verify.Xunit from 28.7.0 to 28.7.1

b439703
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

Bump Verify.Xunit from 28.7.0 to 28.7.1 #256

Bump Verify.Xunit from 28.7.0 to 28.7.1
b439703
Select commit
Loading
Failed to load commit list.
GitHub Actions / 🚦 Test Results (macOS) succeeded Jan 6, 2025 in 0s

72 passed, 0 failed and 0 skipped

Tests passed successfully

✅ TestResults-net8.0.trx

72 tests were completed in 1s with 72 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Serilog.Formatting.Log4Net.Tests.IndentationSettingsTest 6✅ 2ms
Serilog.Formatting.Log4Net.Tests.LineEndingTest 1✅ 13ms
Serilog.Formatting.Log4Net.Tests.Log4NetTextFormatterTest 62✅ 167ms
Serilog.Formatting.Log4Net.Tests.PublicApi 3✅ 117ms

✅ 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: "net8.0")
✅ ApprovePublicApi(targetFramework: "netstandard2.0")