-
Notifications
You must be signed in to change notification settings - Fork 984
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove CLSCompliant attribute #12469
Conversation
It doesn't really matter anymore and is creating extra maintenance cost as we add new APIs. Remove versioning.targets as it did very little and all over the override attributes. See a discussion on this here: dotnet/runtime#44194
<Import Project="$(RepositoryEngineeringDir)Test.targets" Condition="'$(IsTestProject)' == 'true' "/> | ||
|
||
<PropertyGroup> | ||
<Description Condition="'$(Description)' == ''">$(AssemblyName)</Description> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this used for
src/System.Windows.Forms/src/System/Windows/Forms/OLE/DataObject.DataStore.cs
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #12469 +/- ##
===================================================
- Coverage 75.71861% 75.71609% -0.00253%
===================================================
Files 3152 3152
Lines 635709 635709
Branches 46970 46970
===================================================
- Hits 481350 481334 -16
- Misses 150916 150937 +21
+ Partials 3443 3438 -5
Flags with carried forward coverage won't be shown. Click here to find out more. |
It doesn't really matter anymore and is creating extra maintenance cost as we add new APIs. Remove versioning.targets as it did very little and all over the override attributes. See a discussion on this here: dotnet/runtime#44194
This reverts commit f7a5332. Didn't realize the impact this would have upstream if dependencies were building as CLSCompliant.
Revert "Remove CLSCompliant attribute (#12469)"
It doesn't really matter anymore and is creating extra maintenance cost as we add new APIs. Remove versioning.targets as it did very little and all over the override attributes.
See a discussion on this here: dotnet/runtime#44194
Microsoft Reviewers: Open in CodeFlow