Search Issue Tracker
Duplicate
Votes
0
Found in
2018.3.0b1
2018.3.0b2
Issue ID
1084107
Regression
Yes
[UWP] After building project on .NET backend two exceptions are printed in console
Steps to reproduce:
1. Create new project
2. Switch platform to UWP
3. Change scripting backend to .NET
4. Build Project
Expected results: Project is successfully built.
Actual results: Project is successfully built, but also two errors are printed in the Console window
Reproduced with: 2018.3.0b3, 2018.3.0b1
Not reproducible with: 2018.3.0a11, 2018.2.8f1
Regression introduced in: 2018.3.0b1
Errors:
Reference Rewriter found some errors while running with command "--target=Temp\StagingArea\Unity.TextMeshPro.dll" "--target=Temp\StagingArea\UnityEngine.Timeline.dll" "--target=Temp\StagingArea\nunit.framework.dll" "--target=Temp\StagingArea\UnityEngine.UI.dll" "--target=Temp\StagingArea\UnityEngine.SpatialTracking.dll" "--target=Temp\StagingArea\UnityEngine.Networking.dll" "--target=Temp\StagingArea\UnityEngine.TestRunner.dll" <...>
Reference rewriter: Error: method `System.Reflection.FieldInfo System.Type::GetField(System.String,System.Reflection.BindingFlags)` doesn't exist in target framework. It is referenced from UnityEngine.TestRunner.dll at System.Reflection.FieldInfo UnityEngine.TestTools.EnumerableSetUpTearDownCommand::GetPCFieldInfo(System.Collections.IEnumerator).
UnityEngine.Debug:LogError(Object)
PostProcessWinRT:RunReferenceRewriter() (at C:/buildslave/unity/build/PlatformDependent/MetroPlayer/Extensions/Managed/PostProcessWinRT.cs:1074)
PostProcessWinRT:Process() (at C:/buildslave/unity/build/PlatformDependent/MetroPlayer/Extensions/Managed/PostProcessWinRT.cs:208)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Foldout arrow indent is misaligned in the Inspector when used in Custom Type
- [Android] The Player screen turns black when playing a video under certain conditions
- Search window icons at the bottom are cut off when Search window is resized vertically
- "Try something else?" text label is cut off when searching for a long text in the Search window
- Rendering Debugger window sections do not have a minimum width set when resizing with the slider in the middle of the window
Add comment