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

Fix IDE0036 warnings with newer SDK #11571

Merged
merged 1 commit into from
Jun 21, 2024
Merged

Conversation

akoeplinger
Copy link
Member

@akoeplinger akoeplinger commented Jun 21, 2024

Fixes #11493

Microsoft Reviewers: Open in CodeFlow

@ViktorHofer ViktorHofer enabled auto-merge (squash) June 21, 2024 10:20
Copy link

codecov bot commented Jun 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.47355%. Comparing base (2bab851) to head (4eb3319).

Additional details and impacted files
@@                 Coverage Diff                 @@
##                main      #11571         +/-   ##
===================================================
- Coverage   74.47450%   74.47355%   -0.00096%     
===================================================
  Files           3039        3039                 
  Lines         629069      629069                 
  Branches       46835       46835                 
===================================================
- Hits          468496      468490          -6     
- Misses        157224      157228          +4     
- Partials        3349        3351          +2     
Flag Coverage Δ
Debug 74.47355% <ø> (-0.00096%) ⬇️
integration 17.98358% <ø> (-0.00246%) ⬇️
production 47.33589% <ø> (-0.00210%) ⬇️
test 96.96194% <ø> (ø)
unit 44.31835% <ø> (-0.00351%) ⬇️

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

@ViktorHofer ViktorHofer merged commit ab665d2 into dotnet:main Jun 21, 2024
8 checks passed
@dotnet-policy-service dotnet-policy-service bot added this to the 9.0 Preview7 milestone Jun 21, 2024
@akoeplinger akoeplinger deleted the fix-ide0036 branch June 21, 2024 12:07
@github-actions github-actions bot locked and limited conversation to collaborators Jul 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IDE0036 errors when building with Preview 6 SDK
2 participants