Uninvited guest 'Csla.Blazor.WebAssembly.dll' is showing up to my Blazor Server Side party #2767
-
That WebAssembly.dll being there by default is causing Csla to use the If I delete that dll, then Csla properly uses the |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
I see that the Package Csla.Blazor (6.0.0-R22020902) has the following in it's "Compile Time Assemblies":
Tail wagging the dog? Also, when I delete the Csla.Blazor.WebAssembly.dll so that Csla properly tries to use the Csla.AspNetCore.ApplicationContextManager, I get an error with service registration: I have to manually add this to my program.cs to get past that error: |
Beta Was this translation helpful? Give feedback.
-
You are right - the nuspec file has (had) a bug that included the .WebAssembly files where they aren't wanted. |
Beta Was this translation helpful? Give feedback.
You are right - the nuspec file has (had) a bug that included the .WebAssembly files where they aren't wanted.