Bump actions/upload-artifact from 4.3.4 to 4.3.6 (#42) #33
GitHub Actions / dotnet-8.0.401-tests-on-windows-latest
succeeded
Aug 19, 2024 in 0s
69 passed, 0 failed and 1 skipped
✅ test-results.trx
70 tests were completed in 1s with 69 passed, 0 failed and 1 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
Serilog.Extensions.Formatting.Test.JsonValueFormatterTests | 36✅ | 65ms | ||
Serilog.Extensions.Formatting.Test.SerilogJsonFormatterTests | 25✅ | 1⚪ | 161ms | |
Serilog.Extensions.Formatting.Test.Utf8JsonFormatterTests | 8✅ | 194ms |
✅ Serilog.Extensions.Formatting.Test.JsonValueFormatterTests
✅ DateTimesFormatAsIso8601
✅ DecimalFormatsAsNumber
✅ DictionaryWithScalarKeyFormatsAsAnObject
✅ DoubleFormatsAsNumber
✅ DoubleSpecialsFormatAsString
✅ FloatFormatsAsNumber
✅ FloatSpecialsFormatAsString
✅ GuidFormatsAsString
✅ JsonLiteralTypesAreFormatted(value: -123, expectedJson: "-123")
✅ JsonLiteralTypesAreFormatted(value: -123, expectedJson: "-123")
✅ JsonLiteralTypesAreFormatted(value: '\0', expectedJson: "\"\\u0000\"")
✅ JsonLiteralTypesAreFormatted(value: '\n', expectedJson: "\"\\n\"")
✅ JsonLiteralTypesAreFormatted(value: '\t', expectedJson: "\"\\t\"")
✅ JsonLiteralTypesAreFormatted(value: 'c', expectedJson: "\"c\"")
✅ JsonLiteralTypesAreFormatted(value: 'é', expectedJson: "\"é\"")
✅ JsonLiteralTypesAreFormatted(value: "", expectedJson: "\"\"")
✅ JsonLiteralTypesAreFormatted(value: "\\\"\t\r\n\f", expectedJson: "\"\\\\\\\"\\t\\r\\n\\f\"")
✅ JsonLiteralTypesAreFormatted(value: "\ud83e\udd37", expectedJson: "\"\ud83e\udd37\"")
✅ JsonLiteralTypesAreFormatted(value: "\x01", expectedJson: "\"\\u0001\"")
✅ JsonLiteralTypesAreFormatted(value: "a\nb", expectedJson: "\"a\\nb\"")
✅ JsonLiteralTypesAreFormatted(value: "Hello, world!", expectedJson: "\"Hello, world!\"")
✅ JsonLiteralTypesAreFormatted(value: 0, expectedJson: "0")
✅ JsonLiteralTypesAreFormatted(value: 123, expectedJson: "123")
✅ JsonLiteralTypesAreFormatted(value: 123, expectedJson: "123")
✅ JsonLiteralTypesAreFormatted(value: False, expectedJson: "false")
✅ JsonLiteralTypesAreFormatted(value: null, expectedJson: "null")
✅ JsonLiteralTypesAreFormatted(value: True, expectedJson: "true")
✅ ObjectsAreFormattedAsExceptionStringsInJsonWhenToStringThrows
✅ ObjectsAreFormattedAsJsonStringViaToString
✅ ScalarPropertiesFormatAsLiteralValues
✅ SequencePropertiesFormatAsArrayValue
✅ SequencesOfSequencesAreFormatted
✅ StructuresFormatAsAnObject
✅ TimeSpanFormatsAsString
✅ TypeTagCanBeOverridden
✅ WhenNullNoTypeTagIsWritten
✅ Serilog.Extensions.Formatting.Test.SerilogJsonFormatterTests
✅ ABooleanPropertySerializesAsBooleanValue
✅ ACharPropertySerializesAsStringValue
✅ ADecimalSerializesAsNumericValue
✅ ADictionaryWithScalarKeySerializesAsAnObject
✅ ADoubleSerializesAsNumericValue
✅ AFloatSerializesAsNumericValue
✅ AGuidPropertySerializesAsStringValue
✅ AnArrayPropertySerializesAsObjectToStringValue
✅ AnEnumPropertySerializesAsStringValue
✅ AnIntegerPropertySerializesAsIntegerValue
✅ ASbyteSerializesAsNumericValue
✅ ASequencePropertySerializesAsArrayValue
✅ AStructureSerializesAsAnObject
✅ CustomDictionariesAreDestructuredViaDictionaryValue_When_AsDictionary_Applied
✅ CustomDictionariesAreDestructuredViaDictionaryValue_When_AsDictionary_Applied_IsValid
✅ DictionariesAreDestructuredViaDictionaryValue
✅ JsonFormattedDateOnly
✅ JsonFormattedEventsIncludeTimestamp
✅ JsonFormattedTimeOnly
⚪ PropertyTokensWithFormatStringsAreIncludedAsRenderings
✅ PropertyTokensWithoutFormatStringsAreNotIncludedAsRenderings
✅ ReadonlyDictionariesAreDestructuredViaDictionaryValue
✅ RenderedMessageIsIncludedCorrectlyWhenRequired
✅ SequencesOfSequencesAreSerialized
✅ TraceAndSpanAreIgnoredWhenAbsent
✅ TraceAndSpanAreIncludedWhenPresent
✅ Serilog.Extensions.Formatting.Test.Utf8JsonFormatterTests
✅ CamelCase
✅ DoesNotThrowError
✅ ExpressionTemplate
✅ FormatTest
✅ KebabCaseLower
✅ SnakeCaseLower
✅ SnakeCaseUpper
✅ WithException
Loading