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

⬆️ Bump files with dotnet-file sync #107

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

devlooped-bot
Copy link
Member

@devlooped-bot devlooped-bot commented Nov 1, 2023

devlooped/oss

@devlooped-bot devlooped-bot added the dependencies Pull requests that update a dependency file label Nov 1, 2023
@devlooped-bot devlooped-bot force-pushed the dotnet-file-sync branch 2 times, most recently from bf944d4 to 49241a8 Compare December 1, 2023 00:08
@devlooped-bot devlooped-bot force-pushed the dotnet-file-sync branch 2 times, most recently from d886cf6 to 60e49b0 Compare December 21, 2023 00:07
@devlooped-bot devlooped-bot force-pushed the dotnet-file-sync branch 2 times, most recently from c4b8fff to 7a3d935 Compare January 3, 2024 00:08
@devlooped-bot devlooped-bot force-pushed the dotnet-file-sync branch 2 times, most recently from 569eb37 to 2085549 Compare January 17, 2024 00:07
@devlooped-bot devlooped-bot force-pushed the dotnet-file-sync branch 3 times, most recently from 5d733db to 43b6aec Compare January 31, 2024 00:08
@devlooped-bot devlooped-bot force-pushed the dotnet-file-sync branch 2 times, most recently from 7048955 to e909373 Compare March 1, 2024 00:08
@devlooped-bot devlooped-bot force-pushed the dotnet-file-sync branch 2 times, most recently from 38b8fb9 to d04a820 Compare March 13, 2024 00:07
@devlooped-bot devlooped-bot force-pushed the dotnet-file-sync branch 2 times, most recently from 4617afa to 6390ba3 Compare March 21, 2024 00:07
@devlooped-bot devlooped-bot force-pushed the dotnet-file-sync branch 3 times, most recently from 0c6f42d to d0f1d4b Compare April 10, 2024 00:08
@devlooped-bot devlooped-bot force-pushed the dotnet-file-sync branch 3 times, most recently from d0928a4 to 5769267 Compare May 12, 2024 00:08
@devlooped-bot devlooped-bot force-pushed the dotnet-file-sync branch 3 times, most recently from 18502c6 to b820ca1 Compare May 25, 2024 00:07
@devlooped-bot devlooped-bot force-pushed the dotnet-file-sync branch 2 times, most recently from e4a19fb to 80403e0 Compare July 23, 2024 00:10
@devlooped-bot
Copy link
Member Author

devlooped-bot commented Jul 23, 2024

83 passed 83 passed 2 skipped

🧪 Details on Ubuntu 22.04.5 LTS

