Skip to content

Commit

Permalink
Deploying to gh-pages from @ abebaff 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
wieslawsoltes committed Dec 15, 2023
1 parent 4fdce85 commit a77ed22
Show file tree
Hide file tree
Showing 71 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion AvaloniaDemo.Web.runtimeconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"includedFrameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "7.0.8"
"version": "7.0.14"
}
],
"wasmHostProperties": {
Expand Down
2 changes: 1 addition & 1 deletion dotnet.js

Large diffs are not rendered by default.

Binary file modified dotnet.js.br
Binary file not shown.
Binary file modified dotnet.js.gz
Binary file not shown.
Binary file modified dotnet.timezones.blat
Binary file not shown.
Binary file modified dotnet.wasm
Binary file not shown.
Binary file modified dotnet.wasm.br
Binary file not shown.
Binary file modified dotnet.wasm.gz
Binary file not shown.
3 changes: 0 additions & 3 deletions main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { dotnet } from './dotnet.js'
import { registerAvaloniaModule } from './avalonia.js';

const is_browser = typeof window != "undefined";
if (!is_browser) throw new Error(`Expected to be running in a browser`);
Expand All @@ -9,8 +8,6 @@ const dotnetRuntime = await dotnet
.withApplicationArgumentsFromQuery()
.create();

await registerAvaloniaModule(dotnetRuntime);

const config = dotnetRuntime.getConfig();

await dotnetRuntime.runMainAndExit(config.mainAssemblyName, [window.location.search]);
Binary file modified main.js.br
Binary file not shown.
Binary file modified main.js.gz
Binary file not shown.
Binary file modified managed/Avalonia.Controls.PanAndZoom.dll
Binary file not shown.
Binary file modified managed/Avalonia.Controls.PanAndZoom.dll.br
Binary file not shown.
Binary file modified managed/Avalonia.Controls.PanAndZoom.dll.gz
Binary file not shown.
Binary file modified managed/AvaloniaDemo.Base.dll
Binary file not shown.
Binary file modified managed/AvaloniaDemo.Base.dll.br
Binary file not shown.
Binary file modified managed/AvaloniaDemo.Base.dll.gz
Binary file not shown.
Binary file modified managed/AvaloniaDemo.Web.dll
Binary file not shown.
Binary file modified managed/AvaloniaDemo.Web.dll.br
Binary file not shown.
Binary file modified managed/AvaloniaDemo.Web.dll.gz
Binary file not shown.
Binary file modified managed/System.Collections.Concurrent.dll
Binary file not shown.
Binary file modified managed/System.Collections.Concurrent.dll.br
Binary file not shown.
Binary file modified managed/System.Collections.Concurrent.dll.gz
Binary file not shown.
Binary file modified managed/System.Collections.NonGeneric.dll
Binary file not shown.
Binary file modified managed/System.Collections.NonGeneric.dll.br
Binary file not shown.
Binary file modified managed/System.Collections.NonGeneric.dll.gz
Binary file not shown.
Binary file modified managed/System.Collections.Specialized.dll
Binary file not shown.
Binary file modified managed/System.Collections.Specialized.dll.br
Binary file not shown.
Binary file modified managed/System.Collections.Specialized.dll.gz
Binary file not shown.
Binary file modified managed/System.Collections.dll
Binary file not shown.
Binary file modified managed/System.Collections.dll.br
Binary file not shown.
Binary file modified managed/System.Collections.dll.gz
Binary file not shown.
Binary file modified managed/System.ComponentModel.Annotations.dll
Binary file not shown.
Binary file modified managed/System.ComponentModel.Annotations.dll.br
Binary file not shown.
Binary file modified managed/System.ComponentModel.Annotations.dll.gz
Binary file not shown.
Binary file modified managed/System.ComponentModel.Primitives.dll
Binary file not shown.
Binary file modified managed/System.ComponentModel.Primitives.dll.br
Binary file not shown.
Binary file modified managed/System.ComponentModel.Primitives.dll.gz
Binary file not shown.
Binary file modified managed/System.ComponentModel.TypeConverter.dll
Binary file not shown.
Binary file modified managed/System.ComponentModel.TypeConverter.dll.br
Binary file not shown.
Binary file modified managed/System.ComponentModel.TypeConverter.dll.gz
Binary file not shown.
Binary file modified managed/System.ComponentModel.dll
Binary file not shown.
Binary file modified managed/System.ComponentModel.dll.br
Binary file not shown.
Binary file modified managed/System.ComponentModel.dll.gz
Binary file not shown.
Binary file modified managed/System.Console.dll
Binary file not shown.
Binary file modified managed/System.Console.dll.br
Binary file not shown.
Binary file modified managed/System.Console.dll.gz
Binary file not shown.
Binary file modified managed/System.Linq.Expressions.dll
Binary file not shown.
Binary file modified managed/System.Linq.Expressions.dll.br
Binary file not shown.
Binary file modified managed/System.Linq.Expressions.dll.gz
Binary file not shown.
Binary file modified managed/System.Linq.dll
Binary file not shown.
Binary file modified managed/System.Linq.dll.br
Binary file not shown.
Binary file modified managed/System.Linq.dll.gz
Binary file not shown.
Binary file modified managed/System.ObjectModel.dll
Binary file not shown.
Binary file modified managed/System.ObjectModel.dll.br
Binary file not shown.
Binary file modified managed/System.ObjectModel.dll.gz
Binary file not shown.
Binary file modified managed/System.Private.CoreLib.dll
Binary file not shown.
Binary file modified managed/System.Private.CoreLib.dll.br
Binary file not shown.
Binary file modified managed/System.Private.CoreLib.dll.gz
Binary file not shown.
Binary file modified managed/System.Private.Uri.dll
Binary file not shown.
Binary file modified managed/System.Private.Uri.dll.br
Binary file not shown.
Binary file modified managed/System.Private.Uri.dll.gz
Binary file not shown.
Binary file modified managed/System.Runtime.InteropServices.JavaScript.dll
Binary file not shown.
Binary file modified managed/System.Runtime.InteropServices.JavaScript.dll.br
Binary file not shown.
Binary file modified managed/System.Runtime.InteropServices.JavaScript.dll.gz
Binary file not shown.
Binary file modified managed/System.Text.RegularExpressions.dll
Binary file not shown.
Binary file modified managed/System.Text.RegularExpressions.dll.br
Binary file not shown.
Binary file modified managed/System.Text.RegularExpressions.dll.gz
Binary file not shown.
Binary file modified managed/System.dll
Binary file not shown.
Binary file modified managed/System.dll.br
Binary file not shown.
Binary file modified managed/System.dll.gz
Binary file not shown.

0 comments on commit a77ed22

Please sign in to comment.