Releases: mustackable-dev/MagiQuery
1.0.0
Breaking Changes:
-
Property selection for
IncludedPropertiesandExcludedPropertiesinQueryBuildOptionshas been revamped and now works very similarly to ExecuteUpdate in EF core.Property inclusion and exclusion is now type-safe and utilizes a
PropertySelectorsclass that allows explicitly specifying class members.You can chain property specification/selection via the
SelectPropertymethod. You can read more on how to do property inclusion and exclusion here.
Full Changelog:
0.8.4
Version 0.8.4
What's Changed
- Improvements to inherently nullable type detection by @vkotsev-mustackable in #1
- Relaxing dependency requirements by @vkotsev-mustackable in #2
New Contributors
- @vkotsev-mustackable made their first contribution in #1
Full Changelog: 0.8.3...0.8.4
The package is also available on NuGet.org - Link
You can install it like this:
dotnet add package MagiQuery
... or add it via the attached files
0.8.3 - First Version Release
This is the first release of MagiQuery. The package is also available on NuGet.org - Link
You can install it like this:
dotnet add package MagiQuery
... or add it via the attached files