✅ NuDoq.DelegateVisitorFixture.when_visiting_root_then_can_validate_all_crefs
✅ NuDoq.DelegateVisitorFixture.when_visiting_root_then_visits_all_delegates
✅ NuDoq.ElementTests.when_enumerating_elements_then_can_list_twice_enumerates_once
✅ NuDoq.ElementTests.when_enumerating_elements_then_visit_twice
✅ NuDoq.MemberIdMapFixture.when_adding_assembly_then_adds_all_ids_from_used_types
✅ NuDoq.MemberIdMapFixture.when_mapping_generic_method_on_generic_type_then_matches_xml_format
✅ NuDoq.MemberIdMapFixture.when_mapping_generic_method_on_non_generic_type_then_matches_xml_format
✅ NuDoq.MemberIdMapFixture.when_mapping_generic_type_then_matches_xml_format
✅ NuDoq.MemberIdMapFixture.when_mapping_type_then_can_retrieve_from_ids_or_members
✅ NuDoq.ReaderFixture.when_documenting_generic_method_on_generic_type_then_sets_info
✅ NuDoq.ReaderFixture.when_documenting_generic_method_then_sets_info
✅ NuDoq.ReaderFixture.when_documenting_generic_type_then_can_match_with_mapper
✅ NuDoq.ReaderFixture.when_documenting_generic_type_then_parses_type_param_and_ref
✅ NuDoq.ReaderFixture.when_documenting_method_then_parses_type_param_and_ref
✅ NuDoq.ReaderFixture.when_parsing_empty_code_then_removes_empty_text
✅ NuDoq.ReaderFixture.when_parsing_empty_summary_then_removes_empty_text
✅ NuDoq.ReaderFixture.when_parsing_property_then_reads_value_tag
✅ NuDoq.ReaderFixture.when_parsing_unknown_element_then_reads_inner_content
✅ NuDoq.ReaderFixture.when_reading_assembly_then_can_access_id_map
✅ NuDoq.ReaderFixture.when_reading_assembly_then_can_access_source_assembly
✅ NuDoq.ReaderFixture.when_reading_assembly_then_can_access_source_document
✅ NuDoq.ReaderFixture.when_reading_assembly_then_succeeds
✅ NuDoq.ReaderFixture.when_reading_assembly_then_visits_assembly_and_document
✅ NuDoq.ReaderFixture.when_reading_byref_element_then_can_read_parameter_doc
✅ NuDoq.ReaderFixture.when_reading_cdata_then_preserves_text
✅ NuDoq.ReaderFixture.when_reading_custom_xml_then_can_access_elements_and_attributes
✅ NuDoq.ReaderFixture.when_reading_document_then_visits_document
✅ NuDoq.ReaderFixture.when_reading_element_then_can_access_xml_line_info
✅ NuDoq.ReaderFixture.when_reading_extension_method_then_provides_typed_member
✅ NuDoq.ReaderFixture.when_reading_from_assembly_then_provides_class_info
✅ NuDoq.ReaderFixture.when_reading_from_assembly_then_provides_enum_info
✅ NuDoq.ReaderFixture.when_reading_from_assembly_then_provides_event_info
✅ NuDoq.ReaderFixture.when_reading_from_assembly_then_provides_interface_info
✅ NuDoq.ReaderFixture.when_reading_from_assembly_then_provides_nested_type_info
✅ NuDoq.ReaderFixture.when_reading_from_assembly_then_provides_struct_info
✅ NuDoq.ReaderFixture.when_reading_indexer_property_then_succeeds
✅ NuDoq.ReaderFixture.when_reading_known_element_then_can_access_custom_attributes
✅ NuDoq.ReaderFixture.when_reading_list_then_can_access_type_header_and_items
✅ NuDoq.ReaderFixture.when_reading_non_existent_xml_then_throws
✅ NuDoq.ReaderFixture.when_reading_out_element_then_can_read_parameter_doc
✅ NuDoq.ReaderFixture.when_reading_provider_then_reads_exception
✅ NuDoq.ReaderFixture.when_reading_provider_then_reads_remarks
✅ NuDoq.ReaderFixture.when_reading_provider_then_reads_seealso
✅ NuDoq.ReaderFixture.when_reading_provider_type_then_reads_summary
✅ NuDoq.ReaderFixture.when_reading_unknown_element_then_can_be_empty
✅ NuDoq.ReaderFixture.when_reading_unknown_list_type_then_marks_as_unknown
✅ NuDoq.ReaderFixture.when_reading_unknown_member_then_marks_as_unknown
✅ NuDoq.ReaderFixture.when_reading_weird_indenting_then_preserves_text
✅ NuDoq.ReaderFixture.when_reading_with_keep_lines_then_preserves_original_text
✅ NuDoq.ReaderFixture.when_reading_xml_then_can_access_source_document
✅ NuDoq.ReaderFixture.when_reading_xml_then_visits_document
✅ NuDoq.ReaderFixture.when_using_to_text_then_renders_text_content
❔ NuDoq.ReaderFixture.when_xml_not_found_alongside_assembly_then_throws
✅ NuDoq.ToTextFixture.when_reading_assembly_then_to_string_renders_assembly_location
✅ NuDoq.ToTextFixture.when_reading_member_then_to_string_contains_member_id
✅ NuDoq.ToTextFixture.when_reading_xml_then_to_string_renders_xml_location
✅ NuDoq.ToTextFixture.when_rendering_c_then_renders_text
✅ NuDoq.ToTextFixture.when_rendering_code_then_renders_text
✅ NuDoq.ToTextFixture.when_rendering_paragraph_then_renders_wrapping_new_lines
✅ NuDoq.ToTextFixture.when_rendering_paramref_then_renders_param_name
✅ NuDoq.ToTextFixture.when_rendering_see_then_renders_cref
✅ NuDoq.ToTextFixture.when_rendering_to_string_then_renders_tag_name_for_known_elements
✅ NuDoq.ToTextFixture.when_rendering_to_string_then_renders_tag_name_for_unknown_elements
✅ NuDoq.ToTextFixture.when_rendering_typeparamref_then_renders_type_param_name
✅ NuDoq.TrimLinesBugRepro.WhenCodeContainsEmptyLines_ThenToTextShouldNotThrow
✅ NuDoq.TrimLinesBugRepro.WhenRemarksContainsInvalidIndentation_ThenToTextShouldNotThrow
✅ NuDoq.XmlNormalizerFixture.when_comparing_documents_then_suceeds(description: "Attributes are not ordered, take 2.", doc1: "\n <Child a"..., doc2: "\n <Child"..., schema: null, expectedEquals: True)
✅ NuDoq.XmlNormalizerFixture.when_comparing_documents_then_suceeds(description: "Attributes are not ordered.", doc1: "\n 1"..., doc2: "\n <Child"..., schema: null, expectedEquals: True)
✅ NuDoq.XmlNormalizerFixture.when_comparing_documents_then_suceeds(description: "Attributes of various types, values not normalized"..., doc1: "<Root ABoolean='true'\n A"..., doc2: "<Root ABoolean='true'\n "..., schema: "<xsd:schema xmlns:xsd='http://www.w3.org/2001/XMLS"..., expectedEquals: True)
✅ NuDoq.XmlNormalizerFixture.when_comparing_documents_then_suceeds(description: "Element has a default attribute.", doc1: "", doc2: "", schema: "<xsd:schema xmlns:xsd='http://www.w3.org/2001/XMLS"..., expectedEquals: True)
✅ NuDoq.XmlNormalizerFixture.when_comparing_documents_then_suceeds(description: "Element is data type of xsd:double, values are equ"..., doc1: "\n +25e+01</Chil"..., doc2: "\n 250\n"..., schema: "<xsd:schema xmlns:xsd='http://www.w3.org/2001/XMLS"..., expectedEquals: True)
✅ NuDoq.XmlNormalizerFixture.when_comparing_documents_then_suceeds(description: "Element is data type of xsd:double, values are equ"..., doc1: "25", doc2: "+25", schema: "<xsd:schema xmlns:xsd='http://www.w3.org/2001/XMLS"..., expectedEquals: True)
✅ NuDoq.XmlNormalizerFixture.when_comparing_documents_then_suceeds(description: "hexBinary and language data types", doc1: "3f3c6d78206c657673726f693d6e3122302e20226"..., doc2: "3F3C6D78206C657673726F693D6E3122302E20226"..., schema: "<xsd:schema xmlns:xsd='http://www.w3.org/2001/XMLS"..., expectedEquals: True)
✅ NuDoq.XmlNormalizerFixture.when_comparing_documents_then_suceeds(description: "noNamespaceSchemaLocation", doc1: "", doc2: "<Text xsi:noNamespaceSchemaLocation='http://advent"..., schema: "<xsd:schema xmlns:xsd='http://www.w3.org/2001/XMLS"..., expectedEquals: True)
✅ NuDoq.XmlNormalizerFixture.when_comparing_documents_then_suceeds(description: "One element is self-closed, the other is empty.", doc1: "\n

\n "..., doc2: "\n \n "..., schema: null, expectedEquals: True)
✅ NuDoq.XmlNormalizerFixture.when_comparing_documents_then_suceeds(description: "One tree has a comment. Other does not.", doc1: "", doc2: "", schema: null, expectedEquals: True)
✅ NuDoq.XmlNormalizerFixture.when_comparing_documents_then_suceeds(description: "One tree has comment and PI., other does not.", doc1: "\n \n "..., doc2: "", schema: null, expectedEquals: True)
✅ NuDoq.XmlNormalizerFixture.when_comparing_documents_then_suceeds(description: "One tree is in default namespace. Other is in a n"..., doc1: "\n "..., doc2: "<n:Root xmlns:n='http://www.northwind.com'>\n "..., schema: null, expectedEquals: True)
✅ NuDoq.XmlNormalizerFixture.when_comparing_documents_then_suceeds(description: "Variation on namespace prefixes.", doc1: "\n "..., doc2: "\n "..., schema: null, expectedEquals: True)
✅ NuDoq.XmlNormalizerFixture.when_comparing_documents_then_suceeds(description: "Variations in value representations.", doc1: "\n 1</"..., doc2: "\n t"..., schema: "<xsd:schema xmlns:xsd='http://www.w3.org/2001/XMLS"..., expectedEquals: True)
✅ NuDoq.XmlNormalizerFixture.when_comparing_documents_then_suceeds(description: "Variations in value representations.", doc1: "\n \n "..., doc2: "\n \n "..., schema: "<xs:schema attributeFormDefault='unqualified' elem"..., expectedEquals: True)
✅ NuDoq.XmlVisitorFixture.when_reading_custom_xml_then_document_preserves_element_and_attributes
✅ NuDoq.XmlVisitorFixture.when_visiting_xml_then_adds_members
✅ NuDoq.XmlVisitorFixture.when_visiting_xml_then_adds_source_assembly
❔ NuDoq.XmlVisitorFixture.when_writing_xml_then_can_roundtrip

from dotnet-retest v0.6.3 on .NET 8.0.11 with 💜

@devlooped-bot devlooped-bot force-pushed the dotnet-file-sync branch 2 times, most recently from 74f18a6 to ba77722 Compare August 14, 2024 00:10
@devlooped-bot devlooped-bot force-pushed the dotnet-file-sync branch 5 times, most recently from ae22371 to ca296ae Compare August 31, 2024 00:09
@devlooped-bot devlooped-bot force-pushed the dotnet-file-sync branch 2 times, most recently from e06bf87 to 711da27 Compare September 4, 2024 00:10
@devlooped-bot devlooped-bot force-pushed the dotnet-file-sync branch 4 times, most recently from a194032 to 4447d74 Compare September 18, 2024 00:10
@devlooped-bot
Copy link
Member Author

83 passed 83 passed 2 skipped

🧪 Details on Ubuntu 22.04.5 LTS

✅ NuDoq.DelegateVisitorFixture.when_visiting_root_then_can_validate_all_crefs
✅ NuDoq.DelegateVisitorFixture.when_visiting_root_then_visits_all_delegates
✅ NuDoq.ElementTests.when_enumerating_elements_then_can_list_twice_enumerates_once
✅ NuDoq.ElementTests.when_enumerating_elements_then_visit_twice
✅ NuDoq.MemberIdMapFixture.when_adding_assembly_then_adds_all_ids_from_used_types
✅ NuDoq.MemberIdMapFixture.when_mapping_generic_method_on_generic_type_then_matches_xml_format
✅ NuDoq.MemberIdMapFixture.when_mapping_generic_method_on_non_generic_type_then_matches_xml_format
✅ NuDoq.MemberIdMapFixture.when_mapping_generic_type_then_matches_xml_format
✅ NuDoq.MemberIdMapFixture.when_mapping_type_then_can_retrieve_from_ids_or_members
✅ NuDoq.ReaderFixture.when_documenting_generic_method_on_generic_type_then_sets_info
✅ NuDoq.ReaderFixture.when_documenting_generic_method_then_sets_info
✅ NuDoq.ReaderFixture.when_documenting_generic_type_then_can_match_with_mapper
✅ NuDoq.ReaderFixture.when_documenting_generic_type_then_parses_type_param_and_ref
✅ NuDoq.ReaderFixture.when_documenting_method_then_parses_type_param_and_ref
✅ NuDoq.ReaderFixture.when_parsing_empty_code_then_removes_empty_text
✅ NuDoq.ReaderFixture.when_parsing_empty_summary_then_removes_empty_text
✅ NuDoq.ReaderFixture.when_parsing_property_then_reads_value_tag
✅ NuDoq.ReaderFixture.when_parsing_unknown_element_then_reads_inner_content
✅ NuDoq.ReaderFixture.when_reading_assembly_then_can_access_id_map
✅ NuDoq.ReaderFixture.when_reading_assembly_then_can_access_source_assembly
✅ NuDoq.ReaderFixture.when_reading_assembly_then_can_access_source_document
✅ NuDoq.ReaderFixture.when_reading_assembly_then_succeeds
✅ NuDoq.ReaderFixture.when_reading_assembly_then_visits_assembly_and_document
✅ NuDoq.ReaderFixture.when_reading_byref_element_then_can_read_parameter_doc
✅ NuDoq.ReaderFixture.when_reading_cdata_then_preserves_text
✅ NuDoq.ReaderFixture.when_reading_custom_xml_then_can_access_elements_and_attributes
✅ NuDoq.ReaderFixture.when_reading_document_then_visits_document
✅ NuDoq.ReaderFixture.when_reading_element_then_can_access_xml_line_info
✅ NuDoq.ReaderFixture.when_reading_extension_method_then_provides_typed_member
✅ NuDoq.ReaderFixture.when_reading_from_assembly_then_provides_class_info
✅ NuDoq.ReaderFixture.when_reading_from_assembly_then_provides_enum_info
✅ NuDoq.ReaderFixture.when_reading_from_assembly_then_provides_event_info
✅ NuDoq.ReaderFixture.when_reading_from_assembly_then_provides_interface_info
✅ NuDoq.ReaderFixture.when_reading_from_assembly_then_provides_nested_type_info
✅ NuDoq.ReaderFixture.when_reading_from_assembly_then_provides_struct_info
✅ NuDoq.ReaderFixture.when_reading_indexer_property_then_succeeds
✅ NuDoq.ReaderFixture.when_reading_known_element_then_can_access_custom_attributes
✅ NuDoq.ReaderFixture.when_reading_list_then_can_access_type_header_and_items
✅ NuDoq.ReaderFixture.when_reading_non_existent_xml_then_throws
✅ NuDoq.ReaderFixture.when_reading_out_element_then_can_read_parameter_doc
✅ NuDoq.ReaderFixture.when_reading_provider_then_reads_exception
✅ NuDoq.ReaderFixture.when_reading_provider_then_reads_remarks
✅ NuDoq.ReaderFixture.when_reading_provider_then_reads_seealso
✅ NuDoq.ReaderFixture.when_reading_provider_type_then_reads_summary
✅ NuDoq.ReaderFixture.when_reading_unknown_element_then_can_be_empty
✅ NuDoq.ReaderFixture.when_reading_unknown_list_type_then_marks_as_unknown
✅ NuDoq.ReaderFixture.when_reading_unknown_member_then_marks_as_unknown
✅ NuDoq.ReaderFixture.when_reading_weird_indenting_then_preserves_text
✅ NuDoq.ReaderFixture.when_reading_with_keep_lines_then_preserves_original_text
✅ NuDoq.ReaderFixture.when_reading_xml_then_can_access_source_document
✅ NuDoq.ReaderFixture.when_reading_xml_then_visits_document
✅ NuDoq.ReaderFixture.when_using_to_text_then_renders_text_content
❔ NuDoq.ReaderFixture.when_xml_not_found_alongside_assembly_then_throws
✅ NuDoq.ToTextFixture.when_reading_assembly_then_to_string_renders_assembly_location
✅ NuDoq.ToTextFixture.when_reading_member_then_to_string_contains_member_id
✅ NuDoq.ToTextFixture.when_reading_xml_then_to_string_renders_xml_location
✅ NuDoq.ToTextFixture.when_rendering_c_then_renders_text
✅ NuDoq.ToTextFixture.when_rendering_code_then_renders_text
✅ NuDoq.ToTextFixture.when_rendering_paragraph_then_renders_wrapping_new_lines
✅ NuDoq.ToTextFixture.when_rendering_paramref_then_renders_param_name
✅ NuDoq.ToTextFixture.when_rendering_see_then_renders_cref
✅ NuDoq.ToTextFixture.when_rendering_to_string_then_renders_tag_name_for_known_elements
✅ NuDoq.ToTextFixture.when_rendering_to_string_then_renders_tag_name_for_unknown_elements
✅ NuDoq.ToTextFixture.when_rendering_typeparamref_then_renders_type_param_name
✅ NuDoq.TrimLinesBugRepro.WhenCodeContainsEmptyLines_ThenToTextShouldNotThrow
✅ NuDoq.TrimLinesBugRepro.WhenRemarksContainsInvalidIndentation_ThenToTextShouldNotThrow
✅ NuDoq.XmlNormalizerFixture.when_comparing_documents_then_suceeds(description: "Attributes are not ordered, take 2.", doc1: "\n <Child a"..., doc2: "\n <Child"..., schema: null, expectedEquals: True)
✅ NuDoq.XmlNormalizerFixture.when_comparing_documents_then_suceeds(description: "Attributes are not ordered.", doc1: "\n 1"..., doc2: "\n <Child"..., schema: null, expectedEquals: True)
✅ NuDoq.XmlNormalizerFixture.when_comparing_documents_then_suceeds(description: "Attributes of various types, values not normalized"..., doc1: "<Root ABoolean='true'\n A"..., doc2: "<Root ABoolean='true'\n "..., schema: "<xsd:schema xmlns:xsd='http://www.w3.org/2001/XMLS"..., expectedEquals: True)
✅ NuDoq.XmlNormalizerFixture.when_comparing_documents_then_suceeds(description: "Element has a default attribute.", doc1: "", doc2: "", schema: "<xsd:schema xmlns:xsd='http://www.w3.org/2001/XMLS"..., expectedEquals: True)
✅ NuDoq.XmlNormalizerFixture.when_comparing_documents_then_suceeds(description: "Element is data type of xsd:double, values are equ"..., doc1: "\n +25e+01</Chil"..., doc2: "\n 250\n"..., schema: "<xsd:schema xmlns:xsd='http://www.w3.org/2001/XMLS"..., expectedEquals: True)
✅ NuDoq.XmlNormalizerFixture.when_comparing_documents_then_suceeds(description: "Element is data type of xsd:double, values are equ"..., doc1: "25", doc2: "+25", schema: "<xsd:schema xmlns:xsd='http://www.w3.org/2001/XMLS"..., expectedEquals: True)
✅ NuDoq.XmlNormalizerFixture.when_comparing_documents_then_suceeds(description: "hexBinary and language data types", doc1: "3f3c6d78206c657673726f693d6e3122302e20226"..., doc2: "3F3C6D78206C657673726F693D6E3122302E20226"..., schema: "<xsd:schema xmlns:xsd='http://www.w3.org/2001/XMLS"..., expectedEquals: True)
✅ NuDoq.XmlNormalizerFixture.when_comparing_documents_then_suceeds(description: "noNamespaceSchemaLocation", doc1: "", doc2: "<Text xsi:noNamespaceSchemaLocation='http://advent"..., schema: "<xsd:schema xmlns:xsd='http://www.w3.org/2001/XMLS"..., expectedEquals: True)
✅ NuDoq.XmlNormalizerFixture.when_comparing_documents_then_suceeds(description: "One element is self-closed, the other is empty.", doc1: "\n

\n "..., doc2: "\n \n "..., schema: null, expectedEquals: True)
✅ NuDoq.XmlNormalizerFixture.when_comparing_documents_then_suceeds(description: "One tree has a comment. Other does not.", doc1: "", doc2: "", schema: null, expectedEquals: True)
✅ NuDoq.XmlNormalizerFixture.when_comparing_documents_then_suceeds(description: "One tree has comment and PI., other does not.", doc1: "\n \n "..., doc2: "", schema: null, expectedEquals: True)
✅ NuDoq.XmlNormalizerFixture.when_comparing_documents_then_suceeds(description: "One tree is in default namespace. Other is in a n"..., doc1: "\n "..., doc2: "<n:Root xmlns:n='http://www.northwind.com'>\n "..., schema: null, expectedEquals: True)
✅ NuDoq.XmlNormalizerFixture.when_comparing_documents_then_suceeds(description: "Variation on namespace prefixes.", doc1: "\n "..., doc2: "\n "..., schema: null, expectedEquals: True)
✅ NuDoq.XmlNormalizerFixture.when_comparing_documents_then_suceeds(description: "Variations in value representations.", doc1: "\n 1</"..., doc2: "\n t"..., schema: "<xsd:schema xmlns:xsd='http://www.w3.org/2001/XMLS"..., expectedEquals: True)
✅ NuDoq.XmlNormalizerFixture.when_comparing_documents_then_suceeds(description: "Variations in value representations.", doc1: "\n \n "..., doc2: "\n \n "..., schema: "<xs:schema attributeFormDefault='unqualified' elem"..., expectedEquals: True)
✅ NuDoq.XmlVisitorFixture.when_reading_custom_xml_then_document_preserves_element_and_attributes
✅ NuDoq.XmlVisitorFixture.when_visiting_xml_then_adds_members
✅ NuDoq.XmlVisitorFixture.when_visiting_xml_then_adds_source_assembly
❔ NuDoq.XmlVisitorFixture.when_writing_xml_then_can_roundtrip

from dotnet-retest v0.6.3 on .NET 8.0.8 with 💜

@devlooped-bot devlooped-bot force-pushed the dotnet-file-sync branch 3 times, most recently from 14c6425 to 2eac991 Compare October 3, 2024 00:10
@devlooped-bot devlooped-bot force-pushed the dotnet-file-sync branch 2 times, most recently from 13577db to dfc0820 Compare October 26, 2024 00:08
@devlooped-bot devlooped-bot force-pushed the dotnet-file-sync branch 2 times, most recently from 0834211 to 1895aa6 Compare November 2, 2024 00:11
@devlooped-bot
Copy link
Member Author

83 passed 83 passed 2 skipped

🧪 Details on Ubuntu 22.04.5 LTS

✅ NuDoq.DelegateVisitorFixture.when_visiting_root_then_can_validate_all_crefs
✅ NuDoq.DelegateVisitorFixture.when_visiting_root_then_visits_all_delegates
✅ NuDoq.ElementTests.when_enumerating_elements_then_can_list_twice_enumerates_once
✅ NuDoq.ElementTests.when_enumerating_elements_then_visit_twice
✅ NuDoq.MemberIdMapFixture.when_adding_assembly_then_adds_all_ids_from_used_types
✅ NuDoq.MemberIdMapFixture.when_mapping_generic_method_on_generic_type_then_matches_xml_format
✅ NuDoq.MemberIdMapFixture.when_mapping_generic_method_on_non_generic_type_then_matches_xml_format
✅ NuDoq.MemberIdMapFixture.when_mapping_generic_type_then_matches_xml_format
✅ NuDoq.MemberIdMapFixture.when_mapping_type_then_can_retrieve_from_ids_or_members
✅ NuDoq.ReaderFixture.when_documenting_generic_method_on_generic_type_then_sets_info
✅ NuDoq.ReaderFixture.when_documenting_generic_method_then_sets_info
✅ NuDoq.ReaderFixture.when_documenting_generic_type_then_can_match_with_mapper
✅ NuDoq.ReaderFixture.when_documenting_generic_type_then_parses_type_param_and_ref
✅ NuDoq.ReaderFixture.when_documenting_method_then_parses_type_param_and_ref
✅ NuDoq.ReaderFixture.when_parsing_empty_code_then_removes_empty_text
✅ NuDoq.ReaderFixture.when_parsing_empty_summary_then_removes_empty_text
✅ NuDoq.ReaderFixture.when_parsing_property_then_reads_value_tag
✅ NuDoq.ReaderFixture.when_parsing_unknown_element_then_reads_inner_content
✅ NuDoq.ReaderFixture.when_reading_assembly_then_can_access_id_map
✅ NuDoq.ReaderFixture.when_reading_assembly_then_can_access_source_assembly
✅ NuDoq.ReaderFixture.when_reading_assembly_then_can_access_source_document
✅ NuDoq.ReaderFixture.when_reading_assembly_then_succeeds
✅ NuDoq.ReaderFixture.when_reading_assembly_then_visits_assembly_and_document
✅ NuDoq.ReaderFixture.when_reading_byref_element_then_can_read_parameter_doc
✅ NuDoq.ReaderFixture.when_reading_cdata_then_preserves_text
✅ NuDoq.ReaderFixture.when_reading_custom_xml_then_can_access_elements_and_attributes
✅ NuDoq.ReaderFixture.when_reading_document_then_visits_document
✅ NuDoq.ReaderFixture.when_reading_element_then_can_access_xml_line_info
✅ NuDoq.ReaderFixture.when_reading_extension_method_then_provides_typed_member
✅ NuDoq.ReaderFixture.when_reading_from_assembly_then_provides_class_info
✅ NuDoq.ReaderFixture.when_reading_from_assembly_then_provides_enum_info
✅ NuDoq.ReaderFixture.when_reading_from_assembly_then_provides_event_info
✅ NuDoq.ReaderFixture.when_reading_from_assembly_then_provides_interface_info
✅ NuDoq.ReaderFixture.when_reading_from_assembly_then_provides_nested_type_info
✅ NuDoq.ReaderFixture.when_reading_from_assembly_then_provides_struct_info
✅ NuDoq.ReaderFixture.when_reading_indexer_property_then_succeeds
✅ NuDoq.ReaderFixture.when_reading_known_element_then_can_access_custom_attributes
✅ NuDoq.ReaderFixture.when_reading_list_then_can_access_type_header_and_items
✅ NuDoq.ReaderFixture.when_reading_non_existent_xml_then_throws
✅ NuDoq.ReaderFixture.when_reading_out_element_then_can_read_parameter_doc
✅ NuDoq.ReaderFixture.when_reading_provider_then_reads_exception
✅ NuDoq.ReaderFixture.when_reading_provider_then_reads_remarks
✅ NuDoq.ReaderFixture.when_reading_provider_then_reads_seealso
✅ NuDoq.ReaderFixture.when_reading_provider_type_then_reads_summary
✅ NuDoq.ReaderFixture.when_reading_unknown_element_then_can_be_empty
✅ NuDoq.ReaderFixture.when_reading_unknown_list_type_then_marks_as_unknown
✅ NuDoq.ReaderFixture.when_reading_unknown_member_then_marks_as_unknown
✅ NuDoq.ReaderFixture.when_reading_weird_indenting_then_preserves_text
✅ NuDoq.ReaderFixture.when_reading_with_keep_lines_then_preserves_original_text
✅ NuDoq.ReaderFixture.when_reading_xml_then_can_access_source_document
✅ NuDoq.ReaderFixture.when_reading_xml_then_visits_document
✅ NuDoq.ReaderFixture.when_using_to_text_then_renders_text_content
❔ NuDoq.ReaderFixture.when_xml_not_found_alongside_assembly_then_throws
✅ NuDoq.ToTextFixture.when_reading_assembly_then_to_string_renders_assembly_location
✅ NuDoq.ToTextFixture.when_reading_member_then_to_string_contains_member_id
✅ NuDoq.ToTextFixture.when_reading_xml_then_to_string_renders_xml_location
✅ NuDoq.ToTextFixture.when_rendering_c_then_renders_text
✅ NuDoq.ToTextFixture.when_rendering_code_then_renders_text
✅ NuDoq.ToTextFixture.when_rendering_paragraph_then_renders_wrapping_new_lines
✅ NuDoq.ToTextFixture.when_rendering_paramref_then_renders_param_name
✅ NuDoq.ToTextFixture.when_rendering_see_then_renders_cref
✅ NuDoq.ToTextFixture.when_rendering_to_string_then_renders_tag_name_for_known_elements
✅ NuDoq.ToTextFixture.when_rendering_to_string_then_renders_tag_name_for_unknown_elements
✅ NuDoq.ToTextFixture.when_rendering_typeparamref_then_renders_type_param_name
✅ NuDoq.TrimLinesBugRepro.WhenCodeContainsEmptyLines_ThenToTextShouldNotThrow
✅ NuDoq.TrimLinesBugRepro.WhenRemarksContainsInvalidIndentation_ThenToTextShouldNotThrow
✅ NuDoq.XmlNormalizerFixture.when_comparing_documents_then_suceeds(description: "Attributes are not ordered, take 2.", doc1: "\n <Child a"..., doc2: "\n <Child"..., schema: null, expectedEquals: True)
✅ NuDoq.XmlNormalizerFixture.when_comparing_documents_then_suceeds(description: "Attributes are not ordered.", doc1: "\n 1"..., doc2: "\n <Child"..., schema: null, expectedEquals: True)
✅ NuDoq.XmlNormalizerFixture.when_comparing_documents_then_suceeds(description: "Attributes of various types, values not normalized"..., doc1: "<Root ABoolean='true'\n A"..., doc2: "<Root ABoolean='true'\n "..., schema: "<xsd:schema xmlns:xsd='http://www.w3.org/2001/XMLS"..., expectedEquals: True)
✅ NuDoq.XmlNormalizerFixture.when_comparing_documents_then_suceeds(description: "Element has a default attribute.", doc1: "", doc2: "", schema: "<xsd:schema xmlns:xsd='http://www.w3.org/2001/XMLS"..., expectedEquals: True)
✅ NuDoq.XmlNormalizerFixture.when_comparing_documents_then_suceeds(description: "Element is data type of xsd:double, values are equ"..., doc1: "\n +25e+01</Chil"..., doc2: "\n 250\n"..., schema: "<xsd:schema xmlns:xsd='http://www.w3.org/2001/XMLS"..., expectedEquals: True)
✅ NuDoq.XmlNormalizerFixture.when_comparing_documents_then_suceeds(description: "Element is data type of xsd:double, values are equ"..., doc1: "25", doc2: "+25", schema: "<xsd:schema xmlns:xsd='http://www.w3.org/2001/XMLS"..., expectedEquals: True)
✅ NuDoq.XmlNormalizerFixture.when_comparing_documents_then_suceeds(description: "hexBinary and language data types", doc1: "3f3c6d78206c657673726f693d6e3122302e20226"..., doc2: "3F3C6D78206C657673726F693D6E3122302E20226"..., schema: "<xsd:schema xmlns:xsd='http://www.w3.org/2001/XMLS"..., expectedEquals: True)
✅ NuDoq.XmlNormalizerFixture.when_comparing_documents_then_suceeds(description: "noNamespaceSchemaLocation", doc1: "", doc2: "<Text xsi:noNamespaceSchemaLocation='http://advent"..., schema: "<xsd:schema xmlns:xsd='http://www.w3.org/2001/XMLS"..., expectedEquals: True)
✅ NuDoq.XmlNormalizerFixture.when_comparing_documents_then_suceeds(description: "One element is self-closed, the other is empty.", doc1: "\n

\n "..., doc2: "\n \n "..., schema: null, expectedEquals: True)
✅ NuDoq.XmlNormalizerFixture.when_comparing_documents_then_suceeds(description: "One tree has a comment. Other does not.", doc1: "", doc2: "", schema: null, expectedEquals: True)
✅ NuDoq.XmlNormalizerFixture.when_comparing_documents_then_suceeds(description: "One tree has comment and PI., other does not.", doc1: "\n \n "..., doc2: "", schema: null, expectedEquals: True)
✅ NuDoq.XmlNormalizerFixture.when_comparing_documents_then_suceeds(description: "One tree is in default namespace. Other is in a n"..., doc1: "\n "..., doc2: "<n:Root xmlns:n='http://www.northwind.com'>\n "..., schema: null, expectedEquals: True)
✅ NuDoq.XmlNormalizerFixture.when_comparing_documents_then_suceeds(description: "Variation on namespace prefixes.", doc1: "\n "..., doc2: "\n "..., schema: null, expectedEquals: True)
✅ NuDoq.XmlNormalizerFixture.when_comparing_documents_then_suceeds(description: "Variations in value representations.", doc1: "\n 1</"..., doc2: "\n t"..., schema: "<xsd:schema xmlns:xsd='http://www.w3.org/2001/XMLS"..., expectedEquals: True)
✅ NuDoq.XmlNormalizerFixture.when_comparing_documents_then_suceeds(description: "Variations in value representations.", doc1: "\n \n "..., doc2: "\n \n "..., schema: "<xs:schema attributeFormDefault='unqualified' elem"..., expectedEquals: True)
✅ NuDoq.XmlVisitorFixture.when_reading_custom_xml_then_document_preserves_element_and_attributes
✅ NuDoq.XmlVisitorFixture.when_visiting_xml_then_adds_members
✅ NuDoq.XmlVisitorFixture.when_visiting_xml_then_adds_source_assembly
❔ NuDoq.XmlVisitorFixture.when_writing_xml_then_can_roundtrip

from dotnet-retest v0.6.3 on .NET 8.0.10 with 💜

# devlooped/oss

- Improve triage actions on issues devlooped/oss@33000c0
- Update .gitignore with BenchmarkDotNet artifacts default path devlooped/oss@e20e906
- Remove whitespace and add results to ignore devlooped/oss@ef852e7
- Only ignore App folder directly under the root devlooped/oss@02811fa
- Update to checkout@v4 devlooped/oss@5fb1723
- Make sure build runs before pack devlooped/oss@ede013a
- Switch to PackOnBuild=true and remove pack step devlooped/oss@6e7a3ab
- Upload binlog artifact on debug runs devlooped/oss@a67ae78
- Set env:gh_token if present as secret devlooped/oss@97ebd18
- Update .gitignore to ignore .genaiscript devlooped/oss@e0be248
- Skip discussion issues when generating changelog devlooped/oss@08d83cb
- Cleanup build and publish to use VersionLabel devlooped/oss@14deaea
- Update dotnet-file.yml with fix to create pull request action devlooped/oss@11a331d
- Don't add random wait on manual dotnet-file runs devlooped/oss@7afe350
- Update publish.yml to include prereleased publish devlooped/oss@d793e7a
- Automatically use the new terminal logger if possible devlooped/oss@27a5c9a
- Don't attempt to push to nuget.org without a key devlooped/oss@d11c4dc
- Push also to sleet if configured devlooped/oss@40ee833
- Simplify testing by switching to dotnet-retest devlooped/oss@b5bb972
- Allow per-repo publish agent OS var, and non-nuget.org prereleases devlooped/oss@0345b45
- Set working directory for nuget push devlooped/oss@fcfc66a
- Bump create-pr dependency to avoid error with existing PRs devlooped/oss@11a8757
- Only commit markdown files when resolving includes devlooped/oss@2c10a83
- Allow seamless sleet upgrades without requiring workflow updates devlooped/oss@5e17ad6
- Simplify .gitattributes devlooped/oss@5f92a68
- Fix dependabot group for tests devlooped/oss@49661db
- Update includes.yml to include top-level .md devlooped/oss@d152e74
- If we provide a docs category, don't exclude docs :) devlooped/oss@0c23e24
- Allow choosing build configuration on dispatch devlooped/oss@fef4635
- Remove shared community files from ignores devlooped/oss@65f89e0
- We don't push just from ubuntu anymore devlooped/oss@7ec9101
- Add trx logger by default to CLI builds devlooped/oss@a75b141
- Remove -l:trx since it's just for dotnet test, not build devlooped/oss@0f7f7f7
- NoTargets/Traversal SDKs now support central package versions too devlooped/oss@afca922
- Enable floating versions for central packages by default devlooped/oss@b1d14c6
- Add static usings to allow unprefixed ThrowXxxx devlooped/oss@6dfe21f
- Add compatibility for non-SDK projects without InitializeSourceControlInformation target devlooped/oss@6e96c59
- Set Version from VersionLabel if it's a refs/tags/ devlooped/oss@57653a2
- Improve default value for GenerateDocumentationFile devlooped/oss@b76de49
- Add common sponsors metadata to assemblies devlooped/oss@0789bf0
- Update assembly metadata format for Funding.GitHub devlooped/oss@5801de0
- SponsorLink metadata will be opt-in only by analyzer projects devlooped/oss@c618ea8
- Fix typo in targets devlooped/oss@33a20db
- Don't copy default icon to output directory devlooped/oss@9263184
- Update typed resgen to opt-in only devlooped/oss@a8b2080

# clarius/pages

- Bump github-pages to fix build error clarius/pages@90fa16e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant