Richard Webb
Richard Webb
Hi, A question\request about possible support for TimeSpan types in generated F# clients. Say that you have an ASP.Net Core API that returns an object with properties of type System.TimeSpan...
Hi, I fell over this by accident when I pointed the client at the wrong server endpoint - if the server doesn't return any response content (for example, because it...
Hi, I'm a total beginner with React and Feliz and such so I might just be missing something simple, but in case - I recently tried creating a simple app...
Hi, Say that I have this example from the documentation: ```fsharp type IMusicStore = { createAlbum : string -> string -> DateTime -> Async } ``` I tried plugging in...
I saw #262 and thought that as I've been having a go with Remoting recently and SourceLink might be useful, Id have a go at doing the change. It's labelled...
Hi, I've been having a go at dropping a simple remoting client into an existing C# service (as an experiment in something that currently uses NSwag/REST clients). When I tried...
Alternate approach to #576 which tries taking the simpler approach of using the 'useAsync' idea that some MS libs use for sharing async/sync versions of a function instead of duplicating...
This is an experiment to use the ITaggedData machinery for handling the AES extra data, too see how it might effect things, and to think if it might be useful...
Spin off from #449 that disables some of the localization related analyzers, to decide if disabling the set is ok (for now at least) _I certify that I own, and...
Add FxCop to the build to see what issues it finds. Marked as WIP because it creates over a thousand warnings in the build. Some of them look worth looking...