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 type 'IAsyncDisposable' is defined in an assembly that is not referenced. #2318

Open
rakkar1974 opened this issue Jan 29, 2025 · 0 comments
Labels

Comments

@rakkar1974
Copy link

In Unity 2022.3.28f1
error CS0012: The type 'IAsyncDisposable' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.Bcl.AsyncInterfaces, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
Attempted both https://nuget.info/packages/CsvHelper/32.0.3 and https://nuget.info/packages/CsvHelper/33.0.1

Repro: Go to https://nuget.info/packages/CsvHelper/32.0.3 or https://nuget.info/packages/CsvHelper/33.0.1
Find and double click lib/netstandard2.0/CsvHelper.dll and CsvHelper.xml
Copy into a Unity project using the specified version.

@rakkar1974 rakkar1974 added the bug label Jan 29, 2025
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