gitextract_visrdfet/ ├── .gitattributes ├── .github/ │ └── workflows/ │ └── dotnet.yml ├── .gitignore ├── EFCoreFluent/ │ ├── EFCoreFluent.sln │ └── src/ │ └── EFCoreFluent/ │ ├── EFExtensions.cs │ └── Snickler.EFCore.csproj ├── LICENSE └── README.md