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

Resolve types by simple name #252 #254

Merged
merged 8 commits into from
Feb 23, 2019
Merged

Conversation

StefH
Copy link
Collaborator

@StefH StefH commented Feb 23, 2019

No description provided.

@StefH StefH added the feature label Feb 23, 2019
@codecov
Copy link

codecov bot commented Feb 23, 2019

Codecov Report

Merging #254 into oftype_function will decrease coverage by 0.35%.
The diff coverage is 75.89%.

Impacted file tree graph

@@                Coverage Diff                 @@
##           oftype_function    #254      +/-   ##
==================================================
- Coverage            96.85%   96.5%   -0.36%     
==================================================
  Files                   40      41       +1     
  Lines                 7151    7201      +50     
==================================================
+ Hits                  6926    6949      +23     
- Misses                 225     252      +27
Impacted Files Coverage Δ
.../System.Linq.Dynamic.Core/Parser/KeywordsHelper.cs 100% <ø> (ø) ⬆️
...Providers/AbstractDynamicLinqCustomTypeProvider.cs 71.23% <0%> (-28.77%) ⬇️
...eProviders/DefaultDynamicLinqCustomTypeProvider.cs 85.71% <0%> (-14.29%) ⬇️
...ystem.Linq.Dynamic.Core/Parser/ExpressionParser.cs 98.64% <100%> (-0.04%) ⬇️
src/System.Linq.Dynamic.Core/Parser/TypeFinder.cs 100% <100%> (ø)
src/System.Linq.Dynamic.Core/ParsingConfig.cs 100% <100%> (ø) ⬆️
...em.Linq.Dynamic.Core/DynamicQueryableExtensions.cs 100% <100%> (ø) ⬆️

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 58fc05a...c2e2fce. Read the comment docs.

4 similar comments
@codecov
Copy link

codecov bot commented Feb 23, 2019

Codecov Report

Merging #254 into oftype_function will decrease coverage by 0.35%.
The diff coverage is 75.89%.

Impacted file tree graph

@@                Coverage Diff                 @@
##           oftype_function    #254      +/-   ##
==================================================
- Coverage            96.85%   96.5%   -0.36%     
==================================================
  Files                   40      41       +1     
  Lines                 7151    7201      +50     
==================================================
+ Hits                  6926    6949      +23     
- Misses                 225     252      +27
Impacted Files Coverage Δ
.../System.Linq.Dynamic.Core/Parser/KeywordsHelper.cs 100% <ø> (ø) ⬆️
...Providers/AbstractDynamicLinqCustomTypeProvider.cs 71.23% <0%> (-28.77%) ⬇️
...eProviders/DefaultDynamicLinqCustomTypeProvider.cs 85.71% <0%> (-14.29%) ⬇️
...ystem.Linq.Dynamic.Core/Parser/ExpressionParser.cs 98.64% <100%> (-0.04%) ⬇️
src/System.Linq.Dynamic.Core/Parser/TypeFinder.cs 100% <100%> (ø)
src/System.Linq.Dynamic.Core/ParsingConfig.cs 100% <100%> (ø) ⬆️
...em.Linq.Dynamic.Core/DynamicQueryableExtensions.cs 100% <100%> (ø) ⬆️

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 58fc05a...c2e2fce. Read the comment docs.

@codecov
Copy link

codecov bot commented Feb 23, 2019

Codecov Report

Merging #254 into oftype_function will decrease coverage by 0.35%.
The diff coverage is 75.89%.

Impacted file tree graph

@@                Coverage Diff                 @@
##           oftype_function    #254      +/-   ##
==================================================
- Coverage            96.85%   96.5%   -0.36%     
==================================================
  Files                   40      41       +1     
  Lines                 7151    7201      +50     
==================================================
+ Hits                  6926    6949      +23     
- Misses                 225     252      +27
Impacted Files Coverage Δ
.../System.Linq.Dynamic.Core/Parser/KeywordsHelper.cs 100% <ø> (ø) ⬆️
...Providers/AbstractDynamicLinqCustomTypeProvider.cs 71.23% <0%> (-28.77%) ⬇️
...eProviders/DefaultDynamicLinqCustomTypeProvider.cs 85.71% <0%> (-14.29%) ⬇️
...ystem.Linq.Dynamic.Core/Parser/ExpressionParser.cs 98.64% <100%> (-0.04%) ⬇️
src/System.Linq.Dynamic.Core/Parser/TypeFinder.cs 100% <100%> (ø)
src/System.Linq.Dynamic.Core/ParsingConfig.cs 100% <100%> (ø) ⬆️
...em.Linq.Dynamic.Core/DynamicQueryableExtensions.cs 100% <100%> (ø) ⬆️

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 58fc05a...c2e2fce. Read the comment docs.

@codecov
Copy link

codecov bot commented Feb 23, 2019

