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

Serialiser_Engine: serialisation of methods with out collection parameters yields suspicious results #3383

Open
pawelbaran opened this issue Jul 29, 2024 · 0 comments
Assignees
Labels
type:bug Error or unexpected behaviour

Comments

@pawelbaran
Copy link
Member

pawelbaran commented Jul 29, 2024

Description:

I have just noticed that serialisation of methods with out parameters of collection type results in slightly different format where:

  • out param of collection type comes out as System.Collections.Generic.List1[[System.Double]]&` or similar
  • non-out param of collection type comes out as System.Collections.Generic.List1withGenericArguments` field

Not a critical bug because both strings deserialise, but worth aligning.

Test file:

On SharePoint

@pawelbaran pawelbaran added the type:bug Error or unexpected behaviour label Jul 29, 2024
@pawelbaran pawelbaran changed the title Serialised_Engine: serialisation of methods with out collection parameters yields suspicious results Serialiser_Engine: serialisation of methods with out collection parameters yields suspicious results Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Error or unexpected behaviour
Projects
None yet
Development

No branches or pull requests

3 participants