❔ What is this notation? Is it a lambda expression?
I'm familiar with anonymous functions like
(input-parameters) => expression
2 Replies
@calledude thank you, I just read a Microsoft article on top of what you explained... with the exception of internal caching I think I understand this now
I see
Set<T>
is part of Microsoft.EntityFrameworkCore
namespace, but there is no dependency injection nor is Set<T>
marked as static
ok
OK
that makes sense
cool that the code is the same between Visual Studio and GithubWas this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.