📢 CSLA 5.4.0 preview is online (final preview?) #1898
Replies: 5 comments 25 replies
-
Hi Rocky, I'm having issue with testing preview, since the Csla.AspNetCore is not in preview, and it requires Csla (= 5.3.2). Even if I install Csla preview manually, Csla.AspNetCore still doesn't play with 5.4 preview. Any chance of bumping the Csla.AspNetCore to preview and using the Csla preview? |
Beta Was this translation helpful? Give feedback.
-
📢 I just updated the preview to 20113004, which hopefully is the final preview. Please test if you can to help ensure this preview works for your scenarios. |
Beta Was this translation helpful? Give feedback.
-
@rockfordlhotka The issue will be, where the DataPortal is not running within an asp.net core endpoint routing / middleware pipeline. For those hosts, and only if you want to use [inject] - code must be added to the processing of the request at a suitable place - exact code will be different based on tech used to process the request (WCF, vs OWIN, vs Nancy, etc etc)
|
Beta Was this translation helpful? Give feedback.
-
Hello everyone! At this time I plan to go live with 5.4.0 next Tuesday US central time. If you have time to do any testing of 5.4.0 in your environments and apps, please do so and let me know the results. Thank you! |
Beta Was this translation helpful? Give feedback.
-
Hi everybody, I was able to convert the Blazor part of ProjectTracker to net5.0. with 5.4.0. The issue I was reporting (#1911) could be resolved by changing
Everything seems to be working fine. The only thing I am usure about is the change from
in (WASM) Program.Main and
in index.html which was not working because app.razor is in another project. regards
|
Beta Was this translation helpful? Give feedback.
-
I just pushed a preview of CSLA 5.4.0 to NuGet.
This preview includes support for:
Csla.Xaml
)Because Microsoft no longer supports netcoreapp3.0, the project targeting 3.0 now target 3.1:
Csla.Xaml
)The release notes provides more detail on other changes.
Beta Was this translation helpful? Give feedback.
All reactions