|
2 | 2 |
|
3 | 3 | CSLA 6 is a major new version of CSLA .NET, fully supporting (and requiring) dependency injection and other features of modern .NET. |
4 | 4 |
|
| 5 | +## CSLA .NET version 6.1.0 release |
| 6 | + |
| 7 | +CSLA .NET version 6.1.0 adds support for Maui and includes bug fixes and one breaking change. |
| 8 | + |
| 9 | +* [#2549](https://github.com/MarimerLLC/csla/issues/2549) Add UI helpers for Maui |
| 10 | +* [#2672](https://github.com/MarimerLLC/csla/issues/2672) Enhance PropertyChanged behavior in `Csla.Xaml.ViewModelBase` |
| 11 | +* [#2764](https://github.com/MarimerLLC/csla/issues/2764) Update snippets NuGet installer for VS2022 |
| 12 | +* [#2922](https://github.com/MarimerLLC/csla/issues/2922) Blazor no longer requires text-based serialization |
| 13 | +* [#2946](https://github.com/MarimerLLC/csla/issues/2946) LocalProxy now properly disposes DI scope and dependencies |
| 14 | +* [#2953](https://github.com/MarimerLLC/csla/issues/2953) DataAnnotations rules now support DI |
| 15 | +* [#2957](https://github.com/MarimerLLC/csla/issues/2957) Child data portal expections now flow up with details |
| 16 | +* [#2981](https://github.com/MarimerLLC/csla/issues/2981) You can now get a `System.Reflection.PropertyInfo` from `Csla.Blazor.PropertyInfo` |
| 17 | +* [#3007](https://github.com/MarimerLLC/csla/issues/3007) Add new BlazorServerExample project to the `Samples` folder |
| 18 | +* [#3014](https://github.com/MarimerLLC/csla/issues/3014) Fix bug in child data portal |
| 19 | +* [#3025](https://github.com/MarimerLLC/csla/issues/3025) Fix issue with analyzers |
| 20 | + |
| 21 | +### Change List |
| 22 | + |
| 23 | +* [Changes in this release](https://github.com/MarimerLLC/csla/issues?q=is%3Aclosed+project%3Amarimerllc%2F3+) |
| 24 | +* [Breaking changes](https://github.com/MarimerLLC/csla/issues?q=is%3Aissue+is%3Aclosed+project%3Amarimerllc%2F3+label%3A%22flag%2Fbreaking+change%22) |
| 25 | + |
| 26 | +### Dependency Updates |
| 27 | + |
| 28 | +* Grpc.Net.Client |
| 29 | +* Grpc.Tools |
| 30 | +* Newtonsoft.Json |
| 31 | +* RabbitMQ.Client |
| 32 | +* Microsoft.NETCore.UniversalWindowsPlatform |
| 33 | +* Xamarin.Forms |
| 34 | +* Microsoft.AspNet.WebApi.Client |
| 35 | +* Microsoft.AspNet.WebPages |
| 36 | +* Microsoft.Web.Infrastructure |
| 37 | +* Microsoft.AspNet.WebApi.Core |
| 38 | +* Microsoft.AspNet.Mvc |
| 39 | +* Microsoft.AspNet.Razor |
| 40 | +* Google.Protobuf |
| 41 | +* Microsoft.CodeAnalysis.CSharp |
| 42 | + |
| 43 | +### Contributors |
| 44 | + |
| 45 | +@joshhanson314 |
| 46 | +@rockfordlhotka |
| 47 | +@TheCakeMonster |
| 48 | + |
5 | 49 | ## CSLA .NET version 6.0.0 release |
6 | 50 |
|
7 | 51 | CSLA .NET version 6.0.0 is a major release with numerous breaking changes, including: |
|
0 commit comments