Simon Cropp
Simon Cropp
- LogContextEnricher.cs - DelegateFilter.cs - IDestructuringPolicy.cs - MessageTemplateCache.cs - DelegateDestructuringPolicy.cs - ProjectedDestructuringPolicy.cs - ReflectionTypesScalarDestructuringPolicy.cs
i have code like this in many places ``` var properties = new List { new("type", new ScalarValue(type)), new("endDate", new ScalarValue(endDate)), new("deleteCount", new ScalarValue(briefs.Count)), new("futureCount", new ScalarValue(futureCount)), new("briefs", ToDictionary(briefs)), };...
i figured i would see how much this simplifies the code
To simplify the conditional code and avoid having to support people on legacy frameworks My preference would be to remove netstandard1, netstandard1.3, net45 (support ended in 2016), and net46 (support...
@mattjohnsonpint I am not sure i properly understand this one. so i took a shot at it fixes #1575 side note: does the generated android code need to change? ```...
#skip-changelog
split from https://github.com/getsentry/sentry-dotnet/issues/1735
so v7 of System.Text.Json drops support for net461 https://www.nuget.org/packages/System.Text.Json/7.0.0-preview.4.22229.4 So i assume we need to change the min target to 462?