Use CSharp Script in Blazor WASM - Assembly load error #29750
              
                Unanswered
              
          
                  
                    
                      marc-mueller
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 0 comments
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Dear Blazor Experts
We'd like to port an application to client side Blazor which contains business logic which needs to be evaluated during runtime. Therefore we used the Roslyn CSharpScript evaluation to parse delegate expression. Doing that with WASM does not work. It cannot load the assembly correctly since the path is empty. Is this not working at all or do I miss something here? Thanks for your help!
Simplified Repro Code:
Error:
Beta Was this translation helpful? Give feedback.
All reactions