-
Notifications
You must be signed in to change notification settings - Fork 308
Description
Thanks heaps for all your hard work guys!
Just wondering if you are planning any upgrades to .net 7/8 and any pathway for future releases?
Prerequisites
The issue tracker is used to report bugs and request new features, NOT to ask questions.
Questions should be posted in Discussions or to the users mailing list which can be accessed at
https://ironpython.groups.io/g/users.
- Are you running the latest version?
- Are you reporting to the correct repository?
- Did you perform a cursory search?
Description
[Description of the bug or feature]
Steps to Reproduce
- [First Step]
- [Second Step]
- [and so on...]
Expected behavior:
[What you expected to happen]
Actual behavior:
[What actually happened]
Version Information
If you are using the ipy console program, provide output of executing ipy -VV. If it is a local build, provide also the git hash of the commit used to build IronPython. In either case, provide the type of the operating system used.
If you are using the IronPython engine embedded in a .NET application, provide the version number of the NuGet package used (or if it is a local build, the git hash of the commit used to build IronPython), and the following info:
- .NET platform used (choice from: .NET, .NET Core, .NET Framework, Mono, Unity, Xamarin),
- Version of the .NET platform used,
- Operating system used,
- Value of
sys.version, from imported modulesys.