mateli

Results 46 comments of mateli

Tried adding the new 4.0.1 to a new dotnet 5 project and got the same error. After locating the nuget directory it has standard 2.0, netcoreapp3.1, net45, net48, netcoreapp3.1, net6,...

Yeah I can't tell my customer to move their entire production environment to another framework. This would require a huge amount of testing and certification. Not everyone stop using a...

WebTransport is essentially WebSocket 2.0 with many new features including better security. As it is not compatible with WebSockets a new name were chosen. The reason for this is that...

While running DotNet could be done on top on win32s this is sort of Win95 Lite and have similar hardware limitations. Some of the problems with Win32s - Can run...

@MeisterLone Sure but anything blocking such a thread will block the entire operating system until it's done. What would on the other hand work well on Windows 3.1 is async/await...

> Before backporting to Windows 3.11, shouldn't we backport it to Windows 95 RTM without Internet Explorer 5 and Microsoft USB Supplement, then to NT 3.51, then NT 3.1, and...

Is it possible to have a long Timout value in JsonSerializerSettings. Then this could be handled by somthing like: `try { JsonConvert.DeserializeObject(json, new() {Timeout = 500}); } catch (TimeoutException e)...

@joeyoropesa-dev > Yes - this is also wanted but not only this > > We also need an Quiling/Unicorn Framework implemented into this bootloader that will at boot emulate CPU...

What about trying to boot Windows 11 in Legacy mode? With TPM, Bitlocker etc disabled?