VS2022 AssemblyInfo.cs missing
Arifin N
1
Reputation point
previously I used my project using visual studio 2019 with .net 3.1 through docker-compose it ran normally without problems, after I updated visual studio to version 2022, problems started to appear if I run docker-compose the error is as shown below (Could not find file ........\AssemblyInfo.cs)
the file is not automatically created when run docker-compose, I have to rebuild/build the solution to work normally.
Is there any additional setup for visual studio 2022 so I don't have to rebuild/build a solution to generate that file?
TIA.
Sign in to answer