Daniel Häfele

Results 13 comments of Daniel Häfele

You are absolutely right, the `names.Where(d => d != null)` part was not evaluated at all. We used to use NHibernate version `5.1.3` before our recent upgrade, and using `.ShowSql()`...

This would be really really useful to have, for example when I want to allow just a couple string values (a enum basically). Right now it's very tedious and annoying...

Any updates on this? Having all model-properties be nullable makes my client code full of null-checks that I only need to satisfy the compiler.

I just updated my app from .NET 8 to .NET 9 and ran into this issue. Are you guys sure this is fixed?

Just tried the workaround proposed [here](https://github.com/dotnet/aspnetcore/issues/58321#issuecomment-2411598004), but unforunately I get the same result as @Bouke [above](https://github.com/dotnet/aspnetcore/issues/58321#issuecomment-2485861608). Using `$(PackageId)` I also get this result: ![Image](https://github.com/user-attachments/assets/9571e1b3-05af-4a40-bb37-e3fda8fbd5da)

As far as I can tell, the only way around this issue is, to use a different embedded browser. But doesn't that kinda defeat the whole purpose of WebView2? @sivMSFT...

I did unfortunately not find a solution to this problem ☹️ Seamless SSO actually looks like it could be related - good catch, I had no clue this existed. >...

Same problem happens to me when using `true` in my csproj.