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

The Value= should not be serialized (enumerable data) #5

Open
sandrock opened this issue Apr 9, 2024 · 0 comments
Open

The Value= should not be serialized (enumerable data) #5

sandrock opened this issue Apr 9, 2024 · 0 comments
Labels

Comments

@sandrock
Copy link
Owner

sandrock commented Apr 9, 2024

These unit tests are bugged:

  • SerializeEnumerableMethod.SerializeEnumerableMethod
  • SerializeEnumerableMethod.Value_Item
  • SerializeEnumerableMethod.Value_Item_Value

And the implementation is wrong.

This assert type: Assert.Equal("Hello;Foo=Bar;Value=Yop", result); fails.
We get "Value=Hello;Foo=Bar;Value=Yop"

@sandrock sandrock added the bug label Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant