Merge pull request #161 from leancodepl/update-changelog #367
GitHub Actions / Test Results
succeeded
Aug 20, 2024 in 0s
All 82 tests pass in 46s
Annotations
Check notice on line 0 in .github
github-actions / Test Results
82 tests found
There are 82 tests, see "Raw output" for the full list of tests.
Raw output
LeanCode.ContractsGenerator.Tests.ExampleBased.Analyzers.Context ‑ Context_is_tracked_correctly
LeanCode.ContractsGenerator.Tests.ExampleBased.Analyzers.ErrorCodes ‑ Duplicated_error_codes_in_command_are_detected
LeanCode.ContractsGenerator.Tests.ExampleBased.Analyzers.ExternalType ‑ External_types_are_reported_as_errors
LeanCode.ContractsGenerator.Tests.ExampleBased.Analyzers.InvalidTypes ‑ Invalid_types_are_reported
LeanCode.ContractsGenerator.Tests.ExampleBased.Analyzers.KnownTypesInTopics ‑ Known_types_are_forbidden_in_topics
LeanCode.ContractsGenerator.Tests.ExampleBased.Analyzers.TopicWithNullableNotification ‑ Topics_with_nullable_notifications_are_reported
LeanCode.ContractsGenerator.Tests.ExampleBased.Analyzers.TopicWithoutNotification ‑ Topics_without_notifications_are_reported
LeanCode.ContractsGenerator.Tests.ExampleBased.Attributes ‑ AllowUnauthorized_attribute_is_correctly_propagated
LeanCode.ContractsGenerator.Tests.ExampleBased.Attributes ‑ Attributes_on_enums_is_preserved
LeanCode.ContractsGenerator.Tests.ExampleBased.Attributes ‑ AuthorizeWhen_attribute_is_correctly_propagated
LeanCode.ContractsGenerator.Tests.ExampleBased.Attributes ‑ Named_arguments_are_preserved_along_custom_attributes
LeanCode.ContractsGenerator.Tests.ExampleBased.Attributes ‑ Obsolete_attribute_on_a_class_is_preserved
LeanCode.ContractsGenerator.Tests.ExampleBased.Attributes ‑ Property_attributes_are_preserved
LeanCode.ContractsGenerator.Tests.ExampleBased.Glob ‑ Globbing_excludes_correct_files
LeanCode.ContractsGenerator.Tests.ExampleBased.Glob ‑ Globbing_finds_necessary_files
LeanCode.ContractsGenerator.Tests.ExampleBased.Glob ‑ Globbing_includes_correct_files
LeanCode.ContractsGenerator.Tests.ExampleBased.Notifications.Generic ‑ Multiple_generic_arguments_notification
LeanCode.ContractsGenerator.Tests.ExampleBased.Notifications.Generic ‑ Multiple_generic_notifications_topic
LeanCode.ContractsGenerator.Tests.ExampleBased.Notifications.Generic ‑ Nested_generic_arguments_notification
LeanCode.ContractsGenerator.Tests.ExampleBased.Notifications.Generic ‑ Single_generic_argument_notification
LeanCode.ContractsGenerator.Tests.ExampleBased.Notifications.Internal ‑ Internal_notifications
LeanCode.ContractsGenerator.Tests.ExampleBased.Project ‑ Aggregated_project_compiles
LeanCode.ContractsGenerator.Tests.ExampleBased.Project ‑ External_package_references_are_restored_before_compilation
LeanCode.ContractsGenerator.Tests.ExampleBased.Project ‑ Multiple_separate_projects_compile
LeanCode.ContractsGenerator.Tests.ExampleBased.Project ‑ Multiple_separate_projects_compile_even_if_are_totally_unrelated
LeanCode.ContractsGenerator.Tests.ExampleBased.Project ‑ Multiple_separate_projects_compile_even_if_some_references_overlap
LeanCode.ContractsGenerator.Tests.ExampleBased.Project ‑ Project_with_implicit_usings_compiles
LeanCode.ContractsGenerator.Tests.ExampleBased.Project ‑ Project_with_reference_to_assembly_with_embedded_contracts_has_them_in_the_output
LeanCode.ContractsGenerator.Tests.ExampleBased.Project ‑ Single_project_compiles_correctly
LeanCode.ContractsGenerator.Tests.ExampleBased.Properties ‑ Properties_inside_record_types
LeanCode.ContractsGenerator.Tests.ExampleBased.Properties ‑ Properties_inside_struct_types
LeanCode.ContractsGenerator.Tests.ExampleBased.Properties ‑ Properties_with_binary_types
LeanCode.ContractsGenerator.Tests.ExampleBased.Properties ‑ Properties_with_composite_types
LeanCode.ContractsGenerator.Tests.ExampleBased.Properties ‑ Properties_with_known_types
LeanCode.ContractsGenerator.Tests.ExampleBased.Properties ‑ Properties_with_record_types
LeanCode.ContractsGenerator.Tests.ExampleBased.Properties ‑ Properties_with_struct_types
LeanCode.ContractsGenerator.Tests.ExampleBased.Simple ‑ Comments
LeanCode.ContractsGenerator.Tests.ExampleBased.Simple ‑ Inherited_properties
LeanCode.ContractsGenerator.Tests.ExampleBased.Simple ‑ Record_Class
LeanCode.ContractsGenerator.Tests.ExampleBased.Simple ‑ Record_Struct
LeanCode.ContractsGenerator.Tests.ExampleBased.Simple ‑ Simple_Dto
LeanCode.ContractsGenerator.Tests.ExampleBased.Simple ‑ Simple_Enum
LeanCode.ContractsGenerator.Tests.ExampleBased.Simple ‑ Simple_Record
LeanCode.ContractsGenerator.Tests.ExampleBased.Simple ‑ Simple_Struct
LeanCode.ContractsGenerator.Tests.ExampleBased.Simple ‑ Simple_Topic
LeanCode.ContractsGenerator.Tests.ExampleBased.Simple ‑ Simple_command
LeanCode.ContractsGenerator.Tests.ExampleBased.Simple ‑ Simple_operation
LeanCode.ContractsGenerator.Tests.ExampleBased.Simple ‑ Simple_query
LeanCode.ContractsGenerator.Tests.ExampleBased.SupportedUseCases ‑ Basic_LeanPipe_setup
LeanCode.ContractsGenerator.Tests.ExampleBased.SupportedUseCases ‑ Excluded_types_and_properties
LeanCode.ContractsGenerator.Tests.ExampleBased.SupportedUseCases ‑ Produce_notification_from_inherited_interface
LeanCode.ContractsGenerator.Tests.ExampleBased.SupportedUseCases ‑ Produce_notification_from_inherited_type
LeanCode.ContractsGenerator.Tests.ExampleBased.SupportedUseCases ‑ Records_as_cqrs
LeanCode.ContractsGenerator.Tests.ExampleBased.SupportedUseCases ‑ Same_names_across_namespaces
LeanCode.ContractsGenerator.Tests.ExampleBased.SupportedUseCases ‑ Shared_error_codes
LeanCode.ContractsGenerator.Tests.ExampleBased.SupportedUseCases ‑ Topic_from_abstract_base_class
LeanCode.ContractsGenerator.Tests.ExampleBased.SupportedUseCases ‑ Topic_from_base_interface
LeanCode.ContractsGenerator.Tests.ExampleBased.SupportedUseCases ‑ Topic_from_concrete_base_class
LeanCode.ContractsGenerator.Tests.ExampleBased.SupportedUseCases ‑ Topic_with_multiple_notifications
LeanCode.ContractsGenerator.Tests.Generation.ObjectExtensionsTests ‑ Bool_is_converted
LeanCode.ContractsGenerator.Tests.Generation.ObjectExtensionsTests ‑ FloatingPoint_is_converted(value: 10.0150003)
LeanCode.ContractsGenerator.Tests.Generation.ObjectExtensionsTests ‑ FloatingPoint_is_converted(value: 10.015000343322754)
LeanCode.ContractsGenerator.Tests.Generation.ObjectExtensionsTests ‑ Null_is_converted
LeanCode.ContractsGenerator.Tests.Generation.ObjectExtensionsTests ‑ Number_is_converted(value: 10)
LeanCode.ContractsGenerator.Tests.Generation.ObjectExtensionsTests ‑ Other_types_are_not_converted
LeanCode.ContractsGenerator.Tests.Generation.ObjectExtensionsTests ‑ String_is_converted
LeanCode.ContractsGenerator.Tests.Notifications.NotificationTagGenerators ‑ Arrays_are_described_correctly
LeanCode.ContractsGenerator.Tests.Notifications.NotificationTagGenerators ‑ Generic_arguments_are_described_correctly
LeanCode.ContractsGenerator.Tests.Notifications.NotificationTagGenerators ‑ If_a_known_type_clashes_name_with_internal_type_The_clash_is_resolved_correctly
LeanCode.ContractsGenerator.Tests.Notifications.NotificationTagGenerators ‑ Maps_are_described_correctly
LeanCode.ContractsGenerator.Tests.Notifications.NotificationTagGenerators ‑ Multiple_generic_arguments_are_described_correctly
LeanCode.ContractsGenerator.Tests.Notifications.NotificationTagGenerators ‑ Namespaces_are_preserved_and_contribute_to_the_tag
LeanCode.ContractsGenerator.Tests.Notifications.NotificationTagGenerators ‑ Nested_generic_arguments_are_described_correctly
LeanCode.ContractsGenerator.Tests.Notifications.NotificationTagGenerators ‑ Simple_class_tag_is_generated_correctly
LeanCode.ContractsGenerator.Tests.Serialization.BinarySerializationTests ‑ Binary_can_be_deserialized_from_base64_string
LeanCode.ContractsGenerator.Tests.Serialization.BinarySerializationTests ‑ Binary_is_serialized_as_base64_string
LeanCode.ContractsGenerator.Tests.Serialization.CommandResultSerializationTests ‑ CommandResult_is_deserializable
LeanCode.ContractsGenerator.Tests.Serialization.CommandResultSerializationTests ‑ CommandResult_is_serializable
LeanCode.ContractsGenerator.Tests.Serialization.NotificationEnvelopeSerializationTests ‑ NotificationEnvelope_is_deserializable
LeanCode.ContractsGenerator.Tests.Serialization.NotificationEnvelopeSerializationTests ‑ NotificationEnvelope_is_serializable
LeanCode.ContractsGenerator.Tests.Serialization.SubscriptionEnvelopeSerializationTests ‑ SubscriptionEnvelope_is_deserializable
LeanCode.ContractsGenerator.Tests.Serialization.SubscriptionEnvelopeSerializationTests ‑ SubscriptionEnvelope_is_serializable
Loading