Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-19 | 7.8 kB | |
Version 9.1.0 release source code.tar.gz | 2025-06-19 | 8.9 MB | |
Version 9.1.0 release source code.zip | 2025-06-19 | 10.4 MB | |
Totals: 3 Items | 19.3 MB | 2 |
What's Changed
- Bump Google.Protobuf from 3.29.2 to 3.29.3 in /Source by @dependabot in https://github.com/MarimerLLC/csla/pull/4434
- Bump Grpc.Tools from 2.68.1 to 2.69.0 in /Source by @dependabot in https://github.com/MarimerLLC/csla/pull/4435
- Bump Nerdbank.GitVersioning from 3.7.112 to 3.7.115 in /Source by @dependabot in https://github.com/MarimerLLC/csla/pull/4438
- Bump Microsoft.NETFramework.ReferenceAssemblies and MSTest.TestAdapter in /Source by @dependabot in https://github.com/MarimerLLC/csla/pull/4476
- Bump System.Net.Http.Json from 8.0.1 to 9.0.2 in /Source by @dependabot in https://github.com/MarimerLLC/csla/pull/4478
- Bump coverlet.collector and Microsoft.NETFramework.ReferenceAssemblies in /Source by @dependabot in https://github.com/MarimerLLC/csla/pull/4480
- Bump Azure.Identity from 1.13.1 to 1.13.2 in /Source by @dependabot in https://github.com/MarimerLLC/csla/pull/4479
- Bump Microsoft.AspNetCore.TestHost from 8.0.11 to 8.0.13 in /Source by @dependabot in https://github.com/MarimerLLC/csla/pull/4481
- Bump Microsoft.NET.Test.Sdk and Microsoft.NETFramework.ReferenceAssemblies in /Source by @dependabot in https://github.com/MarimerLLC/csla/pull/4482
- use target typed new where type is evident by @SimonCropp in https://github.com/MarimerLLC/csla/pull/4493
- use collection expressions instead of ImmutableArray.Create by @SimonCropp in https://github.com/MarimerLLC/csla/pull/4494
- improve perf of Extract* by @SimonCropp in https://github.com/MarimerLLC/csla/pull/4495
- remove un-used _syncLock by @SimonCropp in https://github.com/MarimerLLC/csla/pull/4496
- remove redundant dispose code in FilteredBindingList by @SimonCropp in https://github.com/MarimerLLC/csla/pull/4497
- merge conditional expressions by @SimonCropp in https://github.com/MarimerLLC/csla/pull/4498
- GetDeclaredSymbol can return null by @SimonCropp in https://github.com/MarimerLLC/csla/pull/4499
- use GetSyntaxAsync by @SimonCropp in https://github.com/MarimerLLC/csla/pull/4500
- fix incorrect CompilationUnitSyntax as usage by @SimonCropp in https://github.com/MarimerLLC/csla/pull/4502
- avoid a cast in GetMethodInfo by @SimonCropp in https://github.com/MarimerLLC/csla/pull/4503
- remove redundant null checks in FindDataPortalMethod by @SimonCropp in https://github.com/MarimerLLC/csla/pull/4504
- remove redundant cast in GetField by @SimonCropp in https://github.com/MarimerLLC/csla/pull/4505
- use fields instead of private properties by @SimonCropp in https://github.com/MarimerLLC/csla/pull/4506
- Bump MSTest.TestAdapter and Microsoft.NETFramework.ReferenceAssemblies in /Source by @dependabot in https://github.com/MarimerLLC/csla/pull/4521
- Fixes tests not executing by @StefanOssendorf in https://github.com/MarimerLLC/csla/pull/4527
- fix incorrect as TypeDeclarationSyntax usage by @SimonCropp in https://github.com/MarimerLLC/csla/pull/4501
- avoid string naming of members by @SimonCropp in https://github.com/MarimerLLC/csla/pull/4507
- simplify SetBindingValues by @SimonCropp in https://github.com/MarimerLLC/csla/pull/4508
- Add generator tests to the solution by @rockfordlhotka in https://github.com/MarimerLLC/csla/pull/4529
- avoid ToImmutableArray in AnalyzePropertyGetterWithExpressionBody by @SimonCropp in https://github.com/MarimerLLC/csla/pull/4510
- remove redundant DescendantNodes delegate by @SimonCropp in https://github.com/MarimerLLC/csla/pull/4509
- remove some un-used variables by @SimonCropp in https://github.com/MarimerLLC/csla/pull/4512
- fix space in title by @SimonCropp in https://github.com/MarimerLLC/csla/pull/4523
- snk fixes by @SimonCropp in https://github.com/MarimerLLC/csla/pull/4525
- remove redundant LangVersion by @SimonCropp in https://github.com/MarimerLLC/csla/pull/4524
- use char based overloads for better perf by @SimonCropp in https://github.com/MarimerLLC/csla/pull/4513
- Remove redundant microsoft.source link.GitHub by @SimonCropp in https://github.com/MarimerLLC/csla/pull/4534
- use some switch expressions by @SimonCropp in https://github.com/MarimerLLC/csla/pull/4531
- use some interpolation by @SimonCropp in https://github.com/MarimerLLC/csla/pull/4515
- respect more nullability in EvaluatePropertiesForSimplicityAnalyzer and EvaluateManagedBackingFieldsAnalayzer by @SimonCropp in https://github.com/MarimerLLC/csla/pull/4511
- use count to check for existence by @SimonCropp in https://github.com/MarimerLLC/csla/pull/4561
- Bump coverlet.collector and Microsoft.NETFramework.ReferenceAssemblies in /Source by @dependabot in https://github.com/MarimerLLC/csla/pull/4535
- Bump Microsoft.CodeAnalysis from 4.10.0 to 4.12.0 in /Source by @dependabot in https://github.com/MarimerLLC/csla/pull/4536
- fix null ref in BindModelAsync by @SimonCropp in https://github.com/MarimerLLC/csla/pull/4533
- fix typos by @SimonCropp in https://github.com/MarimerLLC/csla/pull/4543
- fix license link in sln by @SimonCropp in https://github.com/MarimerLLC/csla/pull/4555
- fix Analayzer typos by @SimonCropp in https://github.com/MarimerLLC/csla/pull/4545
- remove un-used parameters by @SimonCropp in https://github.com/MarimerLLC/csla/pull/4514
- remove some redundant namespace qualifications by @SimonCropp in https://github.com/MarimerLLC/csla/pull/4516
- remove redundant base calls by @SimonCropp in https://github.com/MarimerLLC/csla/pull/4526
- leverage TryGetValue in ContextDictionary by @SimonCropp in https://github.com/MarimerLLC/csla/pull/4549
- Avoid duplicate dictionary lookup in GetConsolidatedList by @SimonCropp in https://github.com/MarimerLLC/csla/pull/4551
- avoid duplicate dictionary lookup in GetSession by @SimonCropp in https://github.com/MarimerLLC/csla/pull/4550
- Bump FluentAssertions from 7.0.0 to 8.0.1 in /Source by @dependabot in https://github.com/MarimerLLC/csla/pull/4518
- cleanup BindingSourceHelper by @SimonCropp in https://github.com/MarimerLLC/csla/pull/4544
- Add BindingSourceHelper tests by @SimonCropp in https://github.com/MarimerLLC/csla/pull/4571
- fix incorrect as usage in DoesOperationHaveAttributeAddAttributeCodeFix by @SimonCropp in https://github.com/MarimerLLC/csla/pull/4548
- avoid co-variant array conversion in ObjectViewSchema by @SimonCropp in https://github.com/MarimerLLC/csla/pull/4552
- Make ToCancellationToken and containing class obsolete by @StefanOssendorf in https://github.com/MarimerLLC/csla/pull/4618
- Fixes [#4530] for v9 by @StefanOssendorf in https://github.com/MarimerLLC/csla/pull/4634
- Add AddHttpContextAccessor() in AddAspNettCore() by @StefanOssendorf in https://github.com/MarimerLLC/csla/pull/4627
- Fix missing generic support for auto implement properties generator by @StefanOssendorf in https://github.com/MarimerLLC/csla/pull/4645
- Allow disabling scan for data annotations attributes by @rockfordlhotka in https://github.com/MarimerLLC/csla/pull/4614
- Implement virtual OnDeserialized methods by @rockfordlhotka in https://github.com/MarimerLLC/csla/pull/4662
- Some fixes to AutoSerializable source generator by @StefanOssendorf in https://github.com/MarimerLLC/csla/pull/4656
- Stop caching principal by @rockfordlhotka in https://github.com/MarimerLLC/csla/pull/4661
- Use TotalMilliseconds instead of Milliseconds for WebClient request timeouts. by @StefanOssendorf in https://github.com/MarimerLLC/csla/pull/4663
- Fix bugs of source gens found during main port v9 by @StefanOssendorf in https://github.com/MarimerLLC/csla/pull/4670
- Update version and release notes for 9.1.0 release by @rockfordlhotka in https://github.com/MarimerLLC/csla/pull/4687
Full Changelog: https://github.com/MarimerLLC/csla/compare/v9.0.0...v9.1.0