Mitch Denny

Results 48 issues of Mitch Denny

I've been playing around with _microk8s_ quite a bit lately and I really like how simple you've made it to get a multi-node cluster up and running. I'm running it...

enhancement
help wanted
good first issue

As part of the validation of the Swift Package for the Azure SDK I discovered that the embedded CoreData data-model that AzureStorageBlob depends on is not being brought across into...

bug
Client
Storage

We need to add support for live testing into the Android repository. We should follow the same pattern that we use for the other repositories, that is having a ```tests.yml```...

EngSys
Central-EngSys
test-enhancement

# Add Tags property to OutputCache property The ```[OutputCache]``` attribute does not have a tags property which means you either need to define tags in a policy in DI or...

area-runtime

### Description In .NET 8.0 the ASP.NET Core team is deprecating the ConcurrencyLimiterMiddleware and associated methods and types (e.g. UseConcurrencyLimiter(...)). This package will be removed in .NET 9.0. Developers requiring...

Announcement
Breaking change
Documented
8.0.0

This is an overarching tracking issue for CDK API availability required for Aspire integration: |Component|Priority|CDK API available|Aspire integration done|Polish pass| |:----|:----|:----|:----|:----| |[Storage](https://github.com/Azure/azure-sdk-for-net/issues/41986)|High|Available|Done|Due 3/8| |[SQL Server](https://github.com/Azure/azure-sdk-for-net/issues/41985)|High|Available|Done|Due 3/8| |[KeyVault](https://github.com/Azure/azure-sdk-for-net/issues/42349)|High|Available|Done|Due 3/8| |[Redis](https://github.com/Azure/azure-sdk-for-net/issues/41981)|High|Available|Done|Due 3/8|...

Client
Provisioning

At the end of this article: https://learn.microsoft.com/en-us/dotnet/aspire/database/postgresql-component?tabs=dotnet-cli We should link on to a new article which describes how to deploy a .NET Aspire application with a Postgres database resource to...

documentation
Pri1
docs-experience
general-availability

### Proposed topic or title Troubleshooting name already in use when deploying Aspire application sto Azure ### Location in table of contents. Troubleshooting ### Reason for the article When deploying...

:watch: Not Triaged
doc-idea

[This community contributed PR](https://github.com/dotnet/aspire/pull/4142) is adding Python support (awesome) but it is also looking at adding extensions/resources for popular Python frameworks such as Django and Flask. We need to figure...

area-app-model
area-meta

In the following tutorial we showed how to build a hosting component for an open-source dev-time SMTP server to help people debug code that needs to use an SMTP server:...

help wanted
area-integrations
feature