Daniel Rosenberg

Results 30 comments of Daniel Rosenberg

I think that should definitely be added here: https://www.pulumi.com/docs/troubleshooting/#verbose-logging

If the analyzer excluded certain very common cases, that'd be ideal IMO. Besides any method with "Assert" in its name as already mentioned, also the case `ConfigureAwait(false)` comes to mind...

Agree that `out _` should always be suggested to use named args. Not quite sure what to think about @alrz suggests though... I guess it would be better than nothing....

@mavasani That looks awesome indeed. In fact, at first glance it might seem as if that even negates the whole idea of named parameters as a language construct. But the...

@ms-vamp I did not implement anything related to this (yet).

@CyrusNajmabadi just to double-check here since this issue is tagged as "help needed" — are you saying that if we made the effort to contribute an analyzer and fix for...

@CyrusNajmabadi I might give it a think actually. Is there any specific format or place in which a design proposal should be put forth?

I also ran into this today. We're deploying to SWA from an Octopus Deploy process, and because the SWA CLI swallows errors thrown (even when the deployment is unsuccessful) it...