Amadeusz Sadowski

Results 179 comments of Amadeusz Sadowski

@bboyle1234 I can't think of such a scenario. Why would just having the `With` available be a problem?

Because as far as I understand the question, everything would be as is, just the selected property's With method wouldn't be generated. Am I right?

Currently, it doesn't make sense (the request): there are other ways to instantiate the copy with symbol changed, e.g. constructor, builder, Update method. A comment should pass the intent "enough"....

> It would be really cool if this project would allow setting the publicity of the builders, constructors, etc to something other than public. > I've seen this done in...

Hi, not sure where to raise that, but it seems the `https://dotnetcli.azureedge.net/dotnet/Sdk/7.0/latest.version` doesn't work correctly (it refers to Preview 7 still), which causes these two invocations to have different results:...

I guess I'll need to wait a bit for CDN to refresh cache, as `./dotnet-install.ps1 -Channel 7.0 -DryRun -NoCdn` now does resolve to RC1, but same without `-NoCdn` switch still...

Hmm @dcwhittaker I'm not sure how long it's going to get cached? `https://dotnetcli.azureedge.net/dotnet/Sdk/7.0/latest.version` (which is what `./dotnet-install.ps1 -Channel 7.0 -DryRun` uses afaik) is still cached on the edge if I...

I've verified - that's all fixed now, thanks so much!

My opinion: I really like `_Imports.razor` from ASP.NET Core Razor framework; I'd like to see something similar for C# as well. :)

Another cmdlet I've stumbled upon that's impacted by this is Measure-Command. The `-Expression` scriptblock it takes in is also executed in current scope.