-
Notifications
You must be signed in to change notification settings - Fork 31
Add support for projectable method overloads #143
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
Merged
PhenX
merged 11 commits into
koenbeuk:master
from
PhenX:copilot/add-support-for-projectable-overloads
Feb 14, 2026
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
f0c5a21
Initial plan
Copilot 63977ca
Add parameter types to generated class names for overload support
Copilot b7cf397
Fix generic type parameter handling and arity marker positioning
Copilot 593aa35
Add functional tests for method overloads
Copilot 4de1f8b
Address code review feedback - improve defensive programming
Copilot 846a0ba
Update Verify files
PhenX 746a6a7
Merge branch 'master' into copilot/add-support-for-projectable-overloads
PhenX cb3105e
Add new tests for nullable types and fix GetFullTypeName
PhenX 57cc931
Improve test consistency and remove obsolete Verify files
PhenX 4b20a93
Merge branch 'master' into copilot/add-support-for-projectable-overloads
PhenX 3ece982
Update obsolete tests
PhenX File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
...ectables.FunctionalTests/ComplexArgumentsTests.NullableValueTypes.DotNet10_0.verified.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| SELECT [t].[Id] | ||
| FROM [TestEntity] AS [t] | ||
| WHERE 1 > [t].[Id] AND NEWID() <> '00000000-0000-0000-0000-000000000000' |
3 changes: 3 additions & 0 deletions
3
...jectables.FunctionalTests/ComplexArgumentsTests.NullableValueTypes.DotNet9_0.verified.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| SELECT [t].[Id] | ||
| FROM [TestEntity] AS [t] | ||
| WHERE 1 > [t].[Id] AND NEWID() <> '00000000-0000-0000-0000-000000000000' |
3 changes: 3 additions & 0 deletions
3
...rkCore.Projectables.FunctionalTests/ComplexArgumentsTests.NullableValueTypes.verified.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| SELECT [t].[Id] | ||
| FROM [TestEntity] AS [t] | ||
| WHERE 1 > [t].[Id] AND NEWID() <> '00000000-0000-0000-0000-000000000000' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
...ectables.FunctionalTests/ComplexModelTests.ProjectOverGenericType.DotNet10_0.verified.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| SELECT [g].[Id] | ||
| FROM [GenericObject<int>] AS [g] |
2 changes: 2 additions & 0 deletions
2
...jectables.FunctionalTests/ComplexModelTests.ProjectOverGenericType.DotNet9_0.verified.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| SELECT [g].[Id] | ||
| FROM [GenericObject<int>] AS [g] |
2 changes: 2 additions & 0 deletions
2
...rkCore.Projectables.FunctionalTests/ComplexModelTests.ProjectOverGenericType.verified.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| SELECT [g].[Id] | ||
| FROM [GenericObject<int>] AS [g] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
...ctionalTests/MethodOverloadsTests.MethodOverload_WithIntParameter.DotNet10_0.verified.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| SELECT [e].[Id], [e].[Id] + 10 AS [Result] | ||
| FROM [Entity] AS [e] |
2 changes: 2 additions & 0 deletions
2
...nctionalTests/MethodOverloadsTests.MethodOverload_WithIntParameter.DotNet9_0.verified.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| SELECT [e].[Id], [e].[Id] + 10 AS [Result] | ||
| FROM [Entity] AS [e] |
2 changes: 2 additions & 0 deletions
2
...ctables.FunctionalTests/MethodOverloadsTests.MethodOverload_WithIntParameter.verified.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| SELECT [e].[Id], [e].[Id] + 10 AS [Result] | ||
| FROM [Entity] AS [e] |
2 changes: 2 additions & 0 deletions
2
...onalTests/MethodOverloadsTests.MethodOverload_WithStringParameter.DotNet10_0.verified.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| SELECT [e].[Id], CAST(LEN(N'Hello_' + [e].[Name]) AS int) AS [Result] | ||
| FROM [Entity] AS [e] |
2 changes: 2 additions & 0 deletions
2
...ionalTests/MethodOverloadsTests.MethodOverload_WithStringParameter.DotNet9_0.verified.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| SELECT [e].[Id], CAST(LEN(N'Hello_' + [e].[Name]) AS int) AS [Result] | ||
| FROM [Entity] AS [e] |
2 changes: 2 additions & 0 deletions
2
...bles.FunctionalTests/MethodOverloadsTests.MethodOverload_WithStringParameter.verified.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| SELECT [e].[Id], CAST(LEN(N'Hello_' + [e].[Name]) AS int) AS [Result] | ||
| FROM [Entity] AS [e] |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.