Whit Waldo

Results 63 issues of Whit Waldo

### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe the problem. I...

Needs: Author Feedback
area-blazor
feature-blazor-state-preservation

## Describe the proposal When accessing a state store from a non-actor, there exists a `GetStateAsync` method. Unfortunately, if the key doesn't exist, this returns a `default(T)`, which, depending on...

Thank you for helping make the Dapr documentation better! **Please follow this checklist before submitting:** - [X] Commits are signed with Developer Certificate of Origin (DCO - [learn more](https://docs.dapr.io/contributing/contributing-overview/#developer-certificate-of-origin-signing-your-work)) -...

waiting-on-code-pr

Thank you for helping make the Dapr documentation better! **Please follow this checklist before submitting:** - [X] Commits are signed with Developer Certificate of Origin (DCO - [learn more](https://docs.dapr.io/contributing/contributing-overview/#developer-certificate-of-origin-signing-your-work)) -...

do-not-merge

This PR seeks to address the first part of https://github.com/microsoft/service-fabric-explorer/issues/734 and leaves the matter of saving this setting to a future PR. The mouseover text for the column header correctly...

This is technically a duplicate of both [#21213](https://github.com/dotnet/aspnetcore/issues/21213) and #7051 but seeing as each of those are closed, I'm unable to provide my own feedback there, so I'm opening this...

feature request
area-compiler
concept-language.design

- [X] Make sure you've installed the latest version using [instructions in the wiki](../wiki/install) **Output from `azd version`** Run `azd version` and copy and paste the output here: > azd...

bug
question
regression
customer-reported
needs-team-attention
core
authn

Especially as Metalama is capable of producing whole new properties, fields and methods to classes (and in the future hopefully, whole classes as well) and since the output can be...

enhancement

Today, one might write a statement along the lines of (contrived): ```cs var sampleBuilder = new StatementBuilder(); sampleBuilder.AppendVerbatim("var abc = "); sampleBuilder.AppendLiteral(123); sampleBuilder.AppendVerbatim(";"); meta.InsertStatement(sampleBuilder.ToStatement()); ``` This is fine as it'll...

enhancement

I'm applying a TypeAspect to a class that looks like: ```cs public class MyDoodad { } ``` My aspect starts by assigning the type parameters to separate variables. Herein was...

enhancement