You've already forked com.unity.ide.cursor
mirror of
https://github.com/boxqkrtm/com.unity.ide.cursor.git
synced 2026-05-14 22:30:10 +00:00
## [2.0.5] - 2020-10-30 Integration: Disable legacy pdb symbol checking for Unity packages
5 lines
166 B
C#
5 lines
166 B
C#
using System.Runtime.CompilerServices;
|
|
|
|
[assembly:InternalsVisibleTo("Unity.VisualStudio.EditorTests")]
|
|
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2")]
|