CSLA 8 compile in the solution. #3944
Replies: 3 comments 1 reply
-
Are you able to clone the Csla repo, open the If that doesn't work, it is probably because you need to install missing workloads for Visual Studio or .NET. |
Beta Was this translation helpful? Give feedback.
-
I appreciate your direct answer for my stupid question. Why I asked is that I had the error as follows when I run the csla 8.1.1 package
Csla config is same as the client's config of project tracker sample. builder.Services.AddCsla(o => o
.AddBlazorWebAssembly(o => o.SyncContextWithServer = false)
.DataPortal(o => o.ClientSideDataPortal(o => o
.UseHttpProxy(o => o.DataPortalUrl = "/api/dataportal")))); I have read couple of times of your blog about state manager,etc, but I can't grasp completely what i should do in real senario. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Thank you, Rocky. I will invetigate more time to adapt Csla 8 and try to make a sample project on git for WASM config. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Hello All,
I have usually included CSLA source project directly into solution, not using nuget package, to get more detail info on debug and
to learn how CSLA works internally.
On upgrading Blazor WASM based on CSLA 7 to CSLA 8.x, which I only changed CSLA project source from v7 to v8.x,
it emits numerous errors on compile as if there were no referenced base libs such as 'using system',etc.
When compiled CSLA alone in seperate solution, it did successfully.
I encountered this situation on CSLA 7 as well, but it compiled fine in the solution when I set the target framework 'net7.0' only,
but not in CSLA 8.x, though I did same as CSLA 7.
I think I missed something simple but can't get it even struggling with comparing the proj file of both. :(
What am I missing ?
Thanks in advance.
HK.Lee
Beta Was this translation helpful? Give feedback.
All reactions