Files
runner/src/Runner.Listener/InternalsVisibleTo.cs
JoannaaKL efffbaeabc Add utf8 with bom (#2641)
* Change default file encoding
2023-06-02 21:47:59 +02:00

4 lines
82 B
C#

using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("Test")]