Kristian Hellang

Results 237 comments of Kristian Hellang

Should constants be prefixed with `_` even if they're private? :mask:

:+1: for @stephentoub's comment

@FiveTimesTheFun Even _local_ variables?

@jaredpar Trailing underscores are removed :smile:

I think [the docs](https://github.com/octokit/octokit.net/blob/master/docs/strong-naming.md) explains the strategy pretty clearly, though I haven't seen any work on this yet. If you're going to read the [epic thread](https://github.com/octokit/octokit.net/issues/405), I suggest you get...

What are the chances of this landing at some point? 🤔

@mikhailshilkov What about the azure-native provider? Does it have a way to specify the stack?

Ah, just found [this sample](https://github.com/pulumi/pulumi-azure-native/blob/8c47cd8dfa13de83d3792ff3fa22b5da89113a4d/examples/appservice/index.ts#L97-L103), which could be what I'm looking for 😄

The script can also be found [here](https://github.com/scriptcs/scriptcs/blob/bf8969a1781ac956d2374d41cdb0989e030819ff/src/ScriptCs/Properties/chocolateyInstall.ps1#L12), BTW. > The package Roslyn.Compilers.CSharp is however unlisted from NuGet, so this step will fail. The whole point of unlisting packages, as opposed...

Well, duh, you should've known you have to call `Initialize` first :trollface: