Frederic Morel
Frederic Morel
Closes #75 by using getOptions, which can resolve a query string or an options object on the loader in newer versions of webpack. Also provides a dummy LoaderContext for each...
**Describe the bug** I recently upgraded to 2.6.0 then 2.7.0 and added `DD_TRACE_METHODS` to an application, but am not seeing spans for the methods I listed. **To Reproduce** Steps to...
**Describe the bug** When using the new generic `TypeConverter` with a nullable value type (like `bool?`), writing null values does not work. I was working with Mongo's `ObjectId`, but converted...
We've started using records a lot for services because not having to write out the constructor and all the `private readonly` fields is convenient. It would be nice to have...
If possible, it would great if the nullable context (off, annotations, on) could be set per item on the interface to match whatever has been set on the implementation with...