Tim Geerts
Tim Geerts
Hi Thanks for this awesome framework! Unfortunately we have a problem when querying an unfiltered entity and eager loading (include) a filtered entity. - EntityFramework.DynamicFilters 3.0.1 - Entity Framework 6.2.0...
Hi I have a Weishaupt heatpump with a boiler for hot water. I want the heat pump to create hot water when I have sufficient solar power instead of doing...
NBuilder does not work as expected in VB.NET Test code: Imports FizzWare.NBuilder Module Module1 Sub Main() Dim x = Builder(Of Something).CreateListOfSize(5).All().With(Function(s) s.Int = 1).Build() Console.WriteLine(x.All(Function(s) s.Int = 1)) 'returns false...