CommunityToolkit / CommunityToolkit/Tooling-Windows-Submodule

Move assembly attributes to props file

Open
#10 2 comments 0 reactions 0 assignees View on GitHub
build :fire: dev loop ➰ enhancement templating
Dominant language
C#
Stars
55
Forks
19
Avg merge
40m
Merged PRs (30d)
1

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.