Kaveh Hadjari
Kaveh Hadjari
You could actually support this case as well. First of all it's easy to find if a particular Enum type has FlagAttribute set which is all that is required. If...
Ok, I'll try and fix the commented issues. I'm not sure why certain indentations looks different on github diff tool as it looks correct when I do a diff in...
I noticed these comment lines in the file MetaDatahandler.cs: // Note that complex types can't be nested (ref http://stackoverflow.com/a/20332503/10245 ) // so it's safe to not recurse even though the...
I'll try to do a fix for it myself and do a PR. Thanks for everything you've put into it already.
The following link to a Dockerfile can build an image running rabbitmq on nanoserver https://github.com/sixeyed/dockerfiles-windows/blob/master/rabbitmq/nanoserver/sac2016-ignore/Dockerfile It in itself depends on the following image which is using multistage build to install...
I knew the post was from ages ago but if you're using docker-compose you can set the following parameter `mem_limit: 2500M` for your service to increase memory allocation. But memory...