This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using AutoMapper.QueryableExtensions; | |
using System; | |
using System.Linq; | |
using Xunit; | |
namespace AutoMapper.UnitTests.Bug | |
{ | |
public class ExplicitExpansionWithIncludeBase | |
{ | |
/*********** Source Types ***********/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<headroom class="headroom container" offset="50" ng-disabled="shouldDisableHeadroom()" on-top="isOnTop = true" on-not-top="isOnTop = false" classes='{"initial": "slide", "pinned": "slide--reset", "unpinned": "slide--up"}'> | |
<h1>My Content</h1> | |
</headroom> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using Framework.Infrastructure.Repository; | |
using CRMTest.Entities; | |
using Framework.Infrastructure.Ordering; | |
using System.Linq.Expressions; | |
using System.Linq.Dynamic; |