Unity
Unity copied to clipboard
Unity Container not referencing latest version of System.Runtime.CompilerServices.Unsafe.dll
Prerequisites
- Be sure to run with tracing enabled to capture runtime details in the log file
- Include the log file in the PR.
- On Windows, the extension log file is at
%LOCALAPPDATA%\GitHubUnity\github-unity.log - On macOS, the extension log file is at
~/Library/Logs/GitHubUnity/github-unity.log - On linux, the extension log file is at
~/.local/share/GitHubUnity/github-unity.log
- On Windows, the extension log file is at
Description
Hi there,
Our whitesource scan tool shows that the latest version of Unity is not referencing the latest version of System.Runtime.CompilerServices.Unsafe.dll. Our process is to identify the vendor in this case.
Steps to Reproduce
- Add the latest Unity nuget package to a Visual Studio project
- Compile
- Note the "System.Runtime.CompilerServices.Unsafe.dll" is not version 5.0 (which is the latest version)
Expected behavior: System.Runtime.CompilerServices.Unsafe.dll should be version 5.0 (or the most up to date version)
Actual behavior: System.Runtime.CompilerServices.Unsafe.dll is version 4.6.2.x.x.x
**Reproduces how often:**100%
Additional Information
Any additional information, configuration or data that might be necessary to reproduce the issue.