From db9f6cefbf99e51cb299223acd701aac13fa2121 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Boh=C3=A1=C4=8Dek?= Date: Tue, 3 Jan 2023 20:34:34 +0100 Subject: [PATCH] chore: make Core internals visible to tests --- Core/NosSmooth.Core/Attributes.cs | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Core/NosSmooth.Core/Attributes.cs diff --git a/Core/NosSmooth.Core/Attributes.cs b/Core/NosSmooth.Core/Attributes.cs new file mode 100644 index 0000000000000000000000000000000000000000..caaba651ded48af335aedcfda3c56c9472309e27 --- /dev/null +++ b/Core/NosSmooth.Core/Attributes.cs @@ -0,0 +1,9 @@ +// +// Attributes.cs +// +// Copyright (c) František Boháček. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. + +using System.Runtime.CompilerServices; + +[assembly: InternalsVisibleTo("NosSmooth.Core.Tests")] \ No newline at end of file