ecs-dotnet icon indicating copy to clipboard operation
ecs-dotnet copied to clipboard

Elastic.CommonSchema.NLog - MetadataDictionary with safe values

Open snakefoot opened this issue 3 years ago • 2 comments

System.Text.Json is very fragile, and can only handle safe objects

If it was possible to control the recursion-level of the System.Text.Json to only first level (Default=32) for unsafe objects could also be nice:

https://docs.microsoft.com/en-us/dotnet/api/system.text.json.jsonserializeroptions.maxdepth

snakefoot avatar Sep 10 '22 14:09 snakefoot

:green_heart: Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS Pipeline View Test View Changes Artifacts preview preview

Expand to view the summary

Build stats

  • Start Time: 2023-01-16T15:59:10.516+0000

  • Duration: 17 min 35 sec

Test stats :test_tube:

Test Results
Failed 0
Passed 178
Skipped 2
Total 180

:robot: GitHub comments

Expand to view the GitHub comments

To re-run your PR in the CI, just comment with:

  • /test : Re-trigger the build.

  • run elasticsearch-ci/docs : Re-trigger the docs validation. (use unformatted text in the comment!)

apmmachine avatar Sep 10 '22 14:09 apmmachine

Jenkins run tests please

Mpdreamz avatar Sep 12 '22 08:09 Mpdreamz

Jenkins run tests please

Mpdreamz avatar Jan 16 '23 15:01 Mpdreamz