Skip to content

Remove unneccessary crypto using #49864

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

Merged
merged 1 commit into from
Jul 22, 2025

Conversation

marcpopMSFT
Copy link
Member

I was hoping there'd be more as we're reviewing all usage of this namespace. Remove this one as it was flagged as unused.

@Copilot Copilot AI review requested due to automatic review settings July 18, 2025 20:58
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR removes an unused using System.Security.Cryptography; import from the ComputeDotnetBaseImageAndTag.cs file. The change is part of a broader review of cryptography namespace usage across the codebase to clean up unnecessary imports.

  • Removes unused using statement for System.Security.Cryptography namespace
Comments suppressed due to low confidence (1)

src/Containers/Microsoft.NET.Build.Containers/Tasks/ComputeDotnetBaseImageAndTag.cs:5

  • The PR title contains a spelling error: 'unneccessary' should be 'unnecessary' (one 'c').
using Microsoft.Build.Framework;

@marcpopMSFT marcpopMSFT merged commit 049672a into main Jul 22, 2025
28 checks passed
@marcpopMSFT marcpopMSFT deleted the marcpopMSFT-removeunneededsecurityusings branch July 22, 2025 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Containers Related to dotnet SDK containers functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants