-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
build 🔥dev loop ➰For issues that impact the core dev-loop of building experimentsFor issues that impact the core dev-loop of building experimentsenhancementNew feature or requestNew feature or requesttemplating
Description
Background
To facilitate testing, we define the [InternalsVisibleTo]
attribute on the assembly of each project.
Problem
We're currently use C# to do this, which puts another file into the solution explorer for every experiment.
Solution
We can define InternalsVisibleTo
via MSBuild props file. We should do this to clean up the solution explorer for the user.
Relevant documentation:
https://learn.microsoft.com/en-us/dotnet/core/project-sdk/msbuild-props#internalsvisibleto
Metadata
Metadata
Assignees
Labels
build 🔥dev loop ➰For issues that impact the core dev-loop of building experimentsFor issues that impact the core dev-loop of building experimentsenhancementNew feature or requestNew feature or requesttemplating
Type
Projects
Status
🔖 Ready