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

Include IL2CPP workarounds in nuget package #135

Merged
merged 2 commits into from
Sep 25, 2022

Conversation

timcassell
Copy link
Owner

@timcassell timcassell commented Sep 25, 2022

Followup to #127 to support nuget package consumption in Unity.

Include IL2CPP workarounds in nuget package build targets older than netstandard2.1.

This unfortunately removes Promise<T>.{RaceWithIndex, FirstWithIndex} in older build targets, but there is at least the workaround to use Promise.{RaceWithIndex<T>, FirstWithIndex<T>} instead.

@timcassell timcassell added this to the v2.3.0 milestone Sep 25, 2022
@timcassell timcassell self-assigned this Sep 25, 2022
@timcassell timcassell force-pushed the il2cpp-workarounds-nuget branch from 68ffd11 to b541924 Compare September 25, 2022 08:00
@timcassell timcassell merged commit 9927c17 into master Sep 25, 2022
@timcassell timcassell deleted the il2cpp-workarounds-nuget branch September 25, 2022 11:12
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 this pull request may close these issues.

1 participant