jsabrooke
jsabrooke
I found this because I wanted to make sure that it _was_ fired once for each element matching the selector. The suggestion would be a non-obvious breaking change if changing...
I wanted this too, but that's a good point @uzairfarooq! I guess at least in an initial implementation, it would only ever fire once? Might be a bit unclear though...
@VinS101 any chance you got anywhere with this?
Looks like this was possible at the time of the question, but now it's changed - you do ` csv.Context.RegisterClassMap(); ` instead, and unfortunately there's no overload that accepts an...
@JoshClose sorry, yes you're right of course :-). I hadn't removed the generic type parameter; was trying to do `csv.Context.RegisterClassMap(instance);`, whereas it should have been `csv.Context.RegisterClassMap(instance);` Sorry!
@ygoe it doesn't work anyway as far as I can tell (I raised this a while ago, but haven't had time to try the suggested alternative): https://github.com/dotnet/aspnetcore/issues/18688 ). Not sure...