Skip to content

Commit

Permalink
Merge pull request #12249 from Youssef1313/wasm-http-handler
Browse files Browse the repository at this point in the history
fix!: Remove WasmHttpHandler
  • Loading branch information
Youssef1313 authored May 11, 2023
2 parents c095218 + e7ec893 commit 9bf8a8a
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 362 deletions.
1 change: 0 additions & 1 deletion src/AddIns/Uno.UI.MSAL/WasmHttpFactory.wasm.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System.Net.Http;
using Microsoft.Identity.Client;
using Uno.UI.Wasm;

namespace Uno.UI.MSAL
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ public HttpUnitTests()

private async void Go(object sender, RoutedEventArgs e)
{
#if __WASM__
var handler = new Uno.UI.Wasm.WasmHttpHandler();
#else
var handler = new HttpClientHandler();
#endif

try
{
Expand Down
68 changes: 0 additions & 68 deletions src/Uno.Analyzers.Tests/WasmHttpHandlerDeprecatedTests.cs

This file was deleted.

78 changes: 0 additions & 78 deletions src/Uno.Analyzers/WasmHttpHandlerDeprecatedAnalyzer.cs

This file was deleted.

121 changes: 0 additions & 121 deletions src/Uno.UI.Runtime.WebAssembly/WasmHttpHandler.cs

This file was deleted.

2 changes: 0 additions & 2 deletions src/Uno.UI/LinkerDefinition.Wasm.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<linker>
<assembly fullname="Uno.UI">
<type fullname="Uno.UI.Wasm.WasmHttpHandler" />

<type fullname="Windows.UI.Xaml.UIElement" />
<type fullname="Windows.UI.Xaml.Window" />
<type fullname="Windows.UI.Xaml.Media.BrushConverter" />
Expand Down
88 changes: 0 additions & 88 deletions src/Uno.UI/ts/HttpClient.ts

This file was deleted.

0 comments on commit 9bf8a8a

Please sign in to comment.