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 step-security/harden-runner from 2.8.1 to 2.9.1 #39

Merged

Bump step-security/harden-runner from 2.8.1 to 2.9.1

785f1a0
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Bump step-security/harden-runner from 2.8.1 to 2.9.1 #39

Bump step-security/harden-runner from 2.8.1 to 2.9.1
785f1a0
Select commit
Loading
Failed to load commit list.
GitHub Actions / dotnet-8.0.401-tests-on-windows-latest succeeded Aug 19, 2024 in 1s

69 passed, 0 failed and 1 skipped

Tests passed successfully

✅ 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✅ 51ms
Serilog.Extensions.Formatting.Test.SerilogJsonFormatterTests 25✅ 1⚪ 132ms
Serilog.Extensions.Formatting.Test.Utf8JsonFormatterTests 8✅ 161ms

✅ 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