dotnet / android

.NET for Android provides open-source bindings of the Android SDK for use with .NET managed languages such as C#
MIT License
1.92k stars 526 forks source link

Add the GeneratedCode Attribute to the Resource Designer classes. #9310

Open dellis1972 opened 2 days ago

dellis1972 commented 2 days ago

Context #8381

We generate a Resource Designer assembly and an Intermediate source file at build time. Both of these contain classes which should have the GeneratedCode Attribute. So lets add it. The version will be the same as the build assembly used to generate it.