elastic / ecs-dotnet

https://www.elastic.co/guide/en/ecs-logging/dotnet/current/setup.html
Apache License 2.0
119 stars 59 forks source link

Add nullable support to Elastic.CommonSchema.Serilog #306

Closed Mpdreamz closed 1 year ago

Mpdreamz commented 1 year ago

Introduce TryGetScalarString as extention to TryGetScalarPropertyValue that does not assume ScalarProperty.Value is never null if returned.

Further more this enables stricter null checks.

guisantos commented 1 year ago

Hi, Is this released already? if so, in which version? Thanks