Opened on Dec 18, 2021 at 10:36:30 PM
Last modified on Mar 6, 2026 at 3:51:15 AM
#3857 new Feature Request
DotNet 5/6 Support
| Reported by: | Jrdiver | Owned by: | Jon |
|---|---|---|---|
| Milestone: | Component: | AutoItX | |
| Version: | Severity: | None | |
| Keywords: | Cc: | Jrdiver@… |
Description
Would it be possible to get a release of the AutoItX dll's for dotnet that are compatible with Net5/Net6 instead of just framework, either as a separate version or via NetStandard 2.0?
Attachments (0)
Change History (4)
comment:2 by , on Jul 19, 2022 at 12:13:37 AM
Add Net7 to the list also, though that should be compatible with standard 2.0, net5, and net6.
comment:3 by , on May 17, 2023 at 12:30:09 AM
Adding Net8.0 (which one again would work with standard or net5-6)
If your concerned about someone trying to use it off of windows, you could multi-target it against net4.0 and and net6.0-windows.
comment:4 by , on Mar 6, 2026 at 3:51:15 AM
Bumping for compatibility with Net 9, 10, and the 11 (preview) now also

I'll look into this next release. I thought that .net standard 2.0 may not work when calling native code (The AutoItX.dll) but the internet seems to think it will work ok with DllImport.