zzzprojects / EntityFramework-Effort

Entity Framework Effort is a powerful tool that enables a convenient way to create automated tests for Entity Framework based applications.
https://entityframework-effort.net/
MIT License
431 stars 99 forks source link

Form_Request_Identity.cs, Form_Request_Identity.Designer.cs and Request_OrderBy.cs Source Files not found #137

Open aalho opened 5 years ago

aalho commented 5 years ago

clone the repository: git clone https://github.com/zzzprojects/EntityFramework-Effort.git

Open Solution Effort.EF6 and try to build. Output shows three CRC-errors: Source file '...\Source\Effort.Lab.EF6\Form_Request_Identity.Designer.cs' could not be found. Source file '...\Source\Effort.Lab.EF6\Form_Request_Identity.cs' could not be found. Source file '...\Source\Effort.Lab.EF6\Request_OrderBy.cs' could not be found.

JonathanMagnan commented 5 years ago

Thank you,

I have added a task for my developer to clean the repository.

These are only Lab project, so you can exclude it.

Best Regards,

Jonathan


Performance Libraries context.BulkInsert(list, options => options.BatchSize = 1000); Entity Framework ExtensionsEntity Framework ClassicBulk OperationsDapper PlusLinqToSql Plus

Runtime Evaluation Eval.Execute("x + y", new {x = 1, y = 2}); // return 3 C# Eval FunctionSQL Eval Function