0d63fb1105
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
5 lines
150 B
C#
5 lines
150 B
C#
using System.Runtime.CompilerServices;
|
|
|
|
// Expose internal members to test assembly
|
|
[assembly: InternalsVisibleTo("ZB.MOM.WW.LmxProxy.Client.Tests")]
|