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

.Net Framework 3.5 and ValueTuple #56

Open
davidhunter22 opened this issue Jan 23, 2023 · 0 comments
Open

.Net Framework 3.5 and ValueTuple #56

davidhunter22 opened this issue Jan 23, 2023 · 0 comments

Comments

@davidhunter22
Copy link

In the Readme is states
"Note: use on .NET Framework 3.5 is particularly limited due to shortcomings of the BCL there. In particular, the System.Range type will not be generated unless System.ValueTuple is referenced"
I tried referencing System.ValueTuple but it doesn't seem to support .NET 3.5 accoring to https://www.nuget.org/packages/System.ValueTuple.
Before I was using the ValueTupleBridge nuget package, should I still use this.
In general is there some reason why PolySharp can't generate the System.ValueTuple types for 3.5?

Sad that I still have to support some .Net 3.5 stuff.

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

No branches or pull requests

1 participant