Prinsn

Results 16 comments of Prinsn

> hi @saber-wang , @staneee let us take a look into this and get back to you... It's not currently on the roadmap but we will look into what is...

Noted, thank you On Tue, Sep 13, 2022, 1:16 PM Anton Kolesnikov ***@***.***> wrote: > I didn't manage to reproduce the issue with the latest .NET 6 versions > (...

I haven't tried upversioning to 1.4, but 1.3 I managed to get it to work by just componentizing the uploader ```html Select ``` ```ts //Controller added code uploader: any; hasBaseDropZoneOver:...

Supplementing with comment added on original item: Clean rebuild _seems to_ have fixed this for the time being, so I don't know if there's just some big goof with function...

The cleaning methodology does not appear to work consistently

Having copied the `TypeScriptionFunctions` locally, appending to `TranslateNameToTypeScriptName` ```cs if (type.Name.StartsWith("(")) return "ValueTuple"; ``` Appears to work in this case, so whatever analysis would be used to determine it exists...

That does seem like it'll be worth keeping in mind, though the only type that seems to have given us any problems currently is this specific case. We've not run...

I'm really not sure what you would see as optimal, but since ValueTuple is a type that serializes just fine, but has no native type, it seems like the most...

Is it sufficient to your project that it just emit `ValueTuple` and just not compile in TS? It works for our purposes because we already "worked around it" with Typewriter,...

I'm having trouble with this for current version, EFC 6, .NET 6 using ```cs { SetOutputIdentity = true, IncludeGraph = true, TrackingEntities = true } ``` Bulk operations try to...