kasperk81

Results 152 comments of kasperk81

@JohnGalt1717 here’s the order of tasks: 1. merge this: [https://github.com/dotnet/source-build-externals/pull/386](https://github.com/dotnet/source-build-externals/pull/386) 2. run `dotnet nuget push` so the nuget package in the badge doesn’t show 404: [https://github.com/microsoft/vs-solutionpersistence/blob/main/README.md](https://github.com/microsoft/vs-solutionpersistence/blob/main/README.md) 3. merge this: [https://github.com/dotnet/msbuild/pull/10794](https://github.com/dotnet/msbuild/pull/10794)...

first version with the initial support is out https://github.com/dotnet/sdk/blob/main/documentation/package-table.md (9.0.2xx column) for now, manually write slnx ``` dotnet new console -o ./testapp cd testapp echo '' > testapp.slnx dotnet bulid...

that also doesn't support slnx yet https://github.com/microsoft/slngen/issues/585

@marcpopMSFT follow up on previous changes

@ViktorHofer @nagilson related nuget and runtime changes were merged: https://github.com/NuGet/NuGet.Client/commit/310f5d45d9a57f25c2030c9e4f919e50b48e0947 and https://github.com/dotnet/runtime/commit/a7c6ff706bd198184da7bfe57f35175daba7ceb1. lets merge this so net10 preview 1 has a consistent experience.

@slozier https://ironpython.net/try/ doesn't work on any browser on mac

@RikkiGibson, same error as https://github.com/dotnet/roslyn/pull/74643#issuecomment-2294883508. i can add the following in `eng/test-rebuild.ps1` (under `# Rebuilds with other issues` line), but not sure if that's the correct solution: ``` net10.0\Microsoft.CodeAnalysis.CSharp.Emit.UnitTests.dll net10.0\Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests.dll...

> I would recommend looking at the definition of the job in the yml file and trying to reproduce/debug the result locally. Tried but couldn't. I'm on linux and `eng/test-rebuild.ps1`...

@AlekseyTs updated and you can read the original pr for reviews on this change

need a forgiving mode `echo '{"trailing": "comma", }' | jq --slightly-forgiving` // as opposed to full json5 like madness @itchyny @wader plausible? machine generated contents or someone trying to avoid...