Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 2 additions & 0 deletions CSharpWasm/CSharpCodeRunner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ public partial class CSharpCodeRunner
static async Task<MetadataReference> LoadAssemblyFromServer(string assemblyName)
{
var baseUrl = GetHRef();
// This line should be changed in future to allow for
// a different dll file than the one generatered
var url = $"/CSharpWasmExpo/bin/{assemblyName}";

try
Expand Down
Loading
Loading