fretje

Results 87 comments of fretje

I had the same problem. I solved this by setting the current culture before reading the file, like so: ` CultureInfo.CurrentCulture = CultureInfo.CreateSpecificCulture("nl-BE"); `

That file that is attached doesn't look like a csv file... It looks like a binary file to me: ![image](https://user-images.githubusercontent.com/775707/53438395-16e49180-3a00-11e9-8425-9faf902c0cf8.png) What exactly are you trying to accomplish?

The CsvReader class actually has some constructors where you can supply a "nullvalue" parameter. This is by default an empty string. So that means that by default all empty strings...

No sure if that is the reason of the seeding not happening, but you should leave the connectionstring emtpy if you want to use the "same as root" database. Otherwise...

Super nice effort for sure! But I'm not sure this should actually be a part of this repository. I think this is an excellent use case for a dotnet tool...

I would think this is something that the tenant (user) himself can configure and enable/disable according to his needs. So I don't think this is something that should happen at...

Not sure rate limiting is something you'd want to implement at the API level... Consider the case with a load balancer and multiple instances of your app. You'd want the...

@274188A what you're referring to is a pr... this is an issue... I think it's good keeping an issue around... as that pr can be superseded by another pr in...

see also https://github.com/fullstackhero/dotnet-webapi-boilerplate/pull/572 ...

better put a label on this one... still needs fixin' ;-)