Ryan Brandenburg

Results 70 comments of Ryan Brandenburg

Of note, the error message given by this scenario currently is totally unhelpful unless you go code spelunking, so we need to fix that at minimum. Also at least one...

Un-assigning myself as I'm no longer on that team. @mkArtakMSFT to triage this.

> where each handler is passed the entire solution it should operate on. That's kind of what I was getting at but I wouldn't say that EVERY Handler should get...

There does exist some documentation on how the VS LSP Client folks handle this: https://microsoft-my.sharepoint.com/:p:/p/maprospe/EUnLp6_EKv5FpEsDEFfrxVQBtivj8MszPgPhn2Qqyh4YfA?e=5MQA21.

https://github.com/dotnet/razor/pull/8003 did this instead of https://github.com/dotnet/razor/pull/8151.

IIRC the plan here was to clone @chsienki's branch with the DesignTime stuff removed/disabled and exercise things, see where they break, by how much and we can plan further from...

We think this is already fixed, @sebasgomez238 the work item is to double-check that assumption.

Yeah, I brought it up :)

@Rick-Anderson I would suggest modifying the example to include at least two supported cultures, even if you only use one in the example just to emphasis that this works in...

I leave the language improvements to you, but as far as my first comment it would be enough to replace the Startup.cs code section with: ```c# var defaultCulture = new...