Martin Lund Kristiansen

Results 2 issues of Martin Lund Kristiansen

Hi I'm having an issue where I seemingly cannot query one-to-many relationships. Here's my setup: ```cs FakedContext = new XrmFakedContext { ProxyTypesAssembly = Assembly.GetAssembly(typeof(DynamicsServiceContext)) }; FakedContext.InitializeMetadata(Assembly.GetAssembly(typeof(DynamicsServiceContext))); ``` ...and my test...

waiting reply

I have a bunch of transcodes that are failing. I would never know without looking at the resulting file, however, since PyTranscoder hides the `ffmpeg` output. AFAIK `ffmpeg` logs to...