Commit Graph

762 Commits (4620e983be2fa6acf877d47aecebcfa817ce7bbc)

Author SHA1 Message Date
David Hall 4620e983be Undid changes to params of INamespaceWalkCB and INamespaceWalkCB2 2024-06-17 13:40:53 -04:00
David Hall 099576f5e6 Fixed introduced bug in Shell32.IKnownFolderManager 2024-06-11 23:23:06 -04:00
David Hall ac0a1ac301 Added Windows.Shell.ShellIconExtractor as a threaded way to get all icons for a folder or list of items. 2024-06-09 13:09:27 -06:00
David Hall fc4233f0d1 Added ShellUtil. GetSize, GetWidth, and LoadImageFromImageFactory overloads 2024-06-09 13:08:23 -06:00
David Hall a8178d1119 More work on PropertyStore to remove blocking of file. Caused consolidation of ReadOnlyPropertyStore into PropertyStore. Locking seems to be fixed. 2024-06-06 16:00:59 -06:00
David Hall 0df5f11545 Changed VssApi back to net6 2024-06-03 20:19:15 -06:00
David Hall 396ec6c34d Changed VssApi to net7.0 since 8.0 didn't work. 2024-06-01 10:04:47 -06:00
David Hall 9db873525f Changed VssApi to net8.0 to avoid build errors 2024-06-01 09:01:06 -06:00
David Hall b11185f9a8 Minor code optimizations for DnsApi 2024-05-29 10:55:19 -06:00
David Hall 2c8b89fdbf Added unit test for SearchApi, but couldn't get it to work per #447. Any help?? 2024-05-28 20:16:27 -06:00
David Hall a6b7eaa606 Fixed bug in ShellContextMenu.InvokeCommand where it wouldn't run if QueryContextMenu had not been called (#468). Thanks to @shuxb711 for the workaround. 2024-05-28 13:32:35 -06:00
David Hall f652be90ab Corrected problem with test code for DoSvc (#465). 2024-05-28 13:02:05 -06:00
David Hall fe637c0ec3 WIP on WUApi parts -- NOT COMPLETE 2024-05-25 21:36:44 -06:00
David Hall 4b398b3f73 Fixed #467 where IErrorHandler types threw error on ToString method after 4.0.1. 2024-05-25 21:36:16 -06:00
David Hall 856cd22e26 Updated NuGet packages and fixed project logic for inclusion of various NuGet packages 2024-05-25 19:00:19 -06:00
David Hall aa30dad57b Added Vanara.PInvoke.WUApi assembly and test for Windows Update API 2024-05-09 19:23:48 -06:00
David Hall 1a3a4f9cd4 Updated failures due to correction of CorrespondingTypeAttribute 2024-04-30 07:42:52 -06:00
David Hall 831d40e2e5 Fixed fix #453 after better testing 2024-04-11 17:19:27 -06:00
David Hall 94fdd98d31 Added Vanara.PInvoke.ODBC32 package and supporting unit test 2024-04-10 07:21:07 -06:00
David Hall 880dd37c8e Added detailed output for bug analysis 2024-03-28 18:03:16 -06:00
David Hall ab61a44669 Fixed #441 and added unit test for IMAPI. 2024-03-28 12:04:22 -06:00
David Hall c884e083c0 Added GetRawInputDeviceInfo overload with enum for RIDI. (see #439) 2024-02-23 17:48:19 -07:00
David Hall d7564ed99c NET8.0 changes 2023-12-30 16:29:54 -07:00
David Hall 0fb254a3b2 Checkpoint before net80 changes 2023-12-30 15:29:39 -07:00
David Hall 77e4174405 Check in for VssApi -- not ready for packaging, but builds 2023-12-18 17:07:54 -07:00
David Hall 6a8f1e3a11 Updated project and solution files with new Vss updates 2023-11-24 17:27:49 -07:00
David Hall 907f21467e Fixed build for VssApi 2023-11-22 17:52:26 -07:00
David Hall be8c3ee6e8 Added SelfContained tag to project for Net8.0 2023-11-22 17:51:59 -07:00
David Hall 9d1d4db128 Fixed bugs in IShellFolder test 2023-11-22 17:50:49 -07:00
David Hall 1536fadf8a Updated Printing tests to demonstrate #434 2023-11-19 09:10:04 -07:00
David Hall 89b83b9758 Final build, nullability and xml doc fixes 2023-11-03 00:57:56 -06:00
David Hall e706e3a5aa Added nullability to WsmSvc and tests 2023-11-02 22:26:49 -06:00
David Hall 3b3d11aed3 Added nullability to Printing and tests 2023-10-31 17:03:24 -06:00
David Hall e7d92752e7 Added test class to impersonate a local acct. 2023-10-31 17:02:18 -06:00
David Hall c91314e0a9 Added nullability to WebSocket, added some overloads, and created test 2023-10-23 07:49:31 -06:00
David Hall aefc44abcf Added nullability to VssApi and test 2023-10-21 19:45:24 -06:00
David Hall 8128098af6 Added nullability to WcmApi and test 2023-10-21 08:42:54 -06:00
David Hall f976001980 Added nullability to UserEnv and tests 2023-10-20 18:31:22 -06:00
David Hall 77863ccd7b Added nullability to UrlMon and tests 2023-10-20 11:18:33 -06:00
David Hall 9c77708547 Updated TaskSchd tests 2023-10-19 22:53:19 -06:00
David Hall b20074b9e7 Added nullability to TaskSchd and test 2023-10-19 22:52:08 -06:00
David Hall 4dd0e5ac52 Added nullability to SensorsApi and tests 2023-10-19 21:48:30 -06:00
David Hall 361c214f07 Applied fix for #432 2023-10-19 21:36:09 -06:00
David Hall 5dad85375d Added nullability to QoS and test. Fixed bug in TC_GEN_FLOW. 2023-10-19 17:47:07 -06:00
David Hall bbf201dd7e Added nullability to Pdh and tests 2023-10-18 19:55:20 -06:00
David Hall dd9e5d0523 Added nullability to MsOpc and tests 2023-10-18 08:05:55 -06:00
David Hall 874d89796c Fixed #428 2023-10-17 17:55:37 -06:00
David Hall b9bc3bcf98 Added nullability to Msi and tests 2023-10-17 17:40:06 -06:00
David Hall 8ec7d5c665 Added nullability to CoreAudio and tests 2023-10-16 07:50:01 -07:00
David Hall 3aa52d622f Added nullability to Magnification and tests 2023-10-06 19:35:05 -06:00