kasperk81
kasperk81
numbers are steadily growing. what's the popularity criteria of adding an extension to existing language, with no conflict? is it a fixed value?
> i hope visual studio will take this out of preview so more people can join. VS 2022 17.14 has taken it out of preview.
@2881099, even .net team is having a hard time updating to 10 https://github.com/dotnet/runtime/pull/106599#discussion_r1721809662, imagine what will happen when 50 60 70 and 80 versions will come along. this is working...
other failures are unrelated and happening on other PRs too. we should separate net452 example project from the sln file and maybe build it on `windows-latest` action? other pr where...
@cynecx do you have a link to that git commit or mailing list entry? i can't find it anywhere
@mmitche can we get https://dotnetbuilds.azureedge.net/public/Sdk/9.0.200-preview.0.24518.5/dotnet-sdk-9.0.200-preview.0.24518.5-osx-arm64.tar.gz uploaded to https://dotnetcli.azureedge.net/dotnet/Sdk/9.0.200-preview.0.24518.5/dotnet-sdk-9.0.200-preview.0.24518.5-osx-arm64.tar.gz? this is for msbuild bootstrap, the tool is sensitive to the text like `curl: (56) The requested URL returned error: 404` on...
@rainersigwald is there some other place which needs the update? ``` You must install or update .NET to run this application. App: /home/vsts/work/1/s/stage1/bin/bootstrap/core/sdk/9.0.200-preview.0.24521.38/MSBuild.dll Architecture: x64 Framework: 'Microsoft.NETCore.App', version '9.0.0-rc.2.24473.5' (x64)...
thanks for updating @marcpopMSFT. pr is now ready
> LINQ-on-hot-path removals File system I/O can lead to resource leaks (such as handles) within the operating system. This is particularly noticeable on macOS and Linux when running in containers....
need to make `VSRedistCommonNetCoreSharedFrameworkx6490PackageVersion` to `VSRedistCommonNetCoreSharedFrameworkx64100PackageVersion` changes similar to https://github.com/dotnet/sdk/pull/43070/files ?