-
https://github.com/FoundatioFx/Foundatio/blob/14db27dd26f54ff63841629f115eac47b7d57b12/src/Foundatio/Serializer/MessagePackSerializer.cs
When the value of parameter 'compress' is set true, it shoul…
-
Today when I access to exceptionless It throws exception:
------------------------------
System.String.Substring(Int32 startIndex, Int32 length) +14415512
Foundatio.Repositories.Elasticsearch…
-
https://docs.microsoft.com/en-us/aspnet/core/fundamentals/logging
Microsoft is using their simple standardized and expandable logging library - https://github.com/aspnet/Logging.
It would be great i…
-
It's like this ?
somecode to get lockprovider
var rediscco = new RedisCacheClientOptions() { ConnectionMultiplexer = muxer };
_lockProvider = new CacheLockProvider(new RedisCache…
-
Hi everyone,
I was running a very old version of Invoice Ninja and thought it was time to update. However, a ran into several problems, some I could fix, some not.
1. First thing, I was still ru…
-
[//]: # (Thank you for reporting an issue for catkin_tools!)
[//]: # (Please fill out the details below so that your issue can be resolved quickly!)
[//]: # (If you want to suggest a feature or st…
-
In .Net we had a NamespaceManager and we could do things like:
```csharp
if (!NamespaceManager.QueueExists(_commandQueueName))
{
NamespaceManager.CreateQueue(_commandQueueName);
}
```
How…
-
It doesn't make any sense for SubscribeAsync to return a task. It doesn't do anything.. Every other message bus implementation that I've used allows you to pass a Func (or some combination of func) a…
-
The time has come for a Elasticsearch to implement a native API for reindexing! The first request I've found for this is (#492) filed back in 2010. With the Task Management API (#15117) will make this…
-
https://github.com/exceptionless/Exceptionless.Net/blob/0925d4742e28325f17a31290a0fd68e323e93734/src/Platforms/Exceptionless.NLog/ExceptionlessTarget.cs#L36
Should override this method instead:
…