dotnet / dotnet/roslyn

Move NetLatest to target net9.0

Open
#78,378 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Area-Infrastructure untriaged
Dominant language
C#
Stars
20.7k
Forks
4.3k
PR merge metrics
PR metrics pending

Description

Presently `TargetFramework.NetCoreApp` points to `net7.0`. This means that at the conclusion of the move to using `NetLatest` our tests will be targeting `net7.0` API surface when running on .NET Core. That is a vast improvement but still a few releases behind. Need to move this to target `net9.0`.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Search the repository for the TargetFramework.NetCoreApp definition and inspect how NetLatest is used in the test targeting configuration. Update the framework target from net7.0 to net9.0, then run the relevant tests or build validation to confirm the .NET Core tests use the net9.0 API surface.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
build-system
Issue type
Refactor
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.