Vanara/UnitTests/Windows.Shell
dahall a391f0c183 More work on ShellFolderCategorizer 2022-06-09 22:32:26 -06:00
..
BindContextTests.cs Updated tests to fit changes to libs 2020-10-22 14:34:26 -06:00
ClipboardTests.cs More tweaks to allow for Shell.Common and Shell.Windows to work along with unit tests 2022-01-11 18:13:44 -07:00
ControlPanelTests.cs Separated out each unit test project so there is a 1:1 match between unit test project and assembly. Should simplify rebuilds on testing. 2019-03-16 10:28:15 -06:00
ImageViewer.Designer.cs Added ShellItemImages and associated tests to pull images for a shell item from a variety of different interfaces. For some items, the image appears upside down without an DIB indication. 2020-12-08 10:43:07 -07:00
ImageViewer.cs Added ShellItemImages and associated tests to pull images for a shell item from a variety of different interfaces. For some items, the image appears upside down without an DIB indication. 2020-12-08 10:43:07 -07:00
ImageViewer.resx Added ShellItemImages and associated tests to pull images for a shell item from a variety of different interfaces. For some items, the image appears upside down without an DIB indication. 2020-12-08 10:43:07 -07:00
RecycleBinTests.cs More tweaks to allow for Shell.Common and Shell.Windows to work along with unit tests 2022-01-11 18:13:44 -07:00
ResourceTests.cs Removed unused code 2020-12-07 20:26:06 -07:00
ShellAssocTests.cs Added ability to ShellAssociations from ShellItem and improved readability of exception handlers for ERROR_* conditions 2021-01-24 19:01:13 -07:00
ShellContextMenuTests.cs Updated tests 2021-02-08 15:33:48 -07:00
ShellDataTests.cs Lots of work to make using IDataObject and the clipboard more stable and usable. Added Get/Set extension methods for IDataObject. Added attributes to clipboard formats to help reading. Added formatters to process clipboard types. Fixed bugs in ShellDataObject and NativeClipboard. 2022-01-22 15:35:37 -07:00
ShellFileOperationsTests.cs More tweaks to allow for Shell.Common and Shell.Windows to work along with unit tests 2022-01-11 18:13:44 -07:00
ShellFolderTests.cs More work on ShellFolderCategorizer 2022-06-09 22:32:26 -06:00
ShellItemPropStoreTests.cs Fixed bug in ReadOnlyPropertyStore.TryGetValue (#219) 2021-03-22 10:39:35 -06:00
ShellItemTests.cs BREAKING CHANGES: I have dramatically reduced dependencies of almost all assemblies on .NET runtime assemblies not part of core System assemblies, most specifically System.Drawing and System.Windows.Forms. This forced the removal of some overloaded methods and the replacement of leveraged structures and enums with native equivalents. I added Vanara.Windows.Shell.Common which has all the content from Vanara.WIndows.Shell that did not have dependencies. I extracted all extension methods from Gdi32 and User32 and moved them to Vanara.Windows.Extensions. 2022-01-14 07:32:51 -07:00
ShellLinkTests.cs More tweaks to allow for Shell.Common and Shell.Windows to work along with unit tests 2022-01-11 18:13:44 -07:00
ShellSearchTests.cs First pass at adding support for Windows Search 2019-10-23 13:42:37 -06:00
ShellViewTests.cs More tweaks to allow for Shell.Common and Shell.Windows to work along with unit tests 2022-01-11 18:13:44 -07:00
TaskbarTests.cs Taskbar tests 2022-03-14 09:25:59 -06:00
WallpaperTests.cs Fixed minor build errors and warnings 2020-06-11 10:27:59 -06:00
Windows.Shell.csproj Use explicit framework reference. Remove transitive TFM requirement. (#212) 2021-03-23 07:26:03 -06:00