Project-system: Support editing AssemblyInfo in project properties

Created on 20 Dec 2018  路  2Comments  路  Source: dotnet/project-system

This is a feature request to make it easier to set assembly info metadata in Visual Studio.

Resolution-No-Repro

Most helpful comment

By assembly info, what exactly do you mean?

  • In legacy, we have Project Properties -> Application -> Assembly Information to edit AssemblyInfo.cs.
  • In CPS, we don't have AssemblyInfo.cs per se, as we auto-generate it based on properties in the project. This can be edited via Project Properties -> Package tab.

It sounds like this bug is really "make it more obvious that the Package page also controls Assembly info in that page?"

All 2 comments

By assembly info, what exactly do you mean?

  • In legacy, we have Project Properties -> Application -> Assembly Information to edit AssemblyInfo.cs.
  • In CPS, we don't have AssemblyInfo.cs per se, as we auto-generate it based on properties in the project. This can be edited via Project Properties -> Package tab.

It sounds like this bug is really "make it more obvious that the Package page also controls Assembly info in that page?"

We don't have a concrete understanding of what is being requested. Closing as No Repro.

Was this page helpful?
0 / 5 - 0 ratings