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

System.Collections.Immutable 1.6.0 breaks Azure Functions #654

Closed
Alxandr opened this issue Nov 21, 2019 · 0 comments · Fixed by #658
Closed

System.Collections.Immutable 1.6.0 breaks Azure Functions #654

Alxandr opened this issue Nov 21, 2019 · 0 comments · Fixed by #658
Assignees
Milestone

Comments

@Alxandr
Copy link
Contributor

Alxandr commented Nov 21, 2019

Bug description

Azure Functions projects fail to build with the latest message-pack RC.
Note; this is not really a bug with MessagePack, however it makes it impossible
to use MessagePack with Azure Functions.

Repro steps

  1. Make a new azure functions project.
  2. Add a dependency to System.Collections.Immutable 1.6.0 (or MessagePack.ImmutableCollections 2.0.231-rc)
  3. Use ImmutableList in a function (might need to be in the function signature).
  4. Build.

Additional context

I've filed an issue with the azure functions SDK: Azure/azure-functions-vs-build-sdk#353

@AArnott AArnott changed the title System.Collection.Immutable 1.6.0 breaks Azure Functions System.Collections.Immutable 1.6.0 breaks Azure Functions Nov 21, 2019
AArnott added a commit to AArnott/MessagePack-CSharp that referenced this issue Nov 21, 2019
@AArnott AArnott added this to the v2.0 milestone Nov 21, 2019
@AArnott AArnott self-assigned this Nov 21, 2019
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 a pull request may close this issue.

2 participants