Rich Lander

Results 464 comments of Rich Lander

The team should document how they will maintain compatibility.

FYI on our plan for Ubuntu 24.04 packages https://github.com/dotnet/core/discussions/9258

Understood. Please file issues when you see them @eduherminio. Feel free to at-mention me. I'm not always perfect, but I do try and stay on top of my notifications and...

I just tried it on raw metal and in Docker w/o this issue. What I see: https://gist.github.com/richlander/c35678fc5b82c194bdf29ea633b6073b On a Jammy system, I have this. It would be good to double...

This bit of bash hacking tells the story. ## System.Text.RegularExpressions Required version is 4.3.1. ```bash # find /usr/share/dotnet/sdk/7.0.103/ | grep .json | xargs grep System.Text.RegularExpressions | grep -v 4.3.1 /usr/share/dotnet/sdk/7.0.103/DotnetTools/dotnet-format/dotnet-format.deps.json:...

Ooops! You were so right. Thanks for the tip. I ended up doing it a tiny bit differently.

Can you share the project file you are using?

Thanks for sharing. That's very useful. I see: ```bash dotnet list package --vulnerable --include-transitive The following sources were used: https://api.nuget.org/v3/index.json Project `Core` has the following vulnerable packages [net8.0]: Transitive Package...

This is indeed a confusing topic, however, it isn't entirely inconsistent. - Old API targets (and header files) are used to provide maximum compatibility (not just for Android). - Our...