EntityFramework-Effort icon indicating copy to clipboard operation
EntityFramework-Effort copied to clipboard

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

Open aalho opened this issue 7 years ago • 1 comments

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.

aalho avatar Oct 03 '18 09:10 aalho

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

JonathanMagnan avatar Oct 03 '18 13:10 JonathanMagnan