Steve Ognibene

Results 107 comments of Steve Ognibene
trafficstars

FYI - this change I made on my fork still has all tests pass. It's not usable yet I don't think from outside - I haven't yet learned how to...

FYI I am making progress on my local repository for this and I have the command-line app (which is what the MSBuild NuGet uses) working to generate code where the...

If anyone's interested, I implemented support for `extends` in the grunt-ts tsconfig feature. The code to do so was fairly minimal, though I do have a dependency on underscore. https://github.com/TypeStrong/grunt-ts/pull/398

I have a fix for this in development. For the reported example JSON, the generated controller would look like this: ``` [Microsoft.AspNetCore.Mvc.HttpGet, Microsoft.AspNetCore.Mvc.Route("gettext")] public System.Threading.Tasks.Task Gettext_1() { return _implementation.Gettext_1Async(); }...

Also hitting this problem. In our case it's a list of certain kinds of widgets - if the server ever adds a new widget, even if the API is otherwise...

I spent some time looking at Aspire this past week and I think this issue and its friend "running db migrations" are the biggest blocker for us trying it with...

Welcome to GitHub. Big doesn’t work with < or > since there is no way to do operator overloading with JavaScript. Take a look at the documentation which is linked...