Dai

Results 167 comments of Dai

Apparently despite my _culpable negligence_ in staying on-top of this repo for the past... decade? I somehow still have access-rights to publish new releases of RazorGenerator - and this issue...

BTW, @CZEMacLeod, where did you discover `` ? I also noticed `` in `Microsoft.NET.Sdk.Razor.DesignTime.targets` - I haven't looked at what effect it has yet, though.

@CZEMacLeod I sense there's more to discuss - Seeming as you seem to be online right now, I don't suppose you're contactable via Teams / Telegram / Signal / etc?

No prob - I'll stick to GitHub issues. (I probably should migrate to Mastodon too...)

As of Feburary 2024, long after the introduction of `/debug:embedded` and `release-debug-plus` optimization level, the actual behaviour of the `` and `` MSBuild properties does not match the current documentation...

> @Rabadash8820 but for desktop/mobile apps, doesn't that just make it easier for end users to reverse engineer your assemblies? * PDB files only add the names of method-locals, whereas...

I noticed [you have better icons in the Blazor version](https://github.com/KirillOsenkov/MSBuildStructuredLog/tree/live/Blazor%20App/wwwroot/icons) - if I were to port them over to the WPF version as an alternative to the colored rectangles and...

That’s why I asked you first 😸

I often have sprocs with multiple return sets, but `dm_exec_describe_first_result_set` does not return information about any extra result sets after the first. Is there a way around that?

Surely it's better to solve this problem in `Microsoft.Extensions.DependencyInjection` instead of ASP.NET Core? I've identified these scenarios [that currently have no _good_ solutions](https://stackoverflow.com/questions/45924027/avoiding-all-di-antipatterns-for-types-requiring-asynchronous-initialization): * Async one-off application startup initialization. *...