1
0
mirror of https://github.com/chylex/.NET-Community-Toolkit.git synced 2024-10-17 06:42:48 +02:00

Commit Graph

  • 4314a7a0df Removed unnecessary code Sergio Pedri 2020-09-14 22:43:03 +0200
  • 21f0d0e4ae Improved test coverage Sergio Pedri 2020-09-14 19:28:59 +0200
  • ebe2e6c665 Removed unnecessary property Sergio Pedri 2020-09-14 19:15:33 +0200
  • 1919b7e65e Added recipient garbage collect test Sergio Pedri 2020-09-14 13:51:33 +0200
  • 6dbd779116 Added auto trimming to CVT<,> polyfill Sergio Pedri 2020-09-14 13:03:17 +0200
  • 9baa876f86 Minor code refactoring Sergio Pedri 2020-09-14 12:58:46 +0200
  • 5626372f57 Removed explicit interface implementation Sergio Pedri 2020-09-14 01:17:48 +0200
  • dcae6ced8f Improved cleanup on .NET Standard 2.0 polyfill Sergio Pedri 2020-09-14 01:09:29 +0200
  • 305e4b0db9 Enabled weak messenger tests on .NET Standard 2.0 Sergio Pedri 2020-09-14 00:43:51 +0200
  • 565fa6b943 Backported weak messenger to .NET Standard 2.0 Sergio Pedri 2020-09-14 00:39:26 +0200
  • c663be6a99 Minor code tweaks Sergio Pedri 2020-09-14 00:15:28 +0200
  • 059cec16b6 Fixed a merge error, minor code refactoring Sergio Pedri 2020-09-13 20:51:37 +0200
  • d35fdabda4 Merge branch 'optimization/messenger-shared-pool' into feature/weak-tracking-messenger Sergio Pedri 2020-09-13 20:21:01 +0200
  • c77201998a Minor code refactoring Sergio Pedri 2020-09-13 13:06:01 +0200
  • 8d42b3b4fb Removed some unnecessary bounds checks Sergio Pedri 2020-09-13 12:55:56 +0200
  • c45956682c Code refactoring, removed duplicate types Sergio Pedri 2020-09-12 17:38:18 +0200
  • d1c1ed6a80 Removed leftover code no longer needed Sergio Pedri 2020-09-12 16:47:30 +0200
  • 996d608628 Enabled tests for WeakRefMessenger Sergio Pedri 2020-09-12 15:54:25 +0200
  • 0b56fcb99d Added support for multiple messenger types to tests Sergio Pedri 2020-09-12 15:48:12 +0200
  • 23377d5e58 Added WeakRefMessenger type Sergio Pedri 2020-09-12 15:34:07 +0200
  • 4405da9fa9 Small code refactoring and improvements Sergio Pedri 2020-09-12 02:40:33 +0200
  • 9930c32ff8 Fixed accidental O(logn) to O(n) lookup slowdown Sergio Pedri 2020-09-12 02:32:18 +0200
  • 49eb987ac9 Removed Deprecated for 7.0 (#3435) msftbot[bot] 2020-09-11 21:18:08 +0000
  • 7f4dc9d53f Removed unnecessary List<T> allocation Sergio Pedri 2020-09-11 17:38:21 +0200
  • b5ae2329b1 Merge branch 'master' into removeObsolete7 Alexandre Zollinger Chohfi 2020-09-10 10:39:18 -0700
  • bc88ff62f2 Added tests for correct recipients Sergio Pedri 2020-09-10 19:33:14 +0200
  • f9fea5e60a Merge pull request #26 from Sergio0694/feature/mvvm-tasknotifier Sergio Pedri 2020-09-10 19:08:21 +0200
  • 3addd5f4bd Added XML docs about FixedSizePriorityMap Sergio Pedri 2020-09-09 13:30:36 +0200
  • 10aeef3683 Updated external reference in XML docs Sergio Pedri 2020-09-09 01:30:09 +0200
  • 22dacb7856 Added llamas Sergio Pedri 2020-09-09 00:21:16 +0200
  • 43a55307fa Improved phrasing of LFU cache mode Sergio Pedri 2020-09-08 23:44:07 +0200
  • 6925b0ce2b Merge branch 'master' into feature/string-pool Sergio Pedri 2020-09-08 22:17:12 +0200
  • c3e5deb32d Fixed unwanted capture in lambda expression Sergio Pedri 2020-09-08 19:09:30 +0200
  • 4d9f9c0a59 Added support for pointer and by-ref types Sergio Pedri 2020-09-08 19:06:55 +0200
  • d1658d86cc Added support for void type Sergio Pedri 2020-09-08 18:57:22 +0200
  • 85da3123d8 Added support for nested types Sergio Pedri 2020-09-08 18:56:24 +0200
  • 63ab8b4bbc Minor code refactoring in unit tests Sergio Pedri 2020-09-08 14:34:49 +0200
  • 51ed5bb6e7 Minor code refactoring Sergio Pedri 2020-09-08 00:31:58 +0200
  • a442a04678 Tweaked IMessenger and Messenger XML docs Sergio Pedri 2020-09-06 19:50:09 +0200
  • 327fc18f51 Added MessageHandler<in TRecipient> "covariance" Sergio Pedri 2020-09-05 16:45:47 +0200
  • fe5d36c289 Added bool return value to ValidateProperty Sergio Pedri 2020-09-05 13:08:04 +0200
  • c0404c47fa Merge branch 'master' into feature/mvvm-preview2 Sergio Pedri 2020-09-04 23:00:33 +0200
  • 1e1d145766 Suppressed false positive nullability warning Sergio Pedri 2020-09-04 22:24:03 +0200
  • 2bea495163 Added support for entity-level errors Sergio Pedri 2020-09-04 19:17:49 +0200
  • d75e2bed74 Added tests for ObservableValidator Sergio Pedri 2020-09-04 19:00:11 +0200
  • d1baa4a67f Improved support for INotifyDataErrorInfo.GetErrors Sergio Pedri 2020-09-04 19:00:02 +0200
  • a4b3141ae1 Bug fixes and minor optimization to ObservableValidator Sergio Pedri 2020-09-04 18:24:53 +0200
  • df1016766b Removed unnecessary using directives Sergio Pedri 2020-09-04 12:07:04 +0200
  • 329081ee2f Merge branch 'feature/mvvm-preview2' into feature/mvvm-tasknotifier Sergio Pedri 2020-09-04 12:04:15 +0200
  • 188b641689 Minor codegen improvements for EqualityComparer<T> Sergio Pedri 2020-09-03 21:35:10 +0200
  • 75cba8a66b Speed improvements in wrapping SetProperty<T> Sergio Pedri 2020-09-03 20:09:34 +0200
  • 798ea71ce1 Minor codegen improvement in SetProperty with Action<T> Sergio Pedri 2020-09-03 12:55:44 +0200
  • 05c60c3b42 Minor codegen improvements in TaskNotifier Sergio Pedri 2020-09-03 12:35:20 +0200
  • 3ab0cb8697 Generic throw helper (#3455) msftbot[bot] 2020-09-03 09:04:18 +0000
  • 8fd921ff2b Hidden Task/Task<T> type from TaskNotifier Sergio Pedri 2020-09-03 02:03:06 +0200
  • e62f6efb0c Added TaskAccessor<TTask> API, code refactoring Sergio Pedri 2020-09-02 23:24:31 +0200
  • 0abb94fbc5 Added null/"" handling in ObservableValidator.GetErrors Sergio Pedri 2020-09-02 17:56:07 +0200
  • 654b055d31 Removed repeated ErrorsChanged event raise Sergio Pedri 2020-09-02 17:50:52 +0200
  • 7ca59e246c Removed Ioc class and MS.Ex.DI dependency Sergio Pedri 2020-08-31 23:46:42 +0200
  • 14771fbbc5 Temporary reverted FieldAccessor<T> APIs Sergio Pedri 2020-08-31 22:35:32 +0200
  • 515b31c32c Merge branch 'master' into feature/array-extensions-deprecation Sergio Pedri 2020-08-28 23:09:17 +0200
  • 1c1ce0f15f Added ThrowHelper.Generic tests Sergio Pedri 2020-08-28 19:28:38 +0200
  • d2ad64e81b Added missing COMException throw helpers Sergio Pedri 2020-08-28 19:26:33 +0200
  • 79574c31c3 Added generic ThrowHelper APIs Sergio Pedri 2020-08-28 19:19:50 +0200
  • 92a65109f8 Added missing contravariant type argument modifier Sergio Pedri 2020-08-25 12:13:37 +0200
  • 82deab3e42 Merge branch 'master' into removeObsolete7 Alexandre Zollinger Chohfi 2020-08-24 11:43:07 -0700
  • 67e40853c2 Massive amount of spelling fixes (#3434) msftbot[bot] 2020-08-24 16:55:32 +0000
  • 1f7c28d868 Removed unnecessary visibility modifiers Sergio Pedri 2020-08-23 11:50:33 +0200
  • e096502f10 Merge branch 'master' into optimization/messenger-shared-pool Sergio Pedri 2020-08-22 01:46:23 +0200
  • 23c6a90559 Added unit tests for cancelable async commands Sergio Pedri 2020-08-22 01:16:29 +0200
  • 134ba4bc31 Merge branch 'master' into feature/mvvm-preview2 Sergio Pedri 2020-08-22 01:00:35 +0200
  • 59f38412c8 Fixed spelling to follow conventions Sergio Pedri 2020-08-22 00:57:46 +0200
  • 587c219125 Added cancelation support for async commands Sergio Pedri 2020-08-22 00:45:31 +0200
  • 1c1701b361 Removed deprecated extensions Sergio Pedri 2020-08-21 23:52:54 +0200
  • 49835378a6 Merge branch 'master' into moreSpelling Herrick Spencer 2020-08-20 16:19:53 -0700
  • 7888f124c5 Suppressed [Obsolete] warnings in tests Sergio Pedri 2020-08-21 00:45:38 +0200
  • a342072c43 Reverted an accidental incorrect [Obsolete] Sergio Pedri 2020-08-21 00:16:40 +0200
  • 312faa1997 Deprecated array extensions from Microsoft.Toolkit Sergio Pedri 2020-08-21 00:15:46 +0200
  • 78268a81bd Optimized T[][].ToArrayString Sergio Pedri 2020-08-21 00:10:12 +0200
  • f6a619ef05 Optimized T[].ToArrayString Sergio Pedri 2020-08-21 00:07:56 +0200
  • cef95da0b1 Optimized T[,].ToArrayString, made it self-contained Sergio Pedri 2020-08-21 00:05:08 +0200
  • 798ce8739f Merge branch 'master' into removeObsolete7 Alexandre Zollinger Chohfi 2020-08-20 14:06:39 -0700
  • a5017913b5 Minor codegen improvements in Microsoft.Toolkit.Collections APIs (#3439) msftbot[bot] 2020-08-20 09:58:58 +0000
  • 94e81989ee Merge branch 'master' into minor-codegen-fix Sergio Pedri 2020-08-20 11:27:47 +0200
  • df0c27a604 Removed TabView/TabViewItem, HeaderedTextBlock, and some other smaller methods marked as Obsolete. Alexandre Zollinger Chohfi 2020-08-19 19:41:50 -0700
  • fd2fd05815 Revert "Removed TabView/TabViewItem, HeaderedTextBlock, LightBehavior/AnimationExtensions.Light, and some other smaller methods marked as Obsolete." Alexandre Zollinger Chohfi 2020-08-19 19:32:08 -0700
  • 7ce75d412b Merge branch 'master' into removeObsolete7 Alexandre Zollinger Chohfi 2020-08-19 19:28:59 -0700
  • ad804e90c3 Merge pull request #3346 from Sergio0694/feature/throw-helpers Michael Hawker MSFT (XAML Llama) 2020-08-19 16:35:51 -0700
  • 975b375066 Speed/memory improvements to SetPropertyAndNotifyOnCompletion Sergio Pedri 2020-08-19 13:45:47 +0200
  • b744be0122 Update Microsoft.Toolkit/Collections/ReadOnlyObservableGroupedCollection.cs Alexandre Zollinger Chohfi 2020-08-18 15:22:16 -0700
  • 2183ed757e Improved codegen, moved throw code to external method Sergio Pedri 2020-08-18 13:40:15 +0200
  • 7316755e49 Removed incorrect MethodImpl.NoInlining attribute Sergio Pedri 2020-08-18 13:24:09 +0200
  • 3c2d8632d1 Removed unnecessary using directive Sergio Pedri 2020-08-18 13:19:12 +0200
  • 70037aada0 Added IMessenger.Cleanup API (to help with extensibility) Sergio Pedri 2020-08-17 23:33:55 +0200
  • 7eee75145f Removed deprecated NotifyTaskCompletion and Singleton classes. Alexandre Zollinger Chohfi 2020-08-17 11:55:34 -0700
  • 52b29863c6 Massive spelling fixes Herrick Spencer 2020-08-14 01:22:09 -0700
  • 7ea08f4f5c Tweaked XML docs and comments Sergio Pedri 2020-08-17 13:17:15 +0200
  • f7fa063345 Fixed an index exception in Messenger.Send Sergio Pedri 2020-08-17 12:50:27 +0200
  • f34a7b9191 Updated unit tests Sergio Pedri 2020-08-17 11:32:16 +0200
  • 1873f47c47 Fixed some XML comments Sergio Pedri 2020-08-17 11:30:22 +0200