ironpython3
ironpython3 copied to clipboard
SYSLIB0006
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.
Also https://github.com/IronLanguages/ironpython3/pull/1095 with more warnings for Thread.ResetAbort from .NET 6.