Skip to content

Move assembly attributes to props file #10

Open
@Arlodotexe

Description

@Arlodotexe

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

No one assigned

    Labels

    build 🔥dev loop ➰For issues that impact the core dev-loop of building experimentsenhancementNew feature or requesttemplating

    Type

    No type

    Projects

    Status

    🔖 Ready

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions