Leonardo Dorathoto
Leonardo Dorathoto
what is the difference between this library and the Google.Cloud.Firestore; https://www.nuget.org/packages/Google.Cloud.Firestore/
``` public void AddImage(Stream img) { } ``` in Label.cs I checked the code for not implemented ------------- The correct would not it? ``` public void AddImage(Stream img) { var...
I migrated my solution from 3.1 to .NET 7. Everything seems to work perfectly until after a few hours (there is no exact time). Hangfire stops processing and starts queuing...
I did a complete test battery. Using only 2 methods, sending a complex type. Testing is important for future updates I also updated to netstandard2.1
I am using the _WebRTCAspNet_ example However, I cannot make the consoles connect to this example, e.g. _WebRTCReceiveAudio_ to connect and receive audio. I believe I am entering the wrong...
Apparently the logic is simple and perfect, but I can't run the filter, it syncs but doesn't filter I have several tables and I want to create a filter, where...
I have a console program that will perform a Sync when it receives a signalR, but it says that the database is already open. Yes, I use EntityFramework in my...
### What files would you like to change? ``` # Duration after which artifact will expire in days. 0 means using default retention. # Minimum 1 day. # Maximum 90...