microdot
microdot copied to clipboard
Microdot: An open source .NET microservices framework
We're considering using this framework as it would provide more structure to our project but it does not seems really maintained. DId you migrate to dotnet core?
check PR
I downloaded source code of Microdot and I tried to compile solution. I got exception while paket tries to download Gigya.OrleansDashboard.NetStandard 3.0.8. Here is message: Downloading Gigya.OrleansDashboard.NetStandard 3.0.8 Source 'http://nuget.gigya.net/nugetForVS/nuget'...
like the title
Hello! I wanted to know whether you plan supporting .NET Core soon. Thanks!
Currently, the read-only tags do not allow enriching tags, instead forcing to create new exception object and lose the stack-trace. This will allow catch the exception, add some tags and...
looking at our stats looks like the network time is unjustified long, for example, a random query of one minute: | target.service | target.method | MAX(stats.network.time) | |---------------- |------------------------ |-------------------------...
1. At the moment, for an object with the following structure the validation will throw ``StackOverflowException``. The pull request ensures that recursive validation won't follow static properties. ```cs public class...