| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
This PR updates the PredefinedMethodsHelper and related parser components to enhance the handling of predefined method calls and improve test coverage. Key changes include:
Copilot reviewed 6 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file| File | Description |
|---|---|
| test/System.Linq.Dynamic.Core.Tests/Parser/PredefinedMethodsHelperTests.cs | Added tests for various supported and unsupported method scenarios. |
| test/System.Linq.Dynamic.Core.Tests/Parser/MethodFinderTest.cs | Modified test cases with updated parameter types and method names. |
| src/System.Linq.Dynamic.Core/Parser/SupportedMethods/MethodFinder.cs | Renamed output parameter to "methodOrConstructor" for clarity. |
| src/System.Linq.Dynamic.Core/Parser/PredefinedMethodsHelper.cs | Transitioned from a static helper to an instance helper with a configurable supported methods dictionary. |
| src/System.Linq.Dynamic.Core/Parser/ExpressionParser.cs | Integrated the instance PredefinedMethodsHelper and updated method accessibility checks. |
| src/System.Linq.Dynamic.Core/DynamicClassFactory.cs | Updated the call to use the new ObjectInstanceToString property. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
No description provided.