Simon Cropp
Simon Cropp
``` [xUnit.net 00:00:14.51] DefaultStrategy_HoursApart [FAIL] Failed DefaultStrategy_HoursApart [2 ms] Error Message: Assert.Equal() Failure: Strings differ ↓ (pos 1) Expected: "dans 12 heures" Actual: "demain" ↑ (pos 1) ```
Cleanup
the behavior of `AddAspNet` is different based on if `options.DiagnosticLogger` or `options.ScopeStackContainer` has been set before or after ```csharp public static void AddAspNet(this SentryOptions options, RequestSize maxRequestBodySize = RequestSize.None) {...
https://learn.microsoft.com/en-us/nuget/nuget-org/id-prefix-reservation#id-prefix-reservation-application-process this will make it easier for people who are protecting against nuget name hijacking via https://learn.microsoft.com/en-us/nuget/consume-packages/package-source-mapping since they can wildcard `NetTopologySuite*`
Not sure if this one should be in the sql transport or core we got this in prod. dont know how to replicate yet ``` System.InvalidOperationException: Collection was modified; enumeration...
IMO catching an unknown exception type and return null will hide real errors