mcneel / rhino.inside-revit

This is the open-source repository for Rhino.Inside®.Revit
https://www.rhino3d.com/inside/revit/
MIT License
263 stars 69 forks source link

SDK style conflict with AssemblyInfo generation #1153

Closed QROST closed 3 months ago

QROST commented 3 months ago

Bug fix when building RiR from source. This error happens to all System.Reflection assembly attributes auto-generated across multiple RiR projects. This is a known conflict between SDK style csproj file and MSBuild csproj file.

kike-garbo commented 3 months ago

On previous versions of the repo ProductInfo.cs was autogenerated by a T4 template.

Please delete ProductInfo.cs from all your Properties folders if you were pulling from a previous version.