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.1 to 28.8.1 #257

Closed
wants to merge 1 commit into from

Bump Verify.Xunit from 28.7.1 to 28.8.1

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

Bump Verify.Xunit from 28.7.1 to 28.8.1 #257

Bump Verify.Xunit from 28.7.1 to 28.8.1
a7aca9d
Select commit
Loading
Failed to load commit list.
GitHub Actions / 🚦 Test Results (Windows) succeeded Jan 7, 2025 in 1s

72 passed, 0 failed and 0 skipped

Tests passed successfully

✅ TestResults-net8.0.trx

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

Test suite Passed Failed Skipped Time
Serilog.Formatting.Log4Net.Tests.IndentationSettingsTest 6✅ 5ms
Serilog.Formatting.Log4Net.Tests.LineEndingTest 1✅ 9ms
Serilog.Formatting.Log4Net.Tests.Log4NetTextFormatterTest 62✅ 382ms
Serilog.Formatting.Log4Net.Tests.PublicApi 3✅ 242ms

✅ 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")