-
Hi.
I am using MediaBrowserServiceCompat, ExoPlayer, and MediaBrowserCompat to connect to the service.
I followed the uamp project in regard how they release service.
I am stopping player onTask…
-
```
internal class Program
{
public static void Main(string[] args)
{
var builder = Host.CreateDefaultBuilder(args);
builder.ConfigureServices(servi…
-
I found #388, which seems related.
I'm using Aspire preview 3 and targeting .net 8.
I get this error at startup:
```
System.InvalidOperationException
HResult=0x80131509
Message=This s…
-
0) this is a feature request
1) use case:
- imaging you have network service with some 100 end points;
- each end point has some 30 parameters, mostly common to all points;
- may be 2 to 5 of the p…
-
I noticed this happen once, it was related to closing and opening the application, when opening it would immediately crash. Next start would be a fresh instance of the program. I might need to investi…
-
I have a scenario where a user registered on the site can create their own services and receive appointments for these services.
It would be convenient if a widget was implemented to be added in a te…
-
### Description
Since migrating from in-proc to out-of-proc model, Activity.Current.AddTag does not add properties to CustomProperties of request telemetry in app insights.
This functionality is…
-
We need support drizzle integration.
-
Hello,
I've been trying to find examples on how to mock a grpc code-first dependency on another service. So lets say Service A users a grpc contract to call Service B, how can i mock/stub service B…
-
### What are you really trying to do?
Trying to deploy temporal in istio enabled namespace along with PostgreSQL DB on a Kubernetes cluster.
Deployment is done using helm charts available at - htt…