-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Low memory footprint... (Initial stubbed-out top-level API) #4
Conversation
This is the API surface required to build the version of Music Store checked in. No implementation as yet, and some things (like Database.Create) will likely change.
Looks good to me. |
|
||
public static class QueryableExtensions | ||
{ | ||
public static IQueryable<T> Include<T, TProperty>( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should leave Include out since we aren't planning to have it around to start with.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Assuming MusicStore currently depends on it, I think we can leave it in until we figure out what to replace it with.
Signed off with comments |
You guys should use the emoticon : shipit : 😄 |
like this? |
This is the API surface required to build the version of Music Store checked in. No implementation as yet, and some things (like Database.Create) will likely change.