elastic / ecs-dotnet

https://www.elastic.co/guide/en/ecs-logging/dotnet/current/setup.html
Apache License 2.0
115 stars 58 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 11 months ago

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