bcrispcvna
Results
2
issues of
bcrispcvna
The SQL trigger fails when trying to deserialize types that have columns stored as Json that map to object types (for example an owned type that was stored as Json...
bug
trigger
**Describe the bug** https://github.com/segmentio/Analytics-CSharp/blob/4fe89cbe9855b84203d5a85f29bce55bdb84b02f/Analytics-CSharp/Segment/Analytics/Utilities/HTTPClient.cs#L181 The DefaultHTTPClientProvider/DefaultHTTPClient implementation is improperly using HttpClient. When using Analytics as scoped, it ends up with a call to "new HttpClient(.." on every request, which is...