Donn Relacion

Results 6 issues of Donn Relacion

The existing exporters in the main library don't play well with other Logging providers, such as Serilog, In particular, ConsoleExporter writes directly to `System.Console`, so its logs cannot be captured...

Some sinks contain configuration properties/arguments that are delegate types (`Action`, `Func`). The `StringArgumentValue` class already supports static field and property accessors for non-delegate types, and can be extended to support...

The new System.Text.Json serializer serializes empty complex types as empty JSON objects `{}` which fail to deserialize with the System.Text.Json deserializer. From what I understand, the new deserializer is supposed...

I wrote some unit tests for my application but this mapping caused my test to fail. The message sent to FCM is in the correct mapping however. https://github.com/firebase/firebase-admin-dotnet/blob/e4f5a55aa3df7d6c943223f1dcfbb9e45324bc37/FirebaseAdmin/FirebaseAdmin/Messaging/AndroidConfig.cs#L103

type: bug
api: messaging

Our company is exploring on using our FHIR web api framework inside an AWS Lambda function, but after investigating the slowness in our cold starts, we found that 40% of...