PSReadLine projects targets .NET 6 which is out of support

Đang mở
#4,776 0 bình luận 0 reaction 0 người được giao Xem trên GitHub

Chưa có ai nhận issue này.

Đánh giá

Độ khó
4/5
Thời gian dự kiến
3-5 ngày
Mức phù hợp với người mới
35/100
Loại issue
Tái cấu trúc
Độ rõ ràng
Khá rõ ràng
Mức độ hoạt động
Đình trệ
Công nghệ
csharp
Lĩnh vực
build-system

Hướng nghiên cứu

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.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Mô tả

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

Ngôn ngữ chính
C#
Star
4.4k
Fork
341
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của PowerShell/PSReadLine

Tất cả issue của PowerShell/PSReadLine

Issue tương tự

Thêm issue về C#

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.