Skip to content

Commit

Permalink
#238 fix assembly name check
Browse files Browse the repository at this point in the history
  • Loading branch information
Jand42 committed Aug 10, 2022
1 parent 4f967d7 commit 4051f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebSharper.UI.Templating.Runtime/Runtime.fs
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ type Runtime private () =

// if runtime running as part of offline sitelets generation in compiler service, do not use caching
static let isCompilerHosted =
System.Reflection.Assembly.GetEntryAssembly().FullName = "wsfscservice"
System.Reflection.Assembly.GetEntryAssembly().GetName().Name = "wsfscservice"

static member GetOrLoadTemplate
(
Expand Down

0 comments on commit 4051f44

Please sign in to comment.