Whit Waldo
Whit Waldo
Per the issue I opened just a brief while ago at [https://github.com/alastairtree/LazyCache/issues/86](https://github.com/alastairtree/LazyCache/issues/86), this pull request is a first pass at an implementation supporting cache invalidation without knowing the entirety of...
### Issue Details The various SQL issues at https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.documentdb all are using an older API version that spins up SQL instances using 'Microsoft.DocumentDB/databaseAccounts/apis/databases/containers@2016-03-31' However, these older APIs don't include most...
## Problem Statement I frequently save my keys and credentials in remote stores (e.g. Azure Key Vault) meaning that I have no synchronous access to them during program startup. Nonetheless,...
## VERSION: ## 5.0.0-rc2 ## STEPS TO REPRODUCE: ## Create a class within a class such as the following: ``` public class OuterClass { public class InnerClass { } }...
### System info - Playwright Version: [v1.37.1] (also reproduced in clone of latest main branch) - Operating System: Windows 10 - Browser: Chromium ### Source code The crux of the...
# Description I've been playing around with Aspire alongside Dapr and was curious why the tracing seemed to merge my application and Dapr's traces together. After some poking through the...
## In what area(s)? /area runtime ## Describe the proposal There are a ton of component implementations for the Dapr state store building block. This is great and encourages adoption...
Visual Studio 2022 has been officially [announced](https://devblogs.microsoft.com/visualstudio/visual-studio-2022/). One of the features cited in the release will be support for .NET Hot Reload and is further described as "you'll be able...
**Is your feature request related to a problem? Please describe.** On today's community call (2/29), a team member shared different approaches to applying newline formatting (single-line to multi-line). I shared...
**Is your feature request related to a problem? Please describe.** In a recent release, linting rules were added that look for resource name constraint violations. This doesn't yet appear to...