Git Product home page Git Product logo

Comments (4)

joshuapeters avatar joshuapeters commented on June 16, 2024

@brandongregoryscott I'll take this one as well 👍

from andculturecode.csharp.

joshuapeters avatar joshuapeters commented on June 16, 2024

@brandongregoryscott @wintondeshong Upon looking into this, the IncludeExtensions in the LMS projects are off of our home-grown Include and IncludeBase models.

Am I safe to proceed by adding a task to the Core repo for those models, completing it, and then coming back to this task? If not please let me know what I should do to move forward.

EDIT:
I think it would be a better choice to add Include and IncludeBase to the Core project, along with its extensions so that we don't need to bring along the Core package along with the extensions package every time.

FINAL EDIT:
After discussing this with Bscott last night, be both came to the conclusion that this might best sit in an Infrastructure package so that you don't get the Include libraries with Core, as you may not be using EF at all at that point.

Let me know your thoughts!

from andculturecode.csharp.

wintondeshong avatar wintondeshong commented on June 16, 2024

@joshuapeters yeah, I'm okay with moving it to Core so long as it didn't bring EF along for the ride. Maybe my version of IncludeExtensions, Include and IncludeBase are old. I don't see any dependency on EF at least in those 3 classes. Mind sharing a snapshot of the file names that would all be ported?

// IncludeExtensions.cs
using System;
using System.Collections.Generic;
using System.Linq.Expressions;
using LMS.Business.Core.Models.Includes;
...

// Include.cs - no usings

// IncludeBase.cs - no usings

from andculturecode.csharp.

Stefanie899 avatar Stefanie899 commented on June 16, 2024

Transferred this since the classes don't have any requirement for EF, the only dependency is on the Include model which also makes sense to live in this Core repository.

from andculturecode.csharp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.