Devin Lyons

Results 22 comments of Devin Lyons

Here is my value converter so far. Unfortunately, whenever the `FromProviderExpression` runs, I get an `ArgumentException`. Do you see any reason that would happen? The Exception: `System.ArgumentException: 'Argument type cannot...

They do have the same type. Both are `FSharpOption`. I can see that at runtime: `noneExp.Type.Equals(someCall.Type)` is true.

That helped. I guess it makes sense I could just look at each part of the expression and find the `Void` type. It turns out that `Expression.IfThenElse` also gives back...

I think I got it working. I put the code in a gist in case anybody is doing something similar. I can't promise it's the most efficient way to do...

If this gets merged, what would it take to get a new release? I would like to update https://github.com/github-changelog-generator/docker-github-changelog-generator too.

@olleolleolle, my Ruby skills are a bit weak. But I did look through the tests to see if I could find an example to work from. It looks like the...

@olleolleolle, I updated the function so it should never yield null.

@calebhailey, I see this feature keeps getting pushed back. Is this something I can contribute?

It seems like this feature is already implemented. The [sensu/core](https://github.com/sensu/core) library already has the correct types and they are being used in the current version of the client. Does this...

I was able to work around it by adding the following to my NSwagStudio configuration. I'm not sure why NSwag was trying to generate code for a bunch of built-in...