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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment