dotnet / dotnet/project-system
Add Trademark and File Description in the project properties UI
- Dominant language
- C#
- Stars
- 1k
- Forks
- 415
- PR merge metrics
- No merged PRs in 30d
Description
## Summary
Cannot modify Trademark or File Description assembly attributes in SDK projects in project properties UI
In SDK style projects, while nearly all properties are modifiable via the new project properties UI, Trademark cannot be modified at the moment. You can still set the AssemblyTrademark value via [assembly:] in a cs file, but it is less convenient and is the only property that requires this now from the Assembly Information UI.
[AB#1714657](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1714657)
Detailed explaination of the behavior can be found [here ](https://gist.github.com/timheuer/ac80984d0792e887a3726523ad803965)
Related Item (dependency):
- [x] https://github.com/dotnet/sdk/pull/31611
## User Impact
User would be able to modify trademark and file description via new property pages experience without manual workarounds. This would cut the need to edit the assemblyinfo.cs file in addition to the modify properties page (for other values).
Contributor guide
Assessment
This issue has not been assessed yet.