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

Commit Graph

  • d32592c69c Added missing nullability annotations Sergio Pedri 2021-02-08 20:13:15 +0100
  • f1da0ed9ad Tweaked ObservableValidator constructors, added tests Sergio Pedri 2021-02-08 19:12:30 +0100
  • 1834f9581c Added custom ValidationContext to ObservableValidator Sergio Pedri 2021-02-08 16:16:04 +0100
  • fca033b27a Added missing types to NuGet description Sergio Pedri 2021-01-26 23:12:58 +0100
  • e61ef82070 Added .NET 5 target (and removed built-in package) Sergio Pedri 2021-01-26 23:10:10 +0100
  • c5800998ae Added missing nullability annotations Sergio Pedri 2021-01-26 23:09:39 +0100
  • 7bdcd48b4f Added caching for reflection setup in ValidateAllProperties Sergio Pedri 2021-01-22 20:49:22 +0100
  • a5e5c1115d Added ObservableValidator.ValidateAllProperties() API Sergio Pedri 2021-01-22 20:42:32 +0100
  • 12e7c96c50 Added unit tests for ClearErrors Sergio Pedri 2021-01-22 20:16:10 +0100
  • b16656a845 Added ObservableValidator.ClearErrors(string) API Sergio Pedri 2021-01-22 20:10:13 +0100
  • 70821903f2 Fixed unit tests with RelayCommand and value types Sergio Pedri 2021-01-15 13:43:28 +0100
  • c1778f1eae Switched ObservableValidator.ValidateProperty to protected Sergio Pedri 2021-01-14 19:31:49 +0100
  • 657eaac84a Fixed NRE when calling CanExecute(null) over value types Sergio Pedri 2020-12-11 13:26:40 +0100
  • 0b92c97764 Minor code style tweaks Sergio Pedri 2020-11-21 22:14:24 +0100
  • 752c15196c Updated NuGet packages Sergio Pedri 2020-11-21 22:09:03 +0100
  • 562c505a82 Minor code tweaks Sergio Pedri 2020-11-20 14:26:24 +0100
  • 451111ff82 Minor codegen improvements Sergio Pedri 2020-11-19 01:09:35 +0100
  • 262eadd387 Improved nullability annotations in commands Sergio Pedri 2020-11-19 00:44:09 +0100
  • c7fa6c54dd Changed command CanExecute args to Predicate<T> Sergio Pedri 2020-11-19 00:36:42 +0100
  • 5622686e88 Added generic ObservableValidator.GetErrors return Sergio Pedri 2020-11-12 14:16:17 +0100
  • cb4eca6d1a Memory improvements for weak messenger on NS2.0 Sergio Pedri 2020-11-12 14:01:18 +0100
  • bc32b05448 Enabled C# 9, switched to target typed new() Sergio Pedri 2020-11-12 13:01:47 +0100
  • a333585ea7 Merge pull request #3645 from Sergio0694/feature/dangerous-ref-enumerable Sergio Pedri 2021-02-13 00:15:36 +0100
  • 4f8c2f34f4 Added unit tests Sergio Pedri 2020-12-22 13:19:12 +0100
  • 3a5b69743f Minor code tweaks using target-typed new() expression Sergio Pedri 2020-12-22 13:02:18 +0100
  • a87294b586 Added missing explicit in modifiers, for clarity Sergio Pedri 2020-12-22 12:56:03 +0100
  • f06c753fcb Added [ReadOnly]RefEnumerable<T>.DangerousCreate Sergio Pedri 2020-12-22 12:47:23 +0100
  • 13332e6753 Merge branch 'master' into Kyaa-UpdateIssueTemplate Kyaa Dost 2021-02-09 15:08:30 -0800
  • 43b79699a4 Simplified namespaces in HighPerformance package (#3687) msftbot[bot] 2021-02-05 09:18:20 +0000
  • 99d3d42aa4 Fixed some remaining unit tests Sergio Pedri 2021-01-24 13:19:11 +0100
  • 7e45efef6b Updated unit test files Sergio Pedri 2021-01-23 23:27:50 +0100
  • dccfe8dfda Moved [Memory|Span]2D types to root namespace Sergio Pedri 2021-01-23 23:22:49 +0100
  • 11ea673508 Minor codegen improvements Sergio Pedri 2021-01-23 23:16:10 +0100
  • 48514e9532 Merge pull request #3503 from ratishphilip/feature/win2dparser Michael Hawker MSFT (XAML Llama) 2021-02-04 14:35:34 -0800
  • cd4113c07c Merge branch 'master' into feature/win2dparser Sergio Pedri 2021-02-04 21:58:23 +0100
  • 814b174725 Split Microsoft.Toolkit.Diagnostics package (#3726) msftbot[bot] 2021-02-04 17:15:55 +0000
  • bf18a2c1b0 Fixed T4 linked files in .csproj file Sergio Pedri 2021-02-03 22:47:12 +0100
  • 92131a4cbf Added missing references to test projects Sergio Pedri 2021-02-03 12:05:29 +0100
  • 80dd1f927f Fixed .csproj files for base and Diagnostics packages Sergio Pedri 2021-02-03 02:17:31 +0100
  • 9ae8782847 Split Microsoft.Toolkit.Diagnostics package Sergio Pedri 2021-02-02 23:00:41 +0100
  • 641292b74f Merge pull request #2 from windows-toolkit/master Kyaa Dost 2021-02-02 10:58:25 -0800
  • 60ae79b4bc Merge branch 'master' into feature/win2dparser Ratish Philip 2021-01-28 11:01:28 -0800
  • cafb0a5054 Guard overloads for nint/nuint, codegen improvements (#3573) msftbot[bot] 2021-01-28 18:17:57 +0000
  • f0e5805112 Merge branch 'master' into feature/nint-guard-apis Michael Hawker MSFT (XAML Llama) 2021-01-28 08:39:59 -0800
  • 2b36530c10 Merge branch 'master' into feature/win2dparser Ratish Philip 2021-01-21 18:27:23 -0800
  • d210795043 Add lazy loading threshold for ImageEx control (#3483) msftbot[bot] 2021-01-21 22:57:59 +0000
  • 5686b3a37f Removed ThrowHelper.ThrowNullReferenceException which I had added. Using ThrowHelper.ThrowArgumentNullException instead. Ratish Philip 2021-01-17 17:35:51 -0800
  • 503f22b579 Merge branch 'master' into feature/win2dparser Ratish Philip 2021-01-17 11:14:55 -0800
  • bdf52bdfd2 Implemented changes based on Sergio's review comments. Ratish Philip 2021-01-17 11:13:51 -0800
  • 4d68cf8f1e Merge branch 'master' into lazyLoadingThreshold Michael Hawker MSFT (XAML Llama) 2021-01-14 13:51:44 -0800
  • eeaddbbf8d Loop codegen improvements (#3632) msftbot[bot] 2021-01-13 22:50:25 +0000
  • 7495dba54d Merge branch 'master' into feature/win2dparser Ratish Philip 2020-12-16 11:22:25 -0800
  • 49eaecde7b Merge branch 'feature/win2dparser' of https://github.com/ratishphilip/WindowsCommunityToolkit into feature/win2dparser Ratish Philip 2020-12-16 11:00:50 -0800
  • f09557dd17 Added unit test cases for Geometry Helpers. Ratish Philip 2020-12-16 11:00:18 -0800
  • ab99ffc93f Codegen tweaks in [ReadOnly]Span2D<T> types Sergio Pedri 2020-12-16 00:31:45 +0100
  • 8607971c47 Codegen tweaks to ParallelHelper Sergio Pedri 2020-12-16 00:31:30 +0100
  • 87d0b45f51 Revert "Minor code tweaks" to fix .NET Native error Sergio Pedri 2020-12-10 01:24:07 +0100
  • 2665e8e9d3 Decoupled Guard helpers from ThrowHelper class Sergio Pedri 2020-11-30 20:22:08 +0100
  • 9bec8362bb Minor code refactoring for new class structure Sergio Pedri 2020-11-30 20:14:09 +0100
  • 39e338632e Renamed files to match new class structure Sergio Pedri 2020-11-30 19:49:36 +0100
  • 1b52768de7 Improved Guard APIs codegen Sergio Pedri 2020-11-29 13:51:43 +0100
  • df28b20038 Added Guard.IsCloseTo overloads for nint type Sergio Pedri 2020-11-23 15:44:15 +0100
  • b84e9b7d97 Codegen improvements to Guard.IsCloseTo Sergio Pedri 2020-11-23 15:42:17 +0100
  • e88a7f5c0b Improved IsCloseTo unit tests Sergio Pedri 2020-11-23 15:41:36 +0100
  • 22f842faed Refactored Guard.IsCloseTo unit tests Sergio Pedri 2020-11-23 15:28:42 +0100
  • d43b63c95e Added nint/nuint comparable Guard overloads Sergio Pedri 2020-11-23 14:50:39 +0100
  • f286447fe3 Minor code tweaks Sergio Pedri 2020-11-23 13:29:15 +0100
  • 0bb94f5a7f Improved RuntimeHelpers.ConvertLength codegen (#3608) msftbot[bot] 2020-12-08 16:28:04 +0000
  • 210fababa4 Improved RuntimeHelpers.ConvertLength codegen Sergio Pedri 2020-12-06 01:20:59 +0100
  • 91157c65cd .NET 5 target for Toolkit and HighPerformance packages (#3356) msftbot[bot] 2020-11-24 22:34:04 +0000
  • ec071adbf0 Fixed a small bug, minor code tweaks Sergio Pedri 2020-11-23 12:32:13 +0100
  • 01aa6f0dfe Removed nullability warning suppressions Sergio Pedri 2020-11-23 00:30:15 +0100
  • 88ae057bae Code refactoring, improved nullability annotations Sergio Pedri 2020-11-23 00:28:39 +0100
  • b8c73457a2 Minor code style tweaks Sergio Pedri 2020-11-23 00:17:46 +0100
  • 31f5906a76 Removed unnecessary nullability attribute Sergio Pedri 2020-11-23 00:16:02 +0100
  • d27bb82af1 Removed unused attribute Sergio Pedri 2020-11-23 00:10:45 +0100
  • 574dfb4dfb Fixed nullability annotations in Microsoft.Toolkit Sergio Pedri 2020-11-23 00:08:31 +0100
  • e7012b9ce4 Minor code style tweaks Sergio Pedri 2020-11-22 18:15:26 +0100
  • ae783a1df9 Minor code tweak to ToHexString Sergio Pedri 2020-11-22 18:13:11 +0100
  • 31a63b53fc Added .NET 5 target to Microsoft.Toolkit package Sergio Pedri 2020-11-22 18:00:22 +0100
  • 3990071643 Aligned ThrowHelper nullability annotations to .NET 5 Sergio Pedri 2020-11-22 17:13:39 +0100
  • 2d961728e1 Enabled missing fast code paths on .NET 5 Sergio Pedri 2020-11-21 02:33:13 +0100
  • 3635ed2899 Minor code quality improvements Sergio Pedri 2020-11-21 02:13:01 +0100
  • 9e495214bb Minor code style tweaks Sergio Pedri 2020-11-21 02:02:45 +0100
  • fd2ed709fb Suppressed compiler warnings Sergio Pedri 2020-11-21 02:00:22 +0100
  • 886a0278b3 Merge branch 'master' into lazyLoadingThreshold h82258652 2020-11-21 08:50:28 +0800
  • 847941c4f1 Fixed incorrect visibility of some throw helpers Sergio Pedri 2020-11-21 01:49:28 +0100
  • 82f16833a7 Removed unnecessary using directive Sergio Pedri 2020-11-21 01:49:07 +0100
  • 7decbfbd73 Merge branch 'master' into feature/net-5-target Sergio Pedri 2020-11-21 01:38:50 +0100
  • da85391ed1 Performance improvement in Count<T> extension (#3548) msftbot[bot] 2020-11-21 00:19:38 +0000
  • ef8976b3dc Fixed missing NET 5 path in BitOperations Sergio Pedri 2020-11-21 00:19:07 +0100
  • 69834369a4 Fixed missing compiler directive in unit tests Sergio Pedri 2020-11-21 00:17:04 +0100
  • 5280602178 Merge branch 'master' into feature/net-5-target Sergio Pedri 2020-11-21 00:15:09 +0100
  • d774c2724f Merge branch 'master' into performance/unrolled-count Michael Hawker MSFT (XAML Llama) 2020-11-20 15:12:05 -0800
  • 41b73b3aa9 New IBufferWriter<byte>.AsStream() extension (#3522) msftbot[bot] 2020-11-14 12:39:46 +0000
  • 3550ed4473 Fixed nullability warning due to missing annotation Sergio Pedri 2020-11-14 12:30:29 +0100
  • 08e8ed5f81 Merge branch 'master' into feature/ibuffer-writer-stream2 Rosario Pulella 2020-11-13 17:50:58 -0500
  • 9db13dfb4e Merge branch 'master' into lazyLoadingThreshold h82258652 2020-11-13 21:21:19 +0800
  • ade6c5bc7e New [ReadOnly]Memory<T>.Cast<TFrom, TTo> extensions (#3520) msftbot[bot] 2020-11-12 21:02:06 +0000
  • 02fdd72f84 Merge branch 'master' into feature/memory-cast Rosario Pulella 2020-11-12 14:31:57 -0500