chore: make Core internals visible to tests
1 files changed, 9 insertions(+), 0 deletions(-) A Core/NosSmooth.Core/Attributes.cs
A Core/NosSmooth.Core/Attributes.cs => Core/NosSmooth.Core/Attributes.cs +9 -0
@@ 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