Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Service/Properties/AssemblyInfo.cs =================================================================== diff -u -r650fc7b43cb6729baee51d079f0377df8d7a3de9 -r495c443e6e70674e616ff0bffcf2da22b73a616f --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Service/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 650fc7b43cb6729baee51d079f0377df8d7a3de9) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Service/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 495c443e6e70674e616ff0bffcf2da22b73a616f) @@ -20,8 +20,10 @@ // All rights reserved. using System.Reflection; +using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly: AssemblyTitle("Ringtoets.MacroStabilityInwards.Service")] [assembly: AssemblyProduct("Ringtoets.MacroStabilityInwards.Service")] -[assembly: Guid("cdf3f141-32b1-4a02-9ea6-8415b1b5c0c1")] \ No newline at end of file +[assembly: Guid("cdf3f141-32b1-4a02-9ea6-8415b1b5c0c1")] +[assembly: InternalsVisibleTo("Ringtoets.MacroStabilityInwards.Service.Test")] \ No newline at end of file