Skip to content
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

Add support for OfType, Is, As and Cast #249

Merged
merged 8 commits into from
Feb 28, 2019
Merged

Add support for OfType, Is, As and Cast #249

merged 8 commits into from
Feb 28, 2019

Conversation

StefH
Copy link
Collaborator

@StefH StefH commented Feb 19, 2019

No description provided.

@StefH StefH added the feature label Feb 19, 2019
@StefH StefH self-assigned this Feb 19, 2019
@codecov
Copy link

codecov bot commented Feb 19, 2019

Codecov Report

Merging #249 into master will decrease coverage by 0.07%.
The diff coverage is 92.01%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #249      +/-   ##
=========================================
- Coverage   96.57%   96.5%   -0.08%     
=========================================
  Files          41      41              
  Lines        6925    7206     +281     
=========================================
+ Hits         6688    6954     +266     
- Misses        237     252      +15
Impacted Files Coverage Δ
....Core/Compatibility/CustomTypeBuilderExtensions.cs 50% <ø> (-50%) ⬇️
...Providers/AbstractDynamicLinqCustomTypeProvider.cs 71.23% <0%> (-28.77%) ⬇️
...eProviders/DefaultDynamicLinqCustomTypeProvider.cs 85.71% <0%> (+85.71%) ⬆️
.../System.Linq.Dynamic.Core/DefaultAssemblyHelper.cs 100% <100%> (+100%) ⬆️
.../System.Linq.Dynamic.Core/Parser/KeywordsHelper.cs 100% <100%> (ø) ⬆️
src/System.Linq.Dynamic.Core/ParsingConfig.cs 100% <100%> (ø) ⬆️
...em.Linq.Dynamic.Core/DynamicQueryableExtensions.cs 100% <100%> (ø) ⬆️
...namic.Core/Parser/SupportedMethods/MethodFinder.cs 100% <100%> (ø) ⬆️
src/System.Linq.Dynamic.Core/Parser/TypeFinder.cs 100% <100%> (ø)
...ystem.Linq.Dynamic.Core/DynamicExpressionParser.cs 87.83% <100%> (ø) ⬆️
... and 8 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 62c691c...e86e884. Read the comment docs.

* wip

* Comment unused code

* Function AsType, Is, As and Cast

* fix

* fix

* Resolve types by simple name #252 (#254)

* SimpleName

* add tests

* solve code issue

* fix code complexity

* e != null

* TypeFinder

* .

* add test
@StefH StefH changed the title Add support for OfType and Cast Add support for OfType, Is, As and Cast Feb 23, 2019
@StefH StefH merged commit 6fc7fcc into master Feb 28, 2019
@StefH StefH deleted the oftype branch February 28, 2019 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

1 participant