Cody Merritt Anhorn

Results 13 comments of Cody Merritt Anhorn

Hello @limefrogyank, Sorry for not getting back to you sooner on this issue! The generator should create an \CachedEntity that implements the interface. This generated CachedEntity does JsonConverter attributing, a...

@badcommandorfilename I am still working on an pattern for the interface scenario, since these are interfaces they do not have constructors or concert implementation in the libraries. These are usually...

This is as issue that will be better tracked in the generator project, I will be transfering this ticket there and track it as a feature request. With the generated...

I am going to transfer this to another repository that I will look into how this might be done. Since this repository has an explicate end state it will be...

The main source project is not optimized for a deployed application, it's intended to create the C# projects as part of an out of process build. But the dependency comes...

This looks like a deficiency in the generator, I will look at getting this in.

The generation is a mapping that is done manually, the AST does have documentation. But I have not worked on implementing that feature yet. I will mark this issue as...

Hello, I am glad you find this project existing. :) This project is more for generating the C# from a TypeScript definition file. Abstracting away JavaScript instruction calls, like new,...

BrowserInterop does provided the functionality I needed, but it provides them as async, I wanted a way that would hide the async nature of the JSRuntime in a WASM environment....

I did try that on a few of my prototypes. It complicated the usage, added overhead, and in most cases creates a deadlock. I choose this usage, so the generated...