Frederik Gheysels

Results 26 issues of Frederik Gheysels

Since UdpClient implements IDisposable, and unicastClientIp4 and unicastClientIp6 are members of the MulticastService class, these instances must be disposed when disposing the MulticastService instance. See issue [93](https://github.com/richardschneider/net-mdns/issues/93)

When instantiating a `MulticastService` object, I see that 2 `UdpClient` instances are created. However, those 2 instances are not disposed when disposing the `MulticastService` object. Since `UdpClient` implements `IDisposable`, I...

We're using the connected-registry feature to synchronize on-prem container -registries that are installed on vessels with the 'master' Azure Container Registry. It would be nice if we could have an...

feature-request

Today I've noticed that the number of targetted devices for an IOT Edge deployment in Azure IoT Hub is incorrect: ![image](https://user-images.githubusercontent.com/3605786/219072939-579bd190-5847-402f-801f-3e44e3650334.png) This overview shows that 8 devices are targetted, but...

iot-edge/svc
triaged
cxp
doc-enhancement
Pri2

Arcus.Security has a great support for Azure KeyVault and some other secret providers However, afaik, we do not currently support [Kubernetes secrets](https://kubernetes.io/docs/concepts/configuration/secret/). Actually, a Kubernetes secret can be just retrieved...

feature-request
secret-provider

**Is your feature request related to a problem? Please describe.** When creating a new project based on the Arcus.WebApi template, we might get compiler warnings because of this line: ```csharp...

enhancement
good first issue
template-area:web-api
runtime:dotnet

When I create a new project based on the Arcus Messaging template, I can see that the generated dockerfile looks like this: ``` FROM mcr.microsoft.com/dotnet/sdk:6.0.301-alpine3.14 AS base WORKDIR /app EXPOSE...

enhancement
template-area:worker
docker

We already have templates for Http triggered functions, eventhub triggered functions, etc... I think it would be good to have a template for timer-triggered functions as well.

feature
runtime:azure-functions

The templates that are used to quickly start an Azure Function project should be modified so that the Serilog configuration can be read from the configuration using `LoggerConfiguration.ReadFrom.Configuration()` just like...

enhancement
area:telemetry
runtime:azure-functions

**Describe the bug** When you create an Azure HTTP triggered function using the Arcus templates (v1.1.0), with Serilog logging configured to log to an Application Insights sinks, we can see...