Forem Creators and Builders 🌱

Cover image for Testing on Forem
thesequel
thesequel

Posted on

Testing on Forem

Testing some things on Forem

Youtube Link: https://www.youtube.com/watch?v=W6oQUDFV2C0

Gfycat: https://gfycat.com/ancientrevolvinggallowaycow-christmas-celebrate-everyone-holidays-griffin-you

Giphy: https://giphy.com/videos/theoffice-the-office-peacock-tv-show-G96zgIcQn1L2xpmdxi

Top comments (3)

Collapse
 
ngtrian profile image
Tri Ân

code hightlight

        public virtual IList<TEntity> GetAll(Func<IQueryable<TEntity>, IQueryable<TEntity>> func = null,
            Func<IStaticCacheManager, CacheKey> getCacheKey = null, bool includeDeleted = true)
        {
            IList<TEntity> getAll()
            {
                var query = AddDeletedFilter(Table, includeDeleted);
                query = func != null ? func(query) : query;

                return query.ToList();
            }

            return GetEntities(getAll, getCacheKey);
        }
Enter fullscreen mode Exit fullscreen mode
Collapse
 
ngtrian profile image
Collapse
 
thesequel profile image
thesequel

So link preview is not possible?