IT Nursery
I have been using VS 2015 and like the Class Diagram item. I recently upgraded to 2017 and can’t seem to find the Class Diagram item. Anyone know how...
  • June 4, 2022
  • 0 Comments
Since dotnet core moved back to the .csproj format, there is a new autogenerated MyProject.AssemblyInfo.cs which contains, among others: [assembly: AssemblyCompany("MyProject")] [assembly: AssemblyVersion("1.0.0.0")] Note that this is automatically regenerated...
  • May 15, 2022
  • 0 Comments