viveknuna
viveknuna
I have implemented Table Depedendy in my code. It works fine but after some time it does not work. It doesn't call the OnChanged event. I need to restart the...
I am getting the below error when trying to delete keys of one server, but it's working as expected for another Redis server. ``` var keys = Server.Keys(0, pattern: keynamespace...
I am using this library 1.2.2 version in my windows service app, sometimes It's giving the below error and my application crashes. Am I doing something wrong here? Can I...
We have legacy code, We learned that there are some vulnerabilities using [BinaryFormatter](https://learn.microsoft.com/en-us/dotnet/core/compatibility/serialization/5.0/binaryformatter-serialization-obsolete). So I am trying to use NewtonSoft.Json. My project is already using NewtonSoft.Json package. I have tried...
`JsonConvert.SerializeObject` is not working properly.` restData` has the property SuccessfulActivities and it has some values. But When I serialize it is serializing to an empty value for `SuccessfulActivities`. like the...
I have followed [this][1] documentation. I don't want users to send messages. So I changed isNotificationOnly: true and it's working as expected on my PC. I am able to send...
I have raised the same issue in the below repo as well, so providing the issue link below. Serilog.Sinks.ApplicationInsights version: 4.0.0 https://github.com/serilog-contrib/serilog-sinks-applicationinsights
I'm using Asp.Net Boilerplate framework for my web application, which uses AdminBSB material design. I'm trying to implement the same CSS for an input of type text as similar to...
Here’s the corrected version of your text with improved grammar and structure: --- First of all, apologies for raising this as a bug, as it’s not. I wanted to have...
When the app is deployed via policy across an organization with many users, due to an issue with roughly 20-25% of the users, the installation does not happen. When these...