Skip to content

Instantly share code, notes, and snippets.

View irontoby's full-sized avatar

Tobias Johnson irontoby

  • Clarksville, IN, USA
View GitHub Profile
@irontoby
irontoby / IncludeTests.cs
Last active December 10, 2021 14:50
EF Core .Include() Tests
using System.ComponentModel.DataAnnotations;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.DependencyInjection;
namespace EfCoreTests
{
public class IncludeTests
{
[Fact]
public async Task IncludeWorksAsync()