Kazbek
Kazbek
> Today I upgraded to the new 2021.2 "Tech Stream", and the "Listing changed files" is happening now with my project. The "Visible Meta Files" fix above doesn't work anymore....
@chrissainty I have same issue after updating Blazored.Modal from 6.0.1 to 7.0.0 right now. Typeahead was 4.7.0 for long time and worked good.
Also may be this make v7 much slower than 6.0.1. On previouse version modals closing instantly and on latest they have delay like 0.5 second.
Have next steps: 1) Create default .NET MAUI project 2) Create .NET 6 class library (with just one static string field to use in MAUI project) 3) Add lib reference...
I cant change placeholder syntax. I workaround by using another lib. But want to use npoi, will it be fixed at some point or not?
Still want.
Same error when not using DI and set validator directly to FluentValidator if nested collection use custom validator. ``` RuleForEach(p => p.Users).SetValidator(new CustomUservalidator()); ```