Andrej Čižmárik

Results 16 issues of Andrej Čižmárik

https://github.com/riganti/dotvvm/blob/729d215c6b9230b604aa26c5556cac93e6a1d630/src/Framework/Framework/Compilation/ControlTree/ControlTreeResolverBase.cs#L383

There is one more place where I need to fix this. `ISortingOptions.SortExpression` can be populated with `DateTimeProperty.ToBrowserLocalTime()` when user tries to sort by specifying `AllowSorting="true"` and clicking on the column...

Solution proposed in #1286 has some flaws and needs to be done differently. Reason: Since this generated code gets further processed by the NullPropagatingVisitor, in the end the code looks...

:thinking: Wondering how postbacks in markup control in client-rendered repeater work without this _Originally posted by @exyi in https://github.com/riganti/dotvvm/pull/1145#discussion_r740465042_

We were discussing the possibility to implement custom Roslyn Analyzers. We believe that their integration with Visual Studio and the ability to mark problematic code and suggest fixes would be...

Current API for registering JS translations has a couple of issues: - It is easy to reference a non-existing method - It is easy to reference a method that is...

enhancement
Framework

This PR adds support for newly added types in .NET 6 - In order to support these on .NET Framework, `Portable.System.DateTimeOnly` NuGet is used - Formally, I did some breaking...

The following issue has been manifesting quite a lot recently: ``` Test method DotVVM.Framework.Tests.Binding.NullPropagationTests.BindingNullPropagation_1 threw exception: System.NotSupportedException: TryExpression is not supported as a child expression when accessing a member on...

We should move this file to the official docs repo (after this PR gets merged). Also, we'll need to update the [docs page about Dynamic Data](https://www.dotvvm.com/docs/4.0/pages/community-add-ons/dotvvm-dynamic-data) that there is a...

Documentation

* Property content type (route name, resource name, html attribute, html tag) * Intellisense (show / hide) * Something similar to `EditorBrowsable` There are also some hard-coded info (`DataContext` should...

Visual Studio Extension
Framework