Search Issue Tracker
Fixed in 2019.1.X
Votes
0
Found in
2018.2.5f1
Issue ID
1075265
Regression
No
The project can't be compiled because Library targeting .NET Standard 2.0 doesn't work
To reproduce:
1. Download attached project "excel-test.zip" and open in Unity
2. Observe Console and you should see two errors:
"Assets\Editor\ExcelDataFoo.cs(10,11): error CS0012: The type 'IDataReader' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'."
"Assets\Editor\ExcelDataFoo.cs(10,11): error CS0012: The type 'IDataRecord' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'."
Notes:
- This issue appears both on Windows and OSX
- Adding reference does not fix this issue
- This is the version of ExcelDataReader 3.4.0 for .NET Standard 2.0 from Nuget
- The same issue happens with the version targeting .NET Standard 1.3
Reproduced on Unity 2018.1.9f2, 2018.2.6f1 and 2018.3.0a10
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mouse input is registered incorrectly in Custom RP when downscaling Render Target and rendering Overlay UI before final upscale
- Time.deltaTime is locked to the display's refresh rate when the built Player is moved to a Secondary Display and Windowed Mode is used
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
Add comment