Commit Graph

  • e2b336184f Fix app domain unloading issue on .NET Framework Sergio Pedri 2021-11-02 02:36:45 +0100
  • 639530f578 Add missing compiler directives for framework specific helpers Sergio Pedri 2021-11-02 01:34:21 +0100
  • eab4b9ed28 More whitespaces and code style tweaks Sergio Pedri 2021-11-02 00:28:30 +0100
  • a1db2247fc Fix failing unit tests Sergio Pedri 2021-11-02 00:11:58 +0100
  • 93cb82a0d0 Fix incorrect whitespaces, minor code style tweaks Sergio Pedri 2021-11-02 00:01:05 +0100
  • 6afdd81742 Refactor multiline variable declarations Sergio Pedri 2021-11-01 23:42:45 +0100
  • 51c7a67c20 More code style improvements and tweaks Sergio Pedri 2021-11-01 22:29:46 +0100
  • 9f4c9fad7f Remove unnecessary using directives Sergio Pedri 2021-11-01 22:14:16 +0100
  • 58c0dd96c4 Fix namespaces in unit test projects Sergio Pedri 2021-11-01 22:12:56 +0100
  • c176080d37 Switch whole solution to file-scoped namespaces Sergio Pedri 2021-11-01 20:46:46 +0100
  • 32f3f7ce3c Hide imported files in projects from .targets file Sergio Pedri 2021-11-01 20:34:17 +0100
  • 7a2295b03c Update some code style rules Sergio Pedri 2021-11-01 20:34:00 +0100
  • 11ab330e69 Enable nullability annotations in the entire solution Sergio Pedri 2021-11-01 19:27:55 +0100
  • 25879bbaa4 Update NuGet packages in the solution Sergio Pedri 2021-11-01 19:01:04 +0100
  • 768a9d39ed Streamline HighPerformance package project properties Sergio Pedri 2021-11-01 18:47:15 +0100
  • 941098338f Remove .NET Core 2.1 targets Sergio Pedri 2021-11-01 17:48:32 +0100
  • 20f8ed1a59 Rename packages away from "Windows" name Sergio Pedri 2021-11-01 17:26:52 +0100
  • 8b7c87284b Update namespaces from Microsoft.Toolkit to CommunityToolkit Sergio Pedri 2021-11-01 17:22:05 +0100
  • b498321331 Rename folders/projects from Microsoft.Toolkit to CommunityToolkit Sergio Pedri 2021-11-01 16:52:58 +0100
  • fd58931fb0 Rename common .props/.targets files Sergio Pedri 2021-11-01 16:36:45 +0100
  • e6be26c3a2 Better organize solution files in solution explorer Sergio Pedri 2021-11-01 16:31:57 +0100
  • 2c999fbe69 Rename unit tests folder Sergio Pedri 2021-11-01 16:26:47 +0100
  • 1b66418112 Rename test projects for better consistency Sergio Pedri 2021-11-01 16:24:24 +0100
  • e21ee19af4 Add leftover TaskExtensions tests Sergio Pedri 2021-11-01 16:10:09 +0100
  • 624011fbcf Remove FluentAssertions dependency Sergio Pedri 2021-11-01 16:00:22 +0100
  • 6373401d3e Refactor Microsoft.Toolkit tests Sergio Pedri 2021-11-01 12:58:19 +0100
  • 49e4f15e58 Refactor Mvvm tests Sergio Pedri 2021-11-01 12:52:51 +0100
  • 08fdb3d998 Refactor Diagnostics tests Sergio Pedri 2021-11-01 12:42:56 +0100
  • 7752669fd6 Rename solution file to work around VS bug Sergio Pedri 2021-11-01 12:37:09 +0100
  • f1996bb2d4 Remove leftover .targets item Sergio Pedri 2021-10-31 10:55:08 +0100
  • e0edf3e080 Remove HighPerformance.Shared project Sergio Pedri 2021-10-29 18:15:46 +0200
  • de2678f3ec Port and update initial build and solution files Sergio Pedri 2021-10-29 17:54:22 +0200
  • f639d11043 Merge branch 'main' of E:\github\WindowsCommunityToolkit Sergio Pedri 2021-10-29 17:07:54 +0200
  • 198008d8e1 Create README.md Sergio Pedri 2021-10-29 17:06:29 +0200
  • 4dca37073b Merge pull request #4327 from Sergio0694/bugfix/incorrect-notnullorempty-exception Michael Hawker MSFT (XAML Llama) 2021-10-18 10:11:36 -0700
  • eebaff831f Fixed exception type for Guard.IsNotNullOr[Empty|WhiteSpace] Sergio Pedri 2021-10-18 15:53:13 +0200
  • a053f0b8f2 Merge pull request #4285 from Sergio0694/bugfix/csharp8.0-mvvm-toolkit Michael Hawker MSFT (XAML Llama) 2021-10-07 13:35:32 -0700
  • c9c601486f Disabled ValidateAllProperties/RegisterAll generators w/ <= 8.0 Sergio Pedri 2021-09-29 11:30:47 +0200
  • 7cc3ac6c14 Removed unnecessary C# version checks in two generators Sergio Pedri 2021-09-29 11:24:29 +0200
  • 755eb70bdc Fixed nullability warning in ObservableValidator Sergio Pedri 2021-09-28 14:39:46 +0200
  • 181e63f9a2 Added short path in fallback logic for RegisterAll Sergio Pedri 2021-09-28 11:08:51 +0200
  • 9a3462f371 Added short path in fallback logic for ValidateAllProperties Sergio Pedri 2021-09-28 10:52:54 +0200
  • 0a090ff802 Added more unit tests for ValidateAllProperties fallback Sergio Pedri 2021-09-28 10:47:14 +0200
  • b29ec83d2a Merge pull request #4125 from Nirmal4G/hotfix/warnings Michael Hawker MSFT (XAML Llama) 2021-09-16 12:57:46 -0700
  • b833a1300a Merge pull request #4221 from Sergio0694/bugfix/validate-all-generated-props Rosario Pulella 2021-09-16 14:34:38 -0400
  • e3a9464c4b Fixed generated properties within regions (#4227) msftbot[bot] 2021-09-16 18:17:45 +0000
  • f4fdaf3879 Fixed [AlsoNotifyChangeFor] attribute definition Sergio Pedri 2021-09-12 20:26:40 +0200
  • 62134065cd Fix CS8618 warnings Nirmal Guru 2021-07-30 08:40:26 +0530
  • 1293491813 Update UnitTests' EditorConfig Nirmal Guru 2021-07-30 08:35:23 +0530
  • f6d63a7440 Improved unit tests for generated validation methods Sergio Pedri 2021-09-03 12:43:22 +0200
  • 56dd350420 Fixed ValidateAllProperties generation for generated properties Sergio Pedri 2021-09-02 14:53:08 +0200
  • 0814b3ae63 Added unit tests for new diagnostic Sergio Pedri 2021-09-08 17:50:24 +0200
  • 02598f38d7 Added diagnostic for unsupported C# language version Sergio Pedri 2021-09-08 15:58:57 +0200
  • 8a2cd16f42 Added test region in [ICommand] tests Sergio Pedri 2021-09-04 16:53:17 +0200
  • cb672c9bca Fixed [ObservableProperty] within regions Sergio Pedri 2021-09-04 16:49:34 +0200
  • b69f458394 Merge pull request #4198 from Sergio0694/testing/mvvm-toolkit-sg Sergio Pedri 2021-09-04 00:34:28 +0200
  • 3b368785d7 Fixed [ObservableProperty] for fields named "value" Sergio Pedri 2021-09-02 12:30:39 +0200
  • aeeb669319 Attached Shadows (Composition and Win2D + Animations) (#4179) msftbot[bot] 2021-08-27 23:09:34 +0000
  • e74617a9de Clean-up Shadow internal part usage based on @Sergio0694 PR comments michael-hawker 2021-08-27 14:52:40 -0700
  • 0b69f437b5 Fix MVVM Toolkit source generator tests Sergio Pedri 2021-08-27 16:31:35 +0200
  • e093b38e75 Fix issues with XML documentation for new shadows feature michael-hawker 2021-08-25 10:23:24 -0700
  • f654ac78c4 Initial attached shadow code Christopher Blackman 2021-06-30 19:11:05 -0400
  • 6626c070f9 Merge pull request #4173 from CommunityToolkit/shweaver/file-storage Michael Hawker MSFT (XAML Llama) 2021-08-19 14:45:54 -0700
  • bb741ac877 Fixed links to related issue Sergio Pedri 2021-08-12 12:57:08 +0200
  • 4117941ca4 Added TryRenameItemAsync and TryDeleteItemAsync to IFileStorageHelper Shane Weaver 2021-08-09 15:21:05 -0700
  • 193931d1e0 Switched .NET Standard 2.0 check to use accessibility Sergio Pedri 2021-08-09 20:22:19 +0200
  • 082be3f371 Fixed nullability attributes generation on .NET Standard 2.0 Sergio Pedri 2021-08-09 20:15:22 +0200
  • a55a90be77 Added .NET Standard 2.0 test project Sergio Pedri 2021-08-09 20:09:43 +0200
  • 4849a31e5d Added test for generate properties for [INPC] Sergio Pedri 2021-08-09 13:53:16 +0200
  • f24528f894 Add WinUI 2.6 Dependency to UnitTests.UWP App (#4156) msftbot[bot] 2021-08-04 18:27:57 +0000
  • 94a6edcae3 Fix warnings in HighPerformance/Mvvm unit tests (#4142) msftbot[bot] 2021-08-04 18:23:46 +0000
  • 397a92b28c Update Unit Test SDK packages michael-hawker 2021-08-03 00:53:26 -0700
  • 7fd3e751f8 Fixed warnings in Mvvm unit tests Sergio Pedri 2021-07-29 12:14:50 +0200
  • a030cf8585 Fixed warnings in HighPerformance unit tests Sergio Pedri 2021-07-29 11:52:27 +0200
  • dad3018fd3 Added attributes generation if missing Sergio Pedri 2021-07-27 16:32:06 +0200
  • a5e1045d6f Removed leftover comment Sergio Pedri 2021-07-27 16:01:13 +0200
  • 208ee5efd3 Added more nullability annotations to helper methods Sergio Pedri 2021-07-27 15:58:06 +0200
  • 87c1d68a26 ObjectStorage enhancements (#4102) msftbot[bot] 2021-07-29 19:26:04 +0000
  • d9e68b09cc Update Microsoft.Toolkit/Extensions/ISettingsStorageHelperExtensions.cs Shane Weaver 2021-07-28 10:55:26 -0700
  • 1ff63d00dd PR updates Shane Weaver 2021-07-27 17:34:38 -0700
  • 5d9421e328 PR updates Shane Weaver 2021-07-26 15:09:18 -0700
  • 8dc1ed92a5 Merge branch 'shweaver/storage-helpers' of https://github.com/windows-toolkit/WindowsCommunityToolkit into shweaver/storage-helpers Shane Weaver 2021-07-26 12:15:50 -0700
  • 29536e4dc9 PR updates Shane Weaver 2021-07-26 12:15:46 -0700
  • 23551ebd63 Update Microsoft.Toolkit/Helpers/ObjectStorage/ISettingsStorageHelper.cs Shane Weaver 2021-07-26 11:50:08 -0700
  • ded67f306c Merge branch 'main' into shweaver/storage-helpers Shane Weaver 2021-07-23 15:18:43 -0700
  • 1e52eba578 Merge pull request #3873 from Sergio0694/feature/mvvm-toolkit-sg Michael Hawker MSFT (XAML Llama) 2021-07-23 14:41:34 -0700
  • 5e9a2d973c Simplified generated filenames Sergio Pedri 2021-07-23 15:09:00 +0200
  • 8e34464c9b Switched to fully qualified names to resolve all symbols Sergio Pedri 2021-07-23 15:05:53 +0200
  • 6f701debeb Merge branch 'shweaver/storage-helpers' of https://github.com/windows-toolkit/WindowsCommunityToolkit into shweaver/storage-helpers Shane Weaver 2021-07-22 16:13:13 -0700
  • e9aac493d0 Added extension methods for ISettingsStorageHelper Shane Weaver 2021-07-22 16:13:07 -0700
  • 5e455bd008 Merge branch 'main' into shweaver/storage-helpers Shane Weaver 2021-07-22 15:51:18 -0700
  • 3be99686a2 Merge branch 'shweaver/storage-helpers' of https://github.com/windows-toolkit/WindowsCommunityToolkit into shweaver/storage-helpers Shane Weaver 2021-07-22 12:57:47 -0700
  • e94b20b1ef Removed default param from ISettingsStorageHelper.Read method and updated exception handling in ApplicationDataStorageHelper for missing keys Shane Weaver 2021-07-22 12:57:41 -0700
  • abe9fce4d1 Update Microsoft.Toolkit/Helpers/ObjectStorage/IFileStorageHelper.cs Shane Weaver 2021-07-22 12:26:08 -0700
  • 3d816a95ba Merge pull request #4050 from Sergio0694/feature/weak-messenger-callback Michael Hawker MSFT (XAML Llama) 2021-07-22 12:20:53 -0700
  • f36432b1da Merge branch 'shweaver/storage-helpers' of https://github.com/windows-toolkit/WindowsCommunityToolkit into shweaver/storage-helpers Shane Weaver 2021-07-22 12:16:06 -0700
  • 6536674712 Merge branch 'main' into feature/weak-messenger-callback Michael Hawker MSFT (XAML Llama) 2021-07-22 02:00:06 -0700
  • 36a1d4f49e PR updates Shane Weaver 2021-07-21 16:36:45 -0700
  • 3c06ece734 Merge branch 'main' into shweaver/storage-helpers Shane Weaver 2021-07-21 13:53:05 -0700
  • 72b6194af9 Fixed aka.ms link for generator errors info Sergio Pedri 2021-07-21 14:28:44 +0200