CommunityToolkit / CommunityToolkit/Tooling-Windows-Submodule
Move assembly attributes to props file
Open
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
Assessment
This issue has not been assessed yet.