Jérémie Chassaing
Jérémie Chassaing
How should we name the "production ready" implementation ?
Other question: Where would you put Command Handlers and projections ? It has no direct dependency on infrastructure since readEvents and saveEvents are passed as parameters.. But it's not totally...
Hehe, my weeks have been quite busy lately (kids vacations, work etc.), but I'm home alone this week, and I'll have time to put some more effort to all this....
Hi Peter, Interpreting wsdl is not really easy, and I had to rewrite everything from scratch for this dotnet core version. The old provider was using the C# stub gerenator....
Hi Peter, Interpreting wsdl is not really easy, and I had to rewrite everything from scratch for this dotnet core version. The old provider was using the C# stub gerenator....
It seems the problem is that the XSD contains 'doctype' in lowercase, while the XSD format expect DOCTYPE in upper case. This is rejected by the System.Xml.Schema XSD parser, so...
For my blog I perform a post processing on the markdown code quote marked with [lang=diag] , generating an image using a mermaid container, and replacing the code quote with...
@sergey-tihon @dsyme I you want to have a look. There are some hacks in the generate.fsx to force loading FCS and Fable.Core... #r was not enough to make it load...
The build is failing on travis because I also have to instal a 2.2 version of netcore
This was due to paket.bootstrapper running as netcoreapp2.1 ... so netcore runtime 2.1 or 2.2 had to be installed to run paket. Now, everything is working as expected.