IronLanguages / IronLanguages/ironpython3
SYSLIB0006
Open
Nobody has claimed this yet.
.NET 5
.NET 6
- Dominant language
- C#
- Stars
- 2.8k
- Forks
- 316
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 1
Description
From https://github.com/IronLanguages/ironpython3/pull/940
Thread.Abort is not supported and throws PlatformNotSupportedException. I don't think this is a change specific to .NET 5, just a new warning. Should investigate to see if there's anything we can use in place of this.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review the referenced pull request 940 and search the C# runtime code for uses of Thread.Abort related to SYSLIB0006. Determine whether a supported replacement exists for the affected behavior, then verify that the warning and PlatformNotSupportedException concern are addressed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100