Commit Graph

32 Commits

Author SHA1 Message Date
Koen 2295e29125 Don't throw on private and protected properties 2023-03-16 00:23:06 +00:00
Koen b4da49fc6f Support for declaring projectables on generic classes 2023-02-08 01:58:28 +00:00
Rhodon 423879185e Add support for concrete interface implementations
Change overriding member logic to use MethodInfo.GetBaseDefinition()
2023-01-11 14:08:44 +01:00
Koen bb405a8f9b Updated test outcomes 2022-12-12 01:07:33 +00:00
Koen f02d558b17 Fixed test to use new full compatiblity mode by default 2022-12-12 01:03:53 +00:00
Koen dba8303489 Fixed incorrect functional test 2022-12-12 00:57:19 +00:00
Koen 7e0b28f254 Target dotnet 7 in test projects 2022-12-12 00:50:56 +00:00
Koen fead7bb41a Find overriding implementations for virtual methods 2022-12-12 00:15:54 +00:00
Koen a640053048 Fixed broken tests 2022-10-13 13:22:55 +01:00
Koen ed7f8c5940 Fixed concurrency bug 2022-10-13 12:38:56 +01:00
Koen df1ed1759a Improved full compat mode perf 2022-10-13 00:40:27 +01:00
Koen 9cc15b9f6f Support for the params keyword 2022-10-12 06:59:36 +08:00
Koen 68afb8fa50 Support default parameter values 2022-10-11 15:13:01 +01:00
Pablo Romero 9cad420150 UseMemberBody to use the body of another member 2022-06-11 05:30:00 +02:00
Koen Bekkenutte a3ee321936 Support for const and static in projectables 2022-04-20 23:40:20 +08:00
Koen 8ddf87c202 Merge pull request #11 from koenbeuk/issue-10
Support Inherited properties
2021-12-12 20:36:37 +08:00
Koen Bekkenutte 34a6a4b592 Removed V1 support 2021-12-12 20:12:50 +08:00
Koen Bekkenutte d24ab7fc82 Fixed functional test 2021-12-12 20:07:32 +08:00
Koen Bekkenutte e9405b5933 Added a functional test 2021-12-12 20:03:59 +08:00
Koen Bekkenutte 7790f146e4 Fully qualify Type names where possible 2021-11-26 00:00:47 +08:00
Koen Bekkenutte 681c76b44c Target .NET 6 lts 2021-11-09 20:07:12 +08:00
Koen Bekkenutte a04bb38e48 Updated to dotnet 6 2021-11-09 05:43:45 +08:00
Koen Bekkenutte ede53de1c2 Support for projectable generic methods 2021-10-27 01:16:26 +08:00
Koen Bekkenutte 58770723dd Updated ScenarioTests dependency 2021-10-18 22:53:19 +08:00
Koen Bekkenutte 578d0d8d00 Disable test in V1 branch due to different output 2021-10-18 22:47:53 +08:00
Koen Bekkenutte 86223a11c9 support for rewriting null conditional access expressions 2021-10-18 22:36:06 +08:00
Koen Bekkenutte 12038ed164 Fixed broken tests 2021-09-17 02:39:47 +08:00
Koen Bekkenutte 35fc7a2c78 Added support for EF Core 6 2021-09-17 02:22:40 +08:00
Koen Bekkenutte 659f10ac10 Fixed code gen issue for Projectable extension methods using other projectable extension methods 2021-07-02 03:28:40 +08:00
Koen Bekkenutte bbc2d9abe1 Fixed broken tests after switching to Limited compatibility by default 2021-06-04 04:12:18 +08:00
Koen Bekkenutte 3aa2c811df Ability to have projectable methods that accept a DbContext 2021-06-02 23:44:40 +08:00
Koen Bekkenutte 300aab0767 Rebranded to EntityFrameworkCore.Projectables 2021-05-31 21:27:17 +08:00