dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
15.04k stars 4.68k forks source link

Remove pinned xunit.analyzers version #97088

Open ViktorHofer opened 8 months ago

ViktorHofer commented 8 months ago

Arcade promotes the latest xunit which also brings xunit.analyzers in. The current version (as of time of writing) is 1.10.0: https://www.nuget.org/packages/xunit.analyzers

We had to pin the version to 1.4.0 which is the version that runtime currently uses to unblock the dependency flow in https://github.com/dotnet/runtime/pull/97087.

This issue tracks un-pinning that version and resolving the analyzer warnings.

ghost commented 8 months ago

Tagging subscribers to this area: @dotnet/runtime-infrastructure See info in area-owners.md if you want to be subscribed.

Issue Details
Arcade promotes the latest xunit which also brings xunit.analyzers in. The current version (as of time of writing) is 1.10.0: https://www.nuget.org/packages/xunit.analyzers We had to pin the version to 1.4.0 which is the version that runtime currently uses to unblock the dependency flow in https://github.com/dotnet/runtime/pull/97087. This issue tracks un-pinning that version and resolving the analyzer warnings.
Author: ViktorHofer
Assignees: -
Labels: `area-Infrastructure`
Milestone: 9.0.0