mirror of
https://github.com/actions/runner.git
synced 2026-07-03 19:19:24 +08:00
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Tingluo Huang <tingluohuang@github.com>
5 lines
141 B
C#
5 lines
141 B
C#
using System.Runtime.CompilerServices;
|
|
|
|
[assembly: InternalsVisibleTo("Test")]
|
|
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2")]
|