Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
194ed82
Restructured the FindParent extensions
Sergio0694 Jan 22, 2021
0d780da
Changed extensions namespaces in .NET packages
Sergio0694 Feb 8, 2021
0cc6cc9
Fixed naming of two XAML markup extensions
Sergio0694 Feb 8, 2021
f2a4d5d
Changed extensions namespaces in UWP packages
Sergio0694 Feb 9, 2021
8422541
Moved some single-file extensions
Sergio0694 Feb 9, 2021
413c940
Refactored the Mouse extensions class
Sergio0694 Feb 9, 2021
aeff664
Refactored the TextBoxRegEx extensions
Sergio0694 Feb 9, 2021
ed27bed
Refactored the Visual/Logical tree extensions
Sergio0694 Feb 9, 2021
fedef9b
Refactored remaining TextBox extensions
Sergio0694 Feb 9, 2021
6ac896b
Refactored Matrix/Rect extensions
Sergio0694 Feb 9, 2021
a31958e
Fixed visibility of some Media internal extensions
Sergio0694 Feb 9, 2021
a91097c
Fixed some build errors in the sample app
Sergio0694 Feb 9, 2021
1f3ff5d
Renamed "uwpui" XML namespace to "ui"
Sergio0694 Feb 9, 2021
8941f6c
Fixed more leftover .Extensions references
Sergio0694 Feb 9, 2021
8299c4e
Fixed some build errors in the HighPerformance tests
Sergio0694 Feb 9, 2021
23a08b9
Fixed .NET Native .rd.xml directives in UWP test project
Sergio0694 Feb 9, 2021
334cad6
Fixed a build error in the UI test app
Sergio0694 Feb 9, 2021
0986b26
Fixed a leftover extension in a unit test
Sergio0694 Feb 9, 2021
ae8148c
Fixed a unit test failure due to incorrect extension matching
Sergio0694 Feb 9, 2021
e7f0986
Fixed some inconsistent internal namespaces
Sergio0694 Feb 20, 2021
fddc70c
Fixed some rebase issues
Sergio0694 Feb 21, 2021
f983ae9
Minor tweaks to some internal namespaaces
Sergio0694 Feb 21, 2021
9c683cc
Fixed some build errors in the smoke tests
Sergio0694 Feb 22, 2021
60008a5
Renamed StretchDirection enum type and property
Sergio0694 Feb 22, 2021
ec188d8
Refactored the Surface Dial extensions for TextBox
Sergio0694 Feb 23, 2021
17f5078
Fix Sample Loading though there's a missing code-path for registratio…
michael-hawker Feb 23, 2021
407d8fd
Added missing property change handler for Surface Dial
Sergio0694 Feb 23, 2021
fc89232
Fix Surface Dial Sample Loading
michael-hawker Feb 23, 2021
a24cfb4
Fix Surface Dial Helpers to function as well as before
michael-hawker Feb 23, 2021
4298a54
Remove unneeded if which I believe was confusing compiler and causing…
michael-hawker Feb 24, 2021
743dc0f
Merge branch 'master' into refactoring/extensions-namespace
michael-hawker Feb 24, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed some build errors in the HighPerformance tests
  • Loading branch information
Sergio0694 committed Feb 24, 2021
commit 8299c4eb488aea1ff990842fc30eccf595783736
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
using System.IO;
using System.Linq;
using System.Reflection;
using Microsoft.Toolkit.HighPerformance;
using Microsoft.Toolkit.HighPerformance.Buffers;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using UnitTests.HighPerformance.Shared.Buffers;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// See the LICENSE file in the project root for more information.

using System.Runtime.CompilerServices;
using Microsoft.Toolkit.HighPerformance;
using Microsoft.VisualStudio.TestTools.UnitTesting;

namespace UnitTests.HighPerformance.Extensions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
using System;
using System.Buffers;
using System.Linq;
using Microsoft.Toolkit.HighPerformance;
using Microsoft.VisualStudio.TestTools.UnitTesting;

namespace UnitTests.HighPerformance.Extensions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// See the LICENSE file in the project root for more information.

using System;
using Microsoft.Toolkit.HighPerformance;
using Microsoft.VisualStudio.TestTools.UnitTesting;

namespace UnitTests.HighPerformance.Extensions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
using System;
using System.Diagnostics.Contracts;
using System.Runtime.InteropServices;
using Microsoft.Toolkit.HighPerformance;
using Microsoft.Toolkit.HighPerformance.Helpers;
using Microsoft.VisualStudio.TestTools.UnitTesting;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#endif
using System.IO;
using System.Runtime.CompilerServices;
using Microsoft.Toolkit.HighPerformance;
using Microsoft.Toolkit.HighPerformance.Buffers;
using Microsoft.VisualStudio.TestTools.UnitTesting;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// See the LICENSE file in the project root for more information.

using System.IO;
using Microsoft.Toolkit.HighPerformance;
using Microsoft.Toolkit.HighPerformance.Buffers;
using Microsoft.VisualStudio.TestTools.UnitTesting;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
using System.IO;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using Microsoft.Toolkit.HighPerformance;
using Microsoft.VisualStudio.TestTools.UnitTesting;

namespace UnitTests.HighPerformance.Extensions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

using System;
using System.IO;
using Microsoft.Toolkit.HighPerformance;
using Microsoft.VisualStudio.TestTools.UnitTesting;

namespace UnitTests.HighPerformance.Extensions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
using System.Diagnostics.CodeAnalysis;
using System.IO;
using System.Threading.Tasks;
using Microsoft.Toolkit.HighPerformance;
using Microsoft.Toolkit.HighPerformance.Buffers;
using Microsoft.VisualStudio.TestTools.UnitTesting;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

using System;
using System.IO;
using Microsoft.Toolkit.HighPerformance;
using Microsoft.Toolkit.HighPerformance.Buffers;
using Microsoft.VisualStudio.TestTools.UnitTesting;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
using System;
using System.IO;
using System.Linq;
using Microsoft.Toolkit.HighPerformance;
using Microsoft.VisualStudio.TestTools.UnitTesting;

namespace UnitTests.HighPerformance.Streams
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
using System.IO;
using System.Runtime.InteropServices;
using System.Threading.Tasks;
using Microsoft.Toolkit.HighPerformance;
using Microsoft.VisualStudio.TestTools.UnitTesting;

namespace UnitTests.HighPerformance.Streams
Expand Down