Jonathan Wood

Results 29 comments of Jonathan Wood
trafficstars

@KlausLoeffelmann Thanks. I know WinForms is not Microsoft's highest priority. I've been working with WinForms/.NET 6.0 for about a week. My biggest complaint is that the designer is a bit...

@KlausLoeffelmann Looks like you were probably responding to me. I was mostly referring to the designer. It sometimes takes several seconds to load a form in the designer. And I...

Why has this not been considered important enough to implement before 7.0? It really makes it difficult to work with EF when this is needed. Is there a workaround that...

@MHDuke In some cases, wrapping the column with `Convert.ToString()` will allow it to be unioned with a string literal. That discussion is [here](https://github.com/dotnet/efcore/issues/19129#issuecomment-610971369), although it doesn't provide many details.

@roji I responded to that same question [here](https://github.com/dotnet/efcore/issues/29027#issuecomment-1242987219).

I'm having the same issue. The video on YouTube requires me to indicate I understand the content requires discretion, but there must surely be a way to accept that responsibility...

@mkArtakMSFT I would like the same scaffolding added that gets added when I check the option to implement identity for individual accounts (except for identity itself). Even if I don't...

@javiercn Correct. Not wanting identity does not necessarily mean I don't want a database.

@Chakuza2006 Thanks. That does seem to support BS5. But it also seems buggy. In one case, it's doubling the items in the list. I'm not sure if they are actively...

@thockamier Actually, I didn't need popper. I used the latest beta, which supports BS5, but it had some bugs. But someone else posted how they fixed those bugs and I...