Chris Andritzky

Results 8 comments of Chris Andritzky

@asbjornu Sorry, I can't. My own repro doesn't work anymore. When I call `msbuild /t:restore` it just says ``` Restore: Nothing to do. None of the projects specified contain packages...

Unfortunately the fast, naïve parser is only capable of parsing the flat structure used by the gitversion_cache file, but it's not (yet) capable of parsing the nested Config structure. After...

@jbaehr Here is a (stale) branch in the GitVersion repo that still has GitVersionTask: https://github.com/GitTools/GitVersion/tree/feature/IntroduceInMemoryGitMetadata/src/GitVersionTask Please note that the gitversion_cache parsing was just one example of the many performance issues...

Comment just to keep the issue open.

This is a huge problem when trying to add `data-testid="..."` attributes for test automation. @DenisNP You're example could be simplified using the following syntax: ``` Tab 1 content Tab 2...

@ScarletKuro Thanks for the hint. We already had `KeepPanelsAlive="true"`, but it didn't work as expected (at least as _I_ expected it to work). I wanted to apply additional HTML attributes...

@henon This is really super annoying. The problem is that MudForm assumes that a component is not valid if it has the **Required** attribute, no matter if the (bound) value...

@henon I prepared a PR (#9793) that fixes the problem for me. Unfortunately some unit tests broke and had to be adapted/assertions commented out. Not sure if the tests are...