Skip to content

The "/tests/AzureNamingTool.UiTests" project has not been upgraded to .NET 10 #204

Description

@QuickScoP3s

Tool version
5.0.2 (latest main commit)

Describe the bug
Running dotnet restore for all projects fails, because the UiTests project has not been upgraded:

/tests/AzureNamingTool.UiTests/AzureNamingTool.UiTests.csproj : error NU1201: Project AzureNamingTool is not compatible with net8.0 (.NETCoreApp,Version=v8.0). Project AzureNamingTool supports: net10.0 (.NETCoreApp,Version=v10.0)

To Reproduce
Steps to reproduce the behavior:

  1. In the root of the project, open a PowerShell terminal
  2. Run the following command:
Get-ChildItem -Recurse -Filter *.csproj | ForEach-Object { dotnet restore $_.FullName }

Expected behavior
All projects can be restored succesfully

Screenshots
Image

Installation Method
git clone

Additional context
This issue came to light in our DevOps deployment pipeline, but is reproducable locally as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions