mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-14 19:29:36 +01:00
Re-allow internal access to Content.Benchmarks, only on development builds
This commit is contained in:
@@ -6,3 +6,7 @@
|
||||
|
||||
[assembly: InternalsVisibleTo("Robust.Client")]
|
||||
[assembly: InternalsVisibleTo("Robust.UnitTesting")]
|
||||
|
||||
#if DEVELOPMENT
|
||||
[assembly: InternalsVisibleTo("Content.Benchmarks")]
|
||||
#endif
|
||||
|
||||
@@ -16,3 +16,7 @@
|
||||
#if NET5_0_OR_GREATER
|
||||
[module: SkipLocalsInit]
|
||||
#endif
|
||||
|
||||
#if DEVELOPMENT
|
||||
[assembly: InternalsVisibleTo("Content.Benchmarks")]
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user