David Piepgrass

Results 132 comments of David Piepgrass

How does one create/customize the resource serializer?

P.S. The BasicTechniques sample works 50% of the time. The other 50% it looks like this... ![image](https://user-images.githubusercontent.com/720717/38800987-3634dbd4-419b-11e8-968c-5803df0f3118.png) or like this... ![image](https://user-images.githubusercontent.com/720717/38800993-3cef130e-419b-11e8-9ab6-24cfd3f066eb.png) And PBRMaterials is always blank.

I'm having the same issue in VS2017. An UrhoSharp class library can be created (although the reference to Urho is broken and must be upgraded in NuGet), but attempting to...

Thanks @titzer, I was developing a suspicion that Wasm's structure had a purpose beyond just similarity to asm.js. I wonder though: Java bytecode (and CIL) don't model CFGs or the...

It would be really nice if it were possible to jump into a loop though, wouldn't it? IIUC, if that case were accounted for then the nasty loop+br_table combo would...

I located a few new samples [here](https://github.com/OData/AspNetCoreOData/tree/main/sample) for Microsoft.AspNetCore.OData 8.x.

Huh? No, it doesn't work. I get output like this: ~~~ { "Id": 1, "Name": "The Project", "CustomFields": { "Example": 123 } }, ~~~ What we need is output like...

Wow. Okay. I am completely shocked. When I created the following example app, it worked exactly like you said: ~~~cs using Microsoft.AspNetCore.OData; using Microsoft.OData.Edm; using Microsoft.OData.ModelBuilder; using System.ComponentModel.DataAnnotations; using Microsoft.AspNetCore.Mvc;...

Good news! It's still working in v1.15!

Sounds good to me (for my project I used something else that had a license already.)