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

OfType Function #253

Merged
merged 6 commits into from
Feb 23, 2019
Merged

OfType Function #253

merged 6 commits into from
Feb 23, 2019

Conversation

StefH
Copy link
Collaborator

@StefH StefH commented Feb 22, 2019

No description provided.

@StefH StefH changed the base branch from master to oftype February 22, 2019 11:50
@codecov
Copy link

codecov bot commented Feb 22, 2019

Codecov Report

Merging #253 into oftype will decrease coverage by 0.31%.
The diff coverage is 88.05%.

Impacted file tree graph

@@            Coverage Diff            @@
##           oftype    #253      +/-   ##
=========================================
- Coverage   96.81%   96.5%   -0.32%     
=========================================
  Files          40      41       +1     
  Lines        7064    7201     +137     
=========================================
+ Hits         6839    6949     +110     
- Misses        225     252      +27
Impacted Files Coverage Δ
...eProviders/DefaultDynamicLinqCustomTypeProvider.cs 85.71% <0%> (-14.29%) ⬇️
...Providers/AbstractDynamicLinqCustomTypeProvider.cs 71.23% <0%> (-28.77%) ⬇️
src/System.Linq.Dynamic.Core/ParsingConfig.cs 100% <100%> (ø) ⬆️
...em.Linq.Dynamic.Core/DynamicQueryableExtensions.cs 100% <100%> (ø) ⬆️
.../System.Linq.Dynamic.Core/Parser/KeywordsHelper.cs 100% <100%> (ø) ⬆️
src/System.Linq.Dynamic.Core/Parser/TypeFinder.cs 100% <100%> (ø)
...namic.Core/Parser/SupportedMethods/MethodFinder.cs 100% <100%> (ø) ⬆️
...ystem.Linq.Dynamic.Core/Parser/ExpressionParser.cs 98.64% <100%> (+0.02%) ⬆️

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 4efa3d4...54208a7. Read the comment docs.

* SimpleName

* add tests

* solve code issue

* fix code complexity

* e != null

* TypeFinder

* .

* add test
@StefH StefH merged commit 07ada7f into oftype Feb 23, 2019
@StefH StefH deleted the oftype_function branch February 23, 2019 09:23
StefH added a commit that referenced this pull request Feb 28, 2019
* OfType and Cast

* cast and offtype

* 1.0.11

* Add NetCoreApp target & include DefaultDynamicLinqCustomTypeProvider (#251)

* netcoreapp2.1

* update program.cs

* OfType Function (#253)

* 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

* update tests

* remove it.OfType(...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant