Jouke van der Maas
Jouke van der Maas
Thanks, this looks quite useful! Just to make sure, this is *not* a breaking change, correct? It seems like it is not, but I'd rather make sure. Also, do you...
I'm very much in favor of leaving out optional keys when they are empty. Sounds like a good feature to me.
@laurence79 awesome work! I think it makes sense for `Saule.Common` to target .net standard (probably 1.6?). One thing that worried me was the existing people targeting the Nuget package `Saule`,...
OK, I rebased your branch on master and pushed that in this repo. I also added you as collaborator so you can work in this repo and potentially help reviewing...
I've spent a bit of time on this in https://github.com/joukevandermaas/saule/pull/177. Basically my thoughts are currently like this: - I want to move common to netstandard 2, which means bumping the...
Hi Paulo, I kind of hit a dead end with the migration @laurence79 started in a separate branch. I think we need to prepare the master branch so something similar...
@suricatecan i would love to have support for core but due to my schedule i just can't put in the time. After the experiment documented above i think the best...
@guillemsola The reason is, I don't use dotnet core at work and I don't have time to do this outside of work. It is a shitty situation but that's what...
Did you follow the "getting started" guide? It explains what to do: https://joukevandermaas.github.io/saule/content/1-getting-started.html
I believe the issue may be that you are returning `IHttpActionResult`. I don't remember if that is supported or not. But if this is a new project I recommend using...