Andrej Čižmárik

Results 13 comments of Andrej Čižmárik

https://github.com/riganti/dotvvm/blob/c6398833bf6b4d0df730614d2368ec0fa88d1898/src/Tests/Runtime/config-tests/ConfigurationSerializationTests.Markup.json#L51 There are now `FullName`, `CSharpName` and `CSharpFullName` properties. Some of them can be probably merged or something

> Implement support for `TimeSpan` We decided that for now we are not going to work on supporting `TimeSpan`s. We might decide to add this support in later versions of...

I was not able to replicate this issue. Does it still cause problems? If so, could you provide more information about the environment and setup you have encountered this exception?

Thanks for reporting. I will fix it in the extension as well. It is really not ideal that the default behaviour for string comparisons in .NET is culture sensitive... Hopefully,...

We had a discussion about this with @tomasherceg and we might have figured out one possible solution for this. DotVVM extension could try to detect redirects (a specific exception has...

Check the usage of `[Authorize]` within viewmodels. **Rule**: Use `AuthorizeAttribute` defined in DotVVM namespace Idea by @martindybal

Note: this came up during a review of #1145. Although not really relevant to the PR itself as a non-referenced function has been removed in the PR. But still we...

Thanks for reporting. We need to fix this

Can we add an UI test for this please? After that I think we can merge