Files
Libation/Source/DtoImporterService/_InternalsVisible.cs
T
Cursor Agentandrmcrackan 5ce147ef83 test: keep the supplement sync tests out of a project of their own
A new DtoImporterService.Tests pinned MSTest 4.2.2, copied from a project file
master has since moved to 4.3.3, so the merge held nine test projects at 4.3.3
and one at 4.2.2. NuGet lifted the shared MSTest.TestFramework to 4.3.3 while the
4.2.2 metapackage kept supplying the adapter, and the adapter refuses to run
against a framework of a different version: 'Zero tests ran' on every platform.

ApplicationServices references DtoImporterService, so its test project already
sees the importers and needs no package reference of its own. One fewer project
file to keep in step is the point.

Co-authored-by: rmcrackan <rmcrackan@gmail.com>
2026-08-19 19:31:08 +00:00

5 lines
393 B
C#

// ApplicationServices.Tests rather than a DtoImporterService.Tests of its own: this project has no test
// assembly, and ApplicationServices references it, so its tests can already see the importers. A literal
// because the dependency runs the other way, leaving nothing here to take the name from.
[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("ApplicationServices.Tests")]