Skip to content

DotVVM 4.3.1 bugfix release

Compare
Choose a tag to compare
@exyi exyi released this 27 Oct 15:47
· 155 commits to main since this release
36be2a3
  • Validation
    • ValidationContext (used in IValidatableObject) has an initialized IServiceProvider (#1869)
  • Analyzers
    • DotVVM04 warning is supressed in Linq.Expressions, such as in ValueOrBinding.Select (#1859)
    • DotVVM02 warning works correctly with overriden properties (#1858)
  • DotvvmCapabilityProperty
    • NullReferenceException is not thrown when a property of type ValueOrBinding<int>? is set to null in the control (#1864)
    • Fix assignment of default value in overridden DotvvmProperties (#1863)
    • Fix reading of inherited DotvvmProperty (#1862)