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

Removed storage dependency on FxCopAnalyzers reference and NUnit in Storage AesGcm Tests when upgrading to VS2022 17.3 #30453

Merged
merged 3 commits into from
Aug 11, 2022

Conversation

amnguye
Copy link
Member

@amnguye amnguye commented Aug 10, 2022

See github discussion dotnet/sdk#24747 (comment)

This NoWarn is added to mitigate this issue for the storage SDK when upgrading to Visual Studio 2022 17.3.0. Without it we cannot build while using 17.3.0. Downgrading will run into a different bug where we cannot load various test projects in the storage solution.

When upgrading to Visual Studio 2022 17.3.0, it pointed out double dependencies we had in the storage solutions. Removed the FxCopAnalyzer dependencies from the storage Directory.Build.props file, since it's in the repo wide file and the NUnit dependency in the AesGcm.Tests csproj file.

@ghost ghost added the Storage Storage Service (Queues, Blobs, Files) label Aug 10, 2022
@amnguye amnguye changed the title Adding NoWarn NU1504 NU1505 for Storage projects to mitigate problem regarding upgrade to VS2022 17.3 Removed storage dependency on FxCopAnalyzers reference and NUnit in Storage AesGcm Tests when upgrading to VS2022 17.3 Aug 10, 2022
@azure-sdk
Copy link
Collaborator

API change check

API changes are not detected in this pull request.

@amnguye amnguye merged commit 61d08ef into Azure:main Aug 11, 2022
sofiar-msft pushed a commit to sofiar-msft/azure-sdk-for-net that referenced this pull request Dec 7, 2022
…torage AesGcm Tests when upgrading to VS2022 17.3 (Azure#30453)

* Undo NoWarn, removed double FxCopAnalyzer Reference in directory build props and Nunuit in AcmGcm tests
@amnguye amnguye deleted the fix/storage/vs-upgrade-nowarn branch July 31, 2023 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants