Skip to content

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

Merged
StefH merged 8 commits intomasterfrom
oftype
Feb 28, 2019
Merged

Add support for OfType, Is, As and Cast#249
StefH merged 8 commits intomasterfrom
oftype

Conversation

@StefH
Copy link
Copy Markdown
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
Copy Markdown

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