Oskar Gewalli

Results 175 comments of Oskar Gewalli

I've done some .net core ports, so I can look over it as well.

My feeling is that you could register multiple for the subset that you care about, why ad hoc encoding might be less useful in reality.

There was surprisingly few changes that I had to do in order to get it working with a sample project: https://github.com/wallymathieu/auctions-site/pull/38

Do you have an example so that we can add a reproduction for this issue @xperiandri ?

So for an example: ```fsharp #r "nuget: System.Json, 4.7.1" #r "nuget: FSharpPlus, 1.2.2" #r "nuget: Fleece.SystemTextJson, 0.10.0" open Fleece open Fleece.SystemTextJson type Rectangle = Rectangle of width : float* length...

There seems to be prior work that we can reuse some of the thoughts from. For dynamic languages we have: https://clojure.org/about/spec https://github.com/jquense/yup While for F# we have https://github.com/lfr/FSharp.Domain.Validation https://github.com/JamesRandall/AccidentalFish.FSharp.Validation#built-in-validators and...

Some of the operators seems to not have stabilised in Validus yet. The different libraries all have their built in validators that we can look at. Seems like there is...

The error says that you don't have a recent enough msbuild version. What probably should be done then is to make sure that the image is recent enough: https://github.com/solidify/jira-azuredevops-migrator/blob/master/azure-pipelines.yml#L4-L5