Jan Kotas

Results 405 comments of Jan Kotas
trafficstars

I feel that I am trying to explain the basic internal working of the GC. There are books and talk series dedicated to explaining the full chain of why things...

Consider `static ReadOnlySpan s_field = new byte[] { 1, 2, 3 };`. Something needs to keep the `byte[]` alive.

> make it an error if it's not in the same location as the top-level statements. What do you mean by "same location" in this context?

> Same file, likely above the statements. It is important that this attribute can be generated using source generator and thus live in a separate file. If it is not...

For runtime and core libraries tests, it is ok to depend on Console to "transport" the test results. It is where the current xunit.console is. Dependencies on anything higher up...

I have two primary concerns: - Be able to run .NET runtime tests and get meaningful results even when e.g. System.IO or System.Net libraries are broken in the runtime being...

> Any updates on this issue for either .NET 7 or 8 so distributions with lower GLIBC versions can continue to work? We have been investigating how to create a...

> Does trimmer recognize such typeof checks? Trimmer does not recognize patterns like these. > If not, how can I get rid of these references? This is yet another deserializer....

cc @yizhang82 @tijoytom