Chris J. Breisch

Results 5 issues of Chris J. Breisch

It's not quite a bug but could be better. This section of code: ``` if (entry->key == NULL) return false; *value = entry->value; return true; ``` I think a better...

From the text: > A 16-bit offset lets us jump over up to 65,535 bytes of code, which should be plenty for our needs. and > Some instruction sets have...

In 8.2.1, you state that the following is illegal: `if (monday) var beverage = "espresso";` With the following afterwards: > We could allow the latter, but it’s confusing. What is...

The page says: > Unlike in .NET Framework, there is no support in .NET Core or .NET 5+ for generating a [COM Type Library (TLB)](https://docs.microsoft.com/en-us/windows/win32/midl/com-dcom-and-type-libraries#type-library) from a .NET assembly. The...

doc-enhancement
Pri2
dotnet-fundamentals/svc
dotnet-fundamentals/prod

I would love to have an LFS system in my WSL. What would be the best way to get there? I can build it all under WSL, I think (been...

question