Codecov Report

Merging #254 into oftype_function will decrease coverage by 0.35%.
The diff coverage is 75.89%.

Impacted file tree graph

@@                Coverage Diff                 @@
##           oftype_function    #254      +/-   ##
==================================================
- Coverage            96.85%   96.5%   -0.36%     
==================================================
  Files                   40      41       +1     
  Lines                 7151    7201      +50     
==================================================
+ Hits                  6926    6949      +23     
- Misses                 225     252      +27
Impacted Files Coverage Δ
.../System.Linq.Dynamic.Core/Parser/KeywordsHelper.cs 100% <ø> (ø) ⬆️
...Providers/AbstractDynamicLinqCustomTypeProvider.cs 71.23% <0%> (-28.77%) ⬇️
...eProviders/DefaultDynamicLinqCustomTypeProvider.cs 85.71% <0%> (-14.29%) ⬇️
...ystem.Linq.Dynamic.Core/Parser/ExpressionParser.cs 98.64% <100%> (-0.04%) ⬇️
src/System.Linq.Dynamic.Core/Parser/TypeFinder.cs 100% <100%> (ø)
src/System.Linq.Dynamic.Core/ParsingConfig.cs 100% <100%> (ø) ⬆️
...em.Linq.Dynamic.Core/DynamicQueryableExtensions.cs 100% <100%> (ø) ⬆️

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 58fc05a...c2e2fce. Read the comment docs.

@codecov
Copy link

codecov bot commented Feb 23, 2019

Codecov Report

Merging #254 into oftype_function will decrease coverage by 0.35%.
The diff coverage is 75.89%.

Impacted file tree graph

@@                Coverage Diff                 @@
##           oftype_function    #254      +/-   ##
==================================================
- Coverage            96.85%   96.5%   -0.36%     
==================================================
  Files                   40      41       +1     
  Lines                 7151    7201      +50     
==================================================
+ Hits                  6926    6949      +23     
- Misses                 225     252      +27
Impacted Files Coverage Δ
.../System.Linq.Dynamic.Core/Parser/KeywordsHelper.cs 100% <ø> (ø) ⬆️
...Providers/AbstractDynamicLinqCustomTypeProvider.cs 71.23% <0%> (-28.77%) ⬇️
...eProviders/DefaultDynamicLinqCustomTypeProvider.cs 85.71% <0%> (-14.29%) ⬇️
...ystem.Linq.Dynamic.Core/Parser/ExpressionParser.cs 98.64% <100%> (-0.04%) ⬇️
src/System.Linq.Dynamic.Core/Parser/TypeFinder.cs 100% <100%> (ø)
src/System.Linq.Dynamic.Core/ParsingConfig.cs 100% <100%> (ø) ⬆️
...em.Linq.Dynamic.Core/DynamicQueryableExtensions.cs 100% <100%> (ø) ⬆️

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 58fc05a...c2e2fce. Read the comment docs.

@codecov
Copy link

codecov bot commented Feb 23, 2019

Codecov Report

Merging #254 into oftype_function will decrease coverage by 0.35%.
The diff coverage is 75.89%.

Impacted file tree graph

@@                Coverage Diff                 @@
##           oftype_function    #254      +/-   ##
==================================================
- Coverage            96.85%   96.5%   -0.36%     
==================================================
  Files                   40      41       +1     
  Lines                 7151    7201      +50     
==================================================
+ Hits                  6926    6949      +23     
- Misses                 225     252      +27
Impacted Files Coverage Δ
.../System.Linq.Dynamic.Core/Parser/KeywordsHelper.cs 100% <ø> (ø) ⬆️
...Providers/AbstractDynamicLinqCustomTypeProvider.cs 71.23% <0%> (-28.77%) ⬇️
...eProviders/DefaultDynamicLinqCustomTypeProvider.cs 85.71% <0%> (-14.29%) ⬇️
...ystem.Linq.Dynamic.Core/Parser/ExpressionParser.cs 98.64% <100%> (-0.04%) ⬇️
src/System.Linq.Dynamic.Core/Parser/TypeFinder.cs 100% <100%> (ø)
src/System.Linq.Dynamic.Core/ParsingConfig.cs 100% <100%> (ø) ⬆️
...em.Linq.Dynamic.Core/DynamicQueryableExtensions.cs 100% <100%> (ø) ⬆️

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 58fc05a...276377a. Read the comment docs.

@StefH StefH changed the title Resolve types by simple name Resolve types by simple name #252 Feb 23, 2019
@StefH StefH merged commit 54208a7 into oftype_function Feb 23, 2019
@StefH StefH deleted the ResolveTypesBySimpleName branch February 23, 2019 09:07
StefH added a commit that referenced this pull request Feb 23, 2019
* 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 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
Development

Successfully merging this pull request may close these issues.

1 participant