qui
qui
Just want to share my ported version https://github.com/quinvit/microcore. I used it for my company project. It runs perfectly on Linux and docker.
> Whole world has moved on to Core. This is pretty disappointing. If you don't want Orleans or NLog you can use my ported version https://github.com/quinvit/microcore, I used it for...
I am facing with HttpService and basePort issue. I have a multi tenants software, each tenant is a group of micro services. The first problem is I don't know which...
I am using a .NET Core 2 web app and a group of micro-services, can I use my web app as API Gateway, as Client to consume multiple micro-services with...
Sorry late reply. Because my .NET Core 2 Web App (target .netcore2.0) said that incompatible assembly issue so I give up without try to re-produce the exception. I used another...
Can I implement another logging module for microdot and create a PR for it? Serilog is my favorite one.
Is there anyway to override base port of [HttpService(8020, UseHttps = false)] for non Orleans service? I tried passing BasePortOverride via command line but it doesn't work for non Orleans...
Thank @daniellm and yes, I used that syntax. The service runs well under that port but at client code, it is still discovered under 8020 port. Is there anyway to...
It works great. Thank @Allon-Guralnek .