PSReadLine projects targets .NET 6 which is out of support

Aperta
#4,776 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
4/5
Tempo stimato
3-5 giorni
Idoneità per principianti
35/100
Tipo di issue
Refactoring
Chiarezza
Abbastanza chiara
Stato di attività
Ferma
Stack tecnologico
csharp
Ambito
build-system

Direzione di ricerca

Start by inspecting the TargetFrameworks entries in test/PSReadLine.Tests.csproj, Polyfill/Polyfill.csproj, and MockPSConsole/MockPSConsole.csproj. Check the existing buildscript and readme for .NET 6 references, then run the repository's current build and tests. Done means the projects target net472;net8.0 and any resulting package or compatibility issues are resolved.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

Issue-Enhancement Needs-Triage :mag:
Prerequisites
  • Write a descriptive title.
Description of the new feature/enhancement

The TargetFrameworks is <TargetFrameworks>net472;net6.0</TargetFrameworks>
https://github.com/PowerShell/PSReadLine/blob/master/test/PSReadLine.Tests.csproj
https://github.com/PowerShell/PSReadLine/blob/master/Polyfill/Polyfill.csproj
https://github.com/PowerShell/PSReadLine/blob/master/MockPSConsole/MockPSConsole.csproj

Should be updated to net8.0 instead

Proposed technical implementation details (optional)

Change TFM and fix any issues caused by that
<TargetFrameworks>net472;net8.0</TargetFrameworks>
Might make sense (or be required) to update some packages at the same time.
Update buildscript/readme

Lingua principale
C#
Stelle
4.4k
Fork
341
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di PowerShell/PSReadLine

Tutte le issue di PowerShell/PSReadLine

Issue simili

Altre issue su C#

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.