I've filed https://entityframework.codeplex.com/workitem/1874 to track this.
There's another less obtrusive workaround: make the Trigger.Devices property non-virtual. This will turn off lazy-loading just on that property.
Also if there's only ever one Trigger consider changing the relationship to 0..1-*
There's another less obtrusive workaround: make the Trigger.Devices property non-virtual. This will turn off lazy-loading just on that property.
Also if there's only ever one Trigger consider changing the relationship to 0..1-*