Skip to content
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

Merged
merged 1 commit into from
Nov 12, 2024
Merged

Conversation

JeremyKuhne
Copy link
Member

@JeremyKuhne JeremyKuhne commented Nov 12, 2024

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

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>
Copy link
Member

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

@JeremyKuhne JeremyKuhne enabled auto-merge (squash) November 12, 2024 22:32
Copy link

codecov bot commented Nov 12, 2024

Codecov Report

Attention: Patch coverage is 80.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 75.71609%. Comparing base (a19c602) to head (8a90cdf).
Report is 1 commits behind head on main.

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     
Flag Coverage Δ
Debug 75.71609% <80.00000%> (-0.00253%) ⬇️
integration 18.26699% <80.00000%> (+0.00600%) ⬆️
production 49.27468% <80.00000%> (-0.00565%) ⬇️
test 97.05031% <ø> (ø)
unit 46.25365% <80.00000%> (-0.00776%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

@JeremyKuhne JeremyKuhne merged commit f7a5332 into dotnet:main Nov 12, 2024
8 checks passed
@JeremyKuhne JeremyKuhne deleted the clscompliant branch November 12, 2024 22:41
@dotnet-policy-service dotnet-policy-service bot added this to the 10.0 Preview1 milestone Nov 12, 2024
paul1956 pushed a commit to paul1956/winforms that referenced this pull request Nov 13, 2024
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
JeremyKuhne added a commit to JeremyKuhne/winforms that referenced this pull request Nov 14, 2024
This reverts commit f7a5332.

Didn't realize the impact this would have upstream if dependencies were
building as CLSCompliant.
JeremyKuhne added a commit that referenced this pull request Nov 14, 2024
Revert "Remove CLSCompliant attribute (#12469)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants