Mike Nordell

Results 31 comments of Mike Nordell

So what are the views on DX dependencies? Personally, I'd like if we could still target even Win98-ish, just like the original binaries, and the VS2015.3 community release is a...

Perhaps we should rather identify WHAT in EAX is actually used. Room-echo (requires 3D geometry)? Reverb (for horrible tin-can memories, think of Half Life)? I'm pretty much 100% sure the...

I consider it an error, since it does not reproduce (display) the comment as expected. Whether or not the bug is only in the interactive visualization I didn't research.

Gotcha. So long as it's fully resolved when saving as project, I can live with that. Though... would it become too hairy to kick off resolving in another thread? On...

> but we suppress this for the assembly node itself Sound reasoning. In light of that, your idea is not entirely unreasonable, to also do some special-handling, limited to this...

This is starting to look more hairy and like a lot more work than I would have hoped it would be. Changing the comment to better reflect the state, instead...

I'm not sure _missing_ is the right word. It could imply the type is nowhere to be found. On the other hand, something like "type not loaded" could also look...

I'm not sure if I explained the core issue. `GetPinnable`in the body was just to display one use of it. The core issue is the `: unmanaged` (and the other...

Quick test using ILSpy 22c98016 (Nov 6, 2021). `dotnet new classlib -o Tst1` `cd Tst1` Place into Class1.cs: `public class C1{public void foo(in T t) where T:unmanaged{}}` `dotnet build` `ilspy...

1. When `continue` is the last statement in a loop, i.e. preceeding the loop-body closing brace token (literally as the example - when the `continue` is completely redundant). 2. I...