Search Issue Tracker
Fixed in 0.4.3-preview, 1.0.0-pre.4
Votes
0
Found in [Package]
0.4.2-preview
Issue ID
1312121
Regression
No
[Code Coverage] ReportGeneratorMerged can't be loaded due to assembly version validation failure
Steps to reproduce:
1. Open attached project
2. In project view, select and reimport Packages/Code Coverage/lib/ReportGenerator/ReportGeneratorMerged.dll
3. Notice error in the console:
Assembly 'Packages/com.unity.testtools.codecoverage/lib/ReportGenerator/ReportGeneratorMerged.dll' will not be loaded due to errors:
ReportGeneratorMerged references strong named System.Text.Encoding.CodePages Assembly references: 4.0.1.0 Found in project: 4.1.1.0.
Assembly Version Validation can be disabled in Player Settings "Assembly Version Validation"
ReportGeneratorMerged references strong named System.Numerics.Vectors Assembly references: 4.1.4.0 Found in project: 4.1.3.0.
Assembly Version Validation can be disabled in Player Settings "Assembly Version Validation"
Workaround: Disable Assembly Version Validation in Player Settings
Reproduced with: 0.4.2-preview
Editor: 2020.2.2f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
Add comment