The "/tests/AzureNamingTool.UiTests" project has not been upgraded to .NET 10
- Dominant language
- C#
- Stars
- 604
- Forks
- 1.3k
- Avg merge
- 5d 14h
- Merged PRs (30d)
- 3
Description
**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:
```ps1
Get-ChildItem -Recurse -Filter *.csproj | ForEach-Object { dotnet restore $_.FullName }
```
**Expected behavior**
All projects can be restored succesfully
**Screenshots**
**Installation Method**
git clone
**Additional context**
This issue came to light in our DevOps deployment pipeline, but is reproducable locally as well.
Contributor guide
Assessment
This issue has not been assessed yet.