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

Added a lot more extension methods #12

Merged
merged 1 commit into from
Nov 10, 2024
Merged

Conversation

dennisdoomen
Copy link
Owner

No description provided.

@dennisdoomen dennisdoomen force-pushed the more-extension-methods branch 3 times, most recently from 6989c0a to 077f658 Compare November 3, 2024 19:57
Copy link

github-actions bot commented Nov 3, 2024

Test Results

  3 files  ±  0    3 suites  ±0   7s ⏱️ +5s
126 tests +110  126 ✅ +110  0 💤 ±0  0 ❌ ±0 
376 runs  +329  376 ✅ +329  0 💤 ±0  0 ❌ ±0 

Results for commit 07824e4. ± Comparison against base commit badb594.

This pull request removes 16 and adds 126 tests. Note that renamed tests count towards both.
Reflectify.Specs.TypeExtensionsSpecs+GetFields ‑ Can_find_all_fields
Reflectify.Specs.TypeExtensionsSpecs+GetFields ‑ Can_find_internal_fields
Reflectify.Specs.TypeExtensionsSpecs+GetFields ‑ Can_find_public_fields
Reflectify.Specs.TypeExtensionsSpecs+GetFields ‑ Supports_returning_nothing_if_asked_for
Reflectify.Specs.TypeExtensionsSpecs+GetMembers ‑ Can_find_all_members
Reflectify.Specs.TypeExtensionsSpecs+GetProperties ‑ Can_get_all_properties_from_an_interface
Reflectify.Specs.TypeExtensionsSpecs+GetProperties ‑ Can_get_all_public_explicit_and_default_interface_properties
Reflectify.Specs.TypeExtensionsSpecs+GetProperties ‑ Can_get_default_interface_properties_only
Reflectify.Specs.TypeExtensionsSpecs+GetProperties ‑ Can_get_explicit_properties_only
Reflectify.Specs.TypeExtensionsSpecs+GetProperties ‑ Can_get_internal_properties
…
Reflectify.Specs.PropertyInfoExtensionsSpecs ‑ Can_determine_a_property_is_an_indexer
Reflectify.Specs.PropertyInfoExtensionsSpecs ‑ Can_determine_a_property_is_not_an_indexer
Reflectify.Specs.TypeMemberExtensionsSpecs+ConversionOperators ‑ Can_find_the_explicit_convertor_for_a_specific_source_and_target_type
Reflectify.Specs.TypeMemberExtensionsSpecs+ConversionOperators ‑ Can_find_the_implicit_convertor_for_a_specific_source_and_target_type
Reflectify.Specs.TypeMemberExtensionsSpecs+ConversionOperators ‑ The_source_type_of_the_explicit_convertor_must_match
Reflectify.Specs.TypeMemberExtensionsSpecs+ConversionOperators ‑ The_source_type_of_the_implicit_convertor_must_match
Reflectify.Specs.TypeMemberExtensionsSpecs+FindField ‑ A_field_name_is_required(name: "")
Reflectify.Specs.TypeMemberExtensionsSpecs+FindField ‑ A_field_name_is_required(name: null)
Reflectify.Specs.TypeMemberExtensionsSpecs+FindField ‑ Can_find_a_public_field
Reflectify.Specs.TypeMemberExtensionsSpecs+FindField ‑ Can_find_an_explicitly_implemented_property_if_you_ask_for_it
…

♻️ This comment has been updated with latest results.

@dennisdoomen dennisdoomen force-pushed the more-extension-methods branch 8 times, most recently from eab53cb to fdbbef1 Compare November 9, 2024 14:37
@dennisdoomen dennisdoomen force-pushed the more-extension-methods branch from fdbbef1 to 07824e4 Compare November 10, 2024 10:18
@dennisdoomen dennisdoomen merged commit e002087 into main Nov 10, 2024
5 of 6 checks passed
@dennisdoomen dennisdoomen deleted the more-extension-methods branch November 10, 2024 